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

Unified Diff: adblockplus.gyp

Issue 11557015: Tooltip notification. Check for update fixes. (Closed)
Patch Set: Created Sept. 5, 2013, 10:43 p.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 | locales/en.ini » ('j') | locales/en.ini » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -72,6 +72,7 @@
'src/plugin/AdblockPlusClient.cpp',
'src/plugin/AdblockPlusDomTraverser.cpp',
'src/plugin/AdblockPlusTab.cpp',
+ 'src/plugin/NotificationMessage.cpp',
'src/plugin/Plugin.cpp',
'src/plugin/PluginClass.cpp',
'src/plugin/PluginClientBase.cpp',
@@ -98,11 +99,12 @@
'$(VCInstallDir)atlmfc/include',
'$(WINDDKDIR)/inc/atl71',
],
- 'defines': ['PRODUCT_ADBLOCKPLUS'],
+ 'defines': ['PRODUCT_ADBLOCKPLUS', 'ISOLATION_AWARE_ENABLED'],
Oleksandr 2013/09/05 22:48:01 See "Adding Visual Style Support to an Extension,
Felix Dahlke 2013/09/11 15:22:59 Worth a comment IMO.
'libraries': [
'-latlthunk',
'-lwinhttp',
'-lshell32',
+ '-lComctl32',
],
'configurations': {
# 'libraries' is not allowed under 'configurations' :-(
« no previous file with comments | « no previous file | locales/en.ini » ('j') | locales/en.ini » ('J')

Powered by Google App Engine
This is Rietveld