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

Side by Side Diff: adblockplus.gyp

Issue 6567422169448448: Issue 119 - Switch to injecting CSS for element hiding (Closed)
Patch Set: fix injecting of CSS when plugin is enabled/disabled and rearrange variables in InjectABPCSS Created April 13, 2015, 8:52 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/plugin/PluginClass.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': ['defaults.gypi'], 2 'includes': ['defaults.gypi'],
3 3
4 'variables': { 4 'variables': {
5 'build_type%': 'devbuild', 5 'build_type%': 'devbuild',
6 'build_version%': '', 6 'build_version%': '',
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'src/plugin/PluginUtil.h', 132 'src/plugin/PluginUtil.h',
133 'src/plugin/PluginWbPassThrough.cpp', 133 'src/plugin/PluginWbPassThrough.cpp',
134 'src/plugin/PluginWbPassThrough.h', 134 'src/plugin/PluginWbPassThrough.h',
135 'src/plugin/ProtocolCF.h', 135 'src/plugin/ProtocolCF.h',
136 'src/plugin/ProtocolCF.inl', 136 'src/plugin/ProtocolCF.inl',
137 'src/plugin/ProtocolImpl.h', 137 'src/plugin/ProtocolImpl.h',
138 'src/plugin/ProtocolImpl.inl', 138 'src/plugin/ProtocolImpl.inl',
139 'src/plugin/Resource.h', 139 'src/plugin/Resource.h',
140 'src/plugin/SinkPolicy.h', 140 'src/plugin/SinkPolicy.h',
141 'src/plugin/SinkPolicy.inl', 141 'src/plugin/SinkPolicy.inl',
142 'src/plugin/WebBrowserEventsListener.h',
143 'src/plugin/WebBrowserEventsListener.cpp',
142 ], 144 ],
143 'include_dirs': [ 145 'include_dirs': [
144 '$(WindowsSDK_IncludePath)', 146 '$(WindowsSDK_IncludePath)',
145 '$(VCInstallDir)atlmfc/include', 147 '$(VCInstallDir)atlmfc/include',
146 '$(WINDDKDIR)/inc/atl71', 148 '$(WINDDKDIR)/inc/atl71',
147 ], 149 ],
148 # See "Adding Visual Style Support to an Extension, Plug-in, MMC Snap-in or a DLL 150 # See "Adding Visual Style Support to an Extension, Plug-in, MMC Snap-in or a DLL
149 # That Is Brought into a Process" on the link here: 151 # That Is Brought into a Process" on the link here:
150 # http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175%28v=vs.85 %29.aspx#using_manifests 152 # http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175%28v=vs.85 %29.aspx#using_manifests
151 'defines': ['ISOLATION_AWARE_ENABLED'], 153 'defines': ['ISOLATION_AWARE_ENABLED'],
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'src/plugin/PluginClass.cpp', 246 'src/plugin/PluginClass.cpp',
245 'src/plugin/PluginDebug.cpp', 247 'src/plugin/PluginDebug.cpp',
246 'src/plugin/PluginFilter.cpp', 248 'src/plugin/PluginFilter.cpp',
247 'src/plugin/PluginMimeFilterClient.cpp', 249 'src/plugin/PluginMimeFilterClient.cpp',
248 'src/plugin/PluginMutex.cpp', 250 'src/plugin/PluginMutex.cpp',
249 'src/plugin/PluginSettings.cpp', 251 'src/plugin/PluginSettings.cpp',
250 'src/plugin/PluginSystem.cpp', 252 'src/plugin/PluginSystem.cpp',
251 'src/plugin/PluginTabBase.cpp', 253 'src/plugin/PluginTabBase.cpp',
252 'src/plugin/PluginUtil.cpp', 254 'src/plugin/PluginUtil.cpp',
253 'src/plugin/PluginWbPassthrough.cpp', 255 'src/plugin/PluginWbPassthrough.cpp',
256 'src/plugin/WebBrowserEventsListener.h',
257 'src/plugin/WebBrowserEventsListener.cpp',
254 ], 258 ],
255 'include_dirs': [ 259 'include_dirs': [
256 '$(WINDDKDIR)/inc/atl71', 260 '$(WINDDKDIR)/inc/atl71',
257 ], 261 ],
258 'defines': [ 262 'defines': [
259 'WINVER=0x0501', 263 'WINVER=0x0501',
260 'PRODUCT_ADBLOCKPLUS' 264 'PRODUCT_ADBLOCKPLUS'
261 ], 265 ],
262 'link_settings': { 266 'link_settings': {
263 'libraries': ['-ladvapi32', '-lshell32', '-lole32', '-lComctl32', '-lGdi32 '], 267 'libraries': ['-ladvapi32', '-lshell32', '-lole32', '-lComctl32', '-lGdi32 '],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'Release': { 299 'Release': {
296 'msvs_settings': { 300 'msvs_settings': {
297 'VCLinkerTool': { 301 'VCLinkerTool': {
298 'AdditionalDependencies': ['atls.lib'], 302 'AdditionalDependencies': ['atls.lib'],
299 }, 303 },
300 }, 304 },
301 }, 305 },
302 }, 306 },
303 }] 307 }]
304 } 308 }
OLDNEW
« no previous file with comments | « no previous file | src/plugin/PluginClass.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld