Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblockplus.gyp

Issue 6505394822184960: Issue 1109 - Support notifications (Closed)
Patch Set: Created May 11, 2015, 10:01 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | installer/src/msi/adblockplusie.wxs » ('j') | src/engine/Main.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
diff --git a/adblockplus.gyp b/adblockplus.gyp
index 21fed1c783b93e6a1f975602538b80166181a79d..52d1f1aa4cc824a9ce95c5edbeea1f339cb5aae1 100644
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -42,6 +42,8 @@
'src/shared/Registry.cpp',
'src/shared/IE_version.h',
'src/shared/IE_version.cpp',
+ 'src/shared/MsHTMLUtils.cpp',
+ 'src/shared/MsHTMLUtils.h',
]
},
@@ -54,6 +56,8 @@
],
'sources': [
'src/engine/Main.cpp',
+ 'src/engine/NotificationWindow.cpp',
+ 'src/engine/NotificationWindow.h',
'src/engine/Debug.cpp',
'src/engine/UpdateInstallDialog.cpp',
'src/engine/Updater.cpp',
« no previous file with comments | « no previous file | installer/src/msi/adblockplusie.wxs » ('j') | src/engine/Main.cpp » ('J')

Powered by Google App Engine
This is Rietveld