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

Unified Diff: adblockplus.gyp

Issue 6505394822184960: Issue 1109 - Support notifications (Closed)
Patch Set: fix obtaining of DPI value of content (NotificationWindow) of NotificationBorderWindow Created Aug. 18, 2015, 9:43 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 | html/templates/NotificationWindow.html » ('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 c972a1c61f86d6b75d24038e9fe7d85e44b51a42..9070899b605861baee0b0ce9d409d7a4f8774a2a 100644
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -50,6 +50,8 @@
'src/shared/Utils.cpp',
'src/shared/Utils.h',
'src/shared/Version.h',
+ 'src/shared/MsHTMLUtils.cpp',
+ 'src/shared/MsHTMLUtils.h',
]
},
@@ -62,6 +64,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 | html/templates/NotificationWindow.html » ('j') | src/engine/Main.cpp » ('J')

Powered by Google App Engine
This is Rietveld