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

Side by Side Diff: adblockplus.gyp

Issue 5316782940225536: Issue 1557 - Update to the recent libadblockplus to reduce additional updates in the logic later. (Closed)
Patch Set: rebase and remove member of CFilter Created Feb. 4, 2015, 12:50 p.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 | « .hgsubstate ('k') | src/engine/Main.cpp » ('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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'VCLinkerTool': { 71 'VCLinkerTool': {
72 'DelayLoadDLLs': ['Shell32.dll'], 72 'DelayLoadDLLs': ['Shell32.dll'],
73 }, 73 },
74 }, 74 },
75 }, 75 },
76 76
77 { 77 {
78 'target_name': 'AdblockPlus', 78 'target_name': 'AdblockPlus',
79 'type': 'shared_library', 79 'type': 'shared_library',
80 'dependencies': [ 80 'dependencies': [
81 'shared' 81 'shared',
82 'libadblockplus/libadblockplus.gyp:libadblockplus',
82 ], 83 ],
83 'sources': [ 84 'sources': [
84 'src/plugin/abp.h', 85 'src/plugin/abp.h',
85 'src/plugin/AdblockPlus.def', 86 'src/plugin/AdblockPlus.def',
86 'src/plugin/AdblockPlus.idl', 87 'src/plugin/AdblockPlus.idl',
87 'src/plugin/AdblockPlus.rc', 88 'src/plugin/AdblockPlus.rc',
88 'src/plugin/AdblockPlus.rgs', 89 'src/plugin/AdblockPlus.rgs',
89 'src/plugin/AdblockPlusClient.cpp', 90 'src/plugin/AdblockPlusClient.cpp',
90 'src/plugin/AdblockPlusClient.h', 91 'src/plugin/AdblockPlusClient.h',
91 'src/plugin/AdblockPlusDomTraverser.cpp', 92 'src/plugin/AdblockPlusDomTraverser.cpp',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'EntryPointSymbol': 'mainCRTStartup', 223 'EntryPointSymbol': 'mainCRTStartup',
223 }, 224 },
224 }, 225 },
225 }, 226 },
226 227
227 { 228 {
228 'target_name': 'tests_plugin', 229 'target_name': 'tests_plugin',
229 'type': 'executable', 230 'type': 'executable',
230 'dependencies': [ 231 'dependencies': [
231 'shared', 232 'shared',
233 'libadblockplus/libadblockplus.gyp:libadblockplus',
232 'libadblockplus/third_party/googletest.gyp:googletest_main', 234 'libadblockplus/third_party/googletest.gyp:googletest_main',
233 ], 235 ],
234 'sources': [ 236 'sources': [
235 'src/plugin/PluginUserSettings.cpp', 237 'src/plugin/PluginUserSettings.cpp',
236 'src/plugin/PluginUserSettings.h', 238 'src/plugin/PluginUserSettings.h',
237 'test/plugin/UserSettingsTest.cpp', 239 'test/plugin/UserSettingsTest.cpp',
238 # 240 #
239 # required only for linking 241 # required only for linking
240 # 242 #
241 'src/plugin/AdblockPlusClient.cpp', 243 'src/plugin/AdblockPlusClient.cpp',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'Release': { 302 'Release': {
301 'msvs_settings': { 303 'msvs_settings': {
302 'VCLinkerTool': { 304 'VCLinkerTool': {
303 'AdditionalDependencies': ['atls.lib'], 305 'AdditionalDependencies': ['atls.lib'],
304 }, 306 },
305 }, 307 },
306 }, 308 },
307 }, 309 },
308 }] 310 }]
309 } 311 }
OLDNEW
« no previous file with comments | « .hgsubstate ('k') | src/engine/Main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld