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

Delta Between Two Patch Sets: adblockplus.gyp

Issue 11013110: Cleanup (Closed)
Left Patch Set: More refactoring. Removing main thread, tab counting. Implementing SetPref and GetPref. Addressing … Created July 9, 2013, 12:59 p.m.
Right Patch Set: More beautification and addressing comments Created July 29, 2013, 12:13 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 | « .hgsubstate ('k') | src/engine/main.cpp » ('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': ['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 'shared_files': [ 7 'shared_files': [
8 'src/shared/AutoHandle.cpp', 8 'src/shared/AutoHandle.cpp',
9 'src/shared/Communication.cpp', 9 'src/shared/Communication.cpp',
10 'src/shared/Dictionary.cpp', 10 'src/shared/Dictionary.cpp',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'libraries': ['-ladvapi32', '-lshell32', '-lole32'], 159 'libraries': ['-ladvapi32', '-lshell32', '-lole32'],
160 }, 160 },
161 'msvs_settings': { 161 'msvs_settings': {
162 'VCLinkerTool': { 162 'VCLinkerTool': {
163 'SubSystem': '1', # Console 163 'SubSystem': '1', # Console
164 'EntryPointSymbol': 'mainCRTStartup', 164 'EntryPointSymbol': 'mainCRTStartup',
165 }, 165 },
166 }, 166 },
167 }] 167 }]
168 } 168 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld