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

Delta Between Two Patch Sets: adblockplus.gyp

Issue 4805561958793216: Noissue - Remove dead code in CPluginClass::SetSite (Closed)
Left Patch Set: Created March 6, 2015, 10:57 a.m.
Right Patch Set: rebased + removed more dead code Created March 17, 2015, 10:29 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/plugin/PluginClass.h » ('j') | src/plugin/PluginClass.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'libadblockplus/libadblockplus.gyp:libadblockplus',
83 ], 83 ],
84 'sources': [ 84 'sources': [
85 'src/plugin/abp.h',
86 'src/plugin/AdblockPlus.def', 85 'src/plugin/AdblockPlus.def',
87 'src/plugin/AdblockPlus.idl', 86 'src/plugin/AdblockPlus.idl',
88 'src/plugin/AdblockPlus.rc', 87 'src/plugin/AdblockPlus.rc',
89 'src/plugin/AdblockPlus.rgs', 88 'src/plugin/AdblockPlus.rgs',
90 'src/plugin/AdblockPlusClient.cpp', 89 'src/plugin/AdblockPlusClient.cpp',
91 'src/plugin/AdblockPlusClient.h', 90 'src/plugin/AdblockPlusClient.h',
92 'src/plugin/AdblockPlusDomTraverser.cpp', 91 'src/plugin/AdblockPlusDomTraverser.cpp',
93 'src/plugin/AdblockPlusDomTraverser.h', 92 'src/plugin/AdblockPlusDomTraverser.h',
94 'src/plugin/AdblockPlusGuids.h', 93 'src/plugin/AdblockPlusGuids.h',
95 'src/plugin/ATL_Deprecate.cpp', 94 'src/plugin/ATL_Deprecate.cpp',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'Release': { 295 'Release': {
297 'msvs_settings': { 296 'msvs_settings': {
298 'VCLinkerTool': { 297 'VCLinkerTool': {
299 'AdditionalDependencies': ['atls.lib'], 298 'AdditionalDependencies': ['atls.lib'],
300 }, 299 },
301 }, 300 },
302 }, 301 },
303 }, 302 },
304 }] 303 }]
305 } 304 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld