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: Addressing comments Created Sept. 16, 2013, 1:49 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') | src/engine/Main.cpp » ('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,15 @@
'$(VCInstallDir)atlmfc/include',
'$(WINDDKDIR)/inc/atl71',
],
- 'defines': ['PRODUCT_ADBLOCKPLUS'],
+ # See "Adding Visual Style Support to an Extension, Plug-in, MMC Snap-in or a DLL
+ # That Is Brought into a Process" on the link here:
+ # http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175%28v=vs.85%29.aspx#using_manifests
+ 'defines': ['PRODUCT_ADBLOCKPLUS', 'ISOLATION_AWARE_ENABLED'],
'libraries': [
'-latlthunk',
'-lwinhttp',
'-lshell32',
+ '-lComctl32',
],
'configurations': {
# 'libraries' is not allowed under 'configurations' :-(
« no previous file with comments | « no previous file | locales/en.ini » ('j') | src/engine/Main.cpp » ('J')

Powered by Google App Engine
This is Rietveld