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

Delta Between Two Patch Sets: adblockplus.gyp

Issue 6567422169448448: Issue 119 - Switch to injecting CSS for element hiding (Closed)
Left Patch Set: rebase Created Feb. 25, 2016, 5:38 p.m.
Right Patch Set: rename OnQuit Created Sept. 30, 2016, 3:25 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | dependencies » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 29 matching lines...) Expand all
40 'common', 40 'common',
41 ], 41 ],
42 'sources': [ 42 'sources': [
43 'src/shared/AutoHandle.cpp', 43 'src/shared/AutoHandle.cpp',
44 'src/shared/AutoHandle.h', 44 'src/shared/AutoHandle.h',
45 'src/shared/Communication.cpp', 45 'src/shared/Communication.cpp',
46 'src/shared/Communication.h', 46 'src/shared/Communication.h',
47 'src/shared/CriticalSection.h', 47 'src/shared/CriticalSection.h',
48 'src/shared/Dictionary.cpp', 48 'src/shared/Dictionary.cpp',
49 'src/shared/Dictionary.h', 49 'src/shared/Dictionary.h',
50 'src/shared/EventWithSetter.cpp',
51 'src/shared/EventWithSetter.h',
50 'src/shared/Utils.cpp', 52 'src/shared/Utils.cpp',
51 'src/shared/Utils.h', 53 'src/shared/Utils.h',
52 'src/shared/Version.h', 54 'src/shared/Version.h',
53 'src/shared/MsHTMLUtils.cpp', 55 'src/shared/MsHTMLUtils.cpp',
54 'src/shared/MsHTMLUtils.h', 56 'src/shared/MsHTMLUtils.h',
55 ], 57 ],
56 'include_dirs': [ 58 'include_dirs': [
57 '$(ADBLOCKPLUS_ATL)/include', 59 '$(ADBLOCKPLUS_ATL)/include',
58 ], 60 ],
59 }, 61 },
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 }, { 287 }, {
286 'AdditionalLibraryDirectories': [ 288 'AdditionalLibraryDirectories': [
287 '$(ADBLOCKPLUS_ATL)/lib/amd64', 289 '$(ADBLOCKPLUS_ATL)/lib/amd64',
288 ], 290 ],
289 } 291 }
290 ]], 292 ]],
291 }, 293 },
292 }, 294 },
293 }] 295 }]
294 } 296 }
LEFTRIGHT
« no previous file | dependencies » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld