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

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

Issue 1580673004: Mark mini_installer as chromium_code in gyp builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/mini_installer.cc » ('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 'version_py': '<(DEPTH)/build/util/version.py', 4 'version_py': '<(DEPTH)/build/util/version.py',
4 'version_path': '../../chrome/VERSION', 5 'version_path': '../../chrome/VERSION',
5 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE', 6 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
6 'branding_dir': '../app/theme/<(branding_path_component)', 7 'branding_dir': '../app/theme/<(branding_path_component)',
7 'msvs_use_common_release': 0, 8 'msvs_use_common_release': 0,
8 'msvs_use_common_linker_extras': 0, 9 'msvs_use_common_linker_extras': 0,
9 'mini_installer_internal_deps%': 0, 10 'mini_installer_internal_deps%': 0,
10 'mini_installer_official_deps%': 0, 11 'mini_installer_official_deps%': 0,
11 }, 12 },
12 'includes': [ 13 'includes': [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'sources': [ 47 'sources': [
47 'mini_installer_tests.isolate', 48 'mini_installer_tests.isolate',
48 ], 49 ],
49 }, 50 },
50 ], 51 ],
51 }], 52 }],
52 ], 53 ],
53 }], 54 }],
54 ], 55 ],
55 } 56 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/mini_installer/mini_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698