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: rebase Created Oct. 28, 2015, 11:46 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': [ 2 'includes': [
3 'defaults.gypi', 3 'defaults.gypi',
4 'common/common.gypi', 4 'common/common.gypi',
5 ], 5 ],
6 6
7 'variables': { 7 'variables': {
8 'build_type%': 'devbuild', 8 'build_type%': 'devbuild',
9 'build_version%': '', 9 'build_version%': '',
10 }, 10 },
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'src/plugin/PluginUtil.h', 142 'src/plugin/PluginUtil.h',
143 'src/plugin/PluginWbPassThrough.cpp', 143 'src/plugin/PluginWbPassThrough.cpp',
144 'src/plugin/PluginWbPassThrough.h', 144 'src/plugin/PluginWbPassThrough.h',
145 'src/plugin/ProtocolCF.h', 145 'src/plugin/ProtocolCF.h',
146 'src/plugin/ProtocolCF.inl', 146 'src/plugin/ProtocolCF.inl',
147 'src/plugin/ProtocolImpl.h', 147 'src/plugin/ProtocolImpl.h',
148 'src/plugin/ProtocolImpl.inl', 148 'src/plugin/ProtocolImpl.inl',
149 'src/plugin/Resource.h', 149 'src/plugin/Resource.h',
150 'src/plugin/SinkPolicy.h', 150 'src/plugin/SinkPolicy.h',
151 'src/plugin/SinkPolicy.inl', 151 'src/plugin/SinkPolicy.inl',
152 'src/plugin/WebBrowserEventsListener.h',
153 'src/plugin/WebBrowserEventsListener.cpp',
152 ], 154 ],
153 'include_dirs': [ 155 'include_dirs': [
154 '$(WindowsSDK_IncludePath)', 156 '$(WindowsSDK_IncludePath)',
155 '$(VCInstallDir)atlmfc/include', 157 '$(VCInstallDir)atlmfc/include',
156 '$(WINDDKDIR)/inc/atl71', 158 '$(WINDDKDIR)/inc/atl71',
157 ], 159 ],
158 # See "Adding Visual Style Support to an Extension, Plug-in, MMC Snap-in or a DLL 160 # See "Adding Visual Style Support to an Extension, Plug-in, MMC Snap-in or a DLL
159 # That Is Brought into a Process" on the link here: 161 # That Is Brought into a Process" on the link here:
160 # http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175%28v=vs.85 %29.aspx#using_manifests 162 # http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175%28v=vs.85 %29.aspx#using_manifests
161 'defines': ['ISOLATION_AWARE_ENABLED'], 163 'defines': ['ISOLATION_AWARE_ENABLED'],
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'src/plugin/PluginClass.cpp', 257 'src/plugin/PluginClass.cpp',
256 'src/plugin/PluginDebug.cpp', 258 'src/plugin/PluginDebug.cpp',
257 'src/plugin/PluginFilter.cpp', 259 'src/plugin/PluginFilter.cpp',
258 'src/plugin/PluginMimeFilterClient.cpp', 260 'src/plugin/PluginMimeFilterClient.cpp',
259 'src/plugin/PluginMutex.cpp', 261 'src/plugin/PluginMutex.cpp',
260 'src/plugin/PluginSettings.cpp', 262 'src/plugin/PluginSettings.cpp',
261 'src/plugin/PluginSystem.cpp', 263 'src/plugin/PluginSystem.cpp',
262 'src/plugin/PluginTabBase.cpp', 264 'src/plugin/PluginTabBase.cpp',
263 'src/plugin/PluginUtil.cpp', 265 'src/plugin/PluginUtil.cpp',
264 'src/plugin/PluginWbPassthrough.cpp', 266 'src/plugin/PluginWbPassthrough.cpp',
267 'src/plugin/WebBrowserEventsListener.h',
268 'src/plugin/WebBrowserEventsListener.cpp',
265 ], 269 ],
266 'include_dirs': [ 270 'include_dirs': [
267 '$(WINDDKDIR)/inc/atl71', 271 '$(WINDDKDIR)/inc/atl71',
268 ], 272 ],
269 'defines': [ 273 'defines': [
270 'WINVER=0x0501', 274 'WINVER=0x0501',
271 'PRODUCT_ADBLOCKPLUS' 275 'PRODUCT_ADBLOCKPLUS'
272 ], 276 ],
273 'link_settings': { 277 'link_settings': {
274 'libraries': ['-ladvapi32', '-lshell32', '-lole32', '-lComctl32', '-lGdi32 '], 278 'libraries': ['-ladvapi32', '-lshell32', '-lole32', '-lComctl32', '-lGdi32 '],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'Release': { 310 'Release': {
307 'msvs_settings': { 311 'msvs_settings': {
308 'VCLinkerTool': { 312 'VCLinkerTool': {
309 'AdditionalDependencies': ['atls.lib'], 313 'AdditionalDependencies': ['atls.lib'],
310 }, 314 },
311 }, 315 },
312 }, 316 },
313 }, 317 },
314 }] 318 }]
315 } 319 }
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