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

Side by Side Diff: adblockplus.gyp

Issue 11254007: Installation with registry keys
Patch Set: Created July 25, 2013, 9:57 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 | « no previous file | dev_install.cmd » ('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 '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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 ], 213 ],
214 'DelayLoadDLLs': ['Shell32.dll'], 214 'DelayLoadDLLs': ['Shell32.dll'],
215 }, 215 },
216 }, 216 },
217 }, 217 },
218 218
219 { 219 {
220 'target_name': 'Developer Install', 220 'target_name': 'Developer Install',
221 'type': 'none', 221 'type': 'none',
222 'dependencies': [ 222 'dependencies': [
223 'AdblockPlus' 223 'AdblockPlus',
224 'AdblockPlusEngine'
224 ], 225 ],
225 'actions': [ { 226 'actions': [ {
226 'action_name': 'Install', 227 'action_name': 'Install',
227 'message': 'Performing a developer installation', 228 'message': 'Performing a developer installation',
228 'inputs': [], 229 'inputs': [],
229 'outputs': [ 230 'outputs': [
230 # This file is never written, meaning the action always runs. 231 # This file is never written, meaning the action always runs.
231 '<(PRODUCT_DIR)/timestamp.txt' 232 '<(PRODUCT_DIR)/timestamp.txt'
232 ], 233 ],
233 'action': [ 234 'action': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'libraries': ['-ladvapi32', '-lshell32', '-lole32'], 270 'libraries': ['-ladvapi32', '-lshell32', '-lole32'],
270 }, 271 },
271 'msvs_settings': { 272 'msvs_settings': {
272 'VCLinkerTool': { 273 'VCLinkerTool': {
273 'SubSystem': '1', # Console 274 'SubSystem': '1', # Console
274 'EntryPointSymbol': 'mainCRTStartup', 275 'EntryPointSymbol': 'mainCRTStartup',
275 }, 276 },
276 }, 277 },
277 }] 278 }]
278 } 279 }
OLDNEW
« no previous file with comments | « no previous file | dev_install.cmd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld