Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Side by Side Diff: chrome/installer/mini_installer.gyp

Issue 1633343002: Move the mini_installer_version rule to its own gyp file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the mini_installer_version target Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/installer/mini_installer.gypi » ('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 'variables': { 2 'variables': {
3 'chromium_code': 1, 3 'chromium_code': 1,
4 'version_py': '<(DEPTH)/build/util/version.py',
5 'version_path': '../../chrome/VERSION',
6 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
7 'branding_dir': '../app/theme/<(branding_path_component)',
8 'msvs_use_common_release': 0, 4 'msvs_use_common_release': 0,
9 'msvs_use_common_linker_extras': 0, 5 'msvs_use_common_linker_extras': 0,
10 'mini_installer_internal_deps%': 0, 6 'mini_installer_internal_deps%': 0,
11 'mini_installer_official_deps%': 0, 7 'mini_installer_official_deps%': 0,
12 }, 8 },
13 'includes': [ 9 'includes': [
14 '../../build/win_precompile.gypi', 10 '../../build/win_precompile.gypi',
15 ], 11 ],
16 'conditions': [ 12 'conditions': [
17 ['OS=="win"', { 13 ['OS=="win"', {
(...skipping 29 matching lines...) Expand all
47 'sources': [ 43 'sources': [
48 'mini_installer_tests.isolate', 44 'mini_installer_tests.isolate',
49 ], 45 ],
50 }, 46 },
51 ], 47 ],
52 }], 48 }],
53 ], 49 ],
54 }], 50 }],
55 ], 51 ],
56 } 52 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/mini_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698