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

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

Issue 23539002: Delete app_host from apps/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed TODO Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | 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 'version_py': '../../chrome/tools/build/version.py', 3 'version_py': '../../chrome/tools/build/version.py',
4 'version_path': '../../chrome/VERSION', 4 'version_path': '../../chrome/VERSION',
5 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE', 5 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
6 # 'branding_dir' is set in the 'conditions' section at the bottom. 6 # 'branding_dir' is set in the 'conditions' section at the bottom.
7 'msvs_use_common_release': 0, 7 'msvs_use_common_release': 0,
8 'msvs_use_common_linker_extras': 0, 8 'msvs_use_common_linker_extras': 0,
9 'mini_installer_internal_deps%': 0, 9 'mini_installer_internal_deps%': 0,
10 'mini_installer_official_deps%': 0, 10 'mini_installer_official_deps%': 0,
11 }, 11 },
12 'includes': [ 12 'includes': [
13 '../../build/win_precompile.gypi', 13 '../../build/win_precompile.gypi',
14 ], 14 ],
15 'conditions': [ 15 'conditions': [
16 ['OS=="win"', { 16 ['OS=="win"', {
17 'target_defaults': { 17 'target_defaults': {
18 'dependencies': [ 18 'dependencies': [
19 '../chrome.gyp:app_host',
20 '../chrome.gyp:chrome', 19 '../chrome.gyp:chrome',
21 '../chrome.gyp:chrome_nacl_win64', 20 '../chrome.gyp:chrome_nacl_win64',
22 '../chrome.gyp:chrome_dll', 21 '../chrome.gyp:chrome_dll',
23 '../chrome.gyp:default_extensions', 22 '../chrome.gyp:default_extensions',
24 '../chrome.gyp:setup', 23 '../chrome.gyp:setup',
25 ], 24 ],
26 'include_dirs': [ 25 'include_dirs': [
27 '../..', 26 '../..',
28 '<(INTERMEDIATE_DIR)', 27 '<(INTERMEDIATE_DIR)',
29 '<(SHARED_INTERMEDIATE_DIR)/chrome', 28 '<(SHARED_INTERMEDIATE_DIR)/chrome',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 'target_arch_flag': '--target_arch=x64', 242 'target_arch_flag': '--target_arch=x64',
244 }, 243 },
245 }, { 244 }, {
246 'variables': { 245 'variables': {
247 'target_arch_flag': '--target_arch=x86', 246 'target_arch_flag': '--target_arch=x86',
248 }, 247 },
249 }], 248 }],
250 ], 249 ],
251 'inputs': [ 250 'inputs': [
252 '<(create_installer_archive_py_path)', 251 '<(create_installer_archive_py_path)',
253 '<(PRODUCT_DIR)/app_host.exe',
254 '<(PRODUCT_DIR)/chrome.exe', 252 '<(PRODUCT_DIR)/chrome.exe',
255 '<(PRODUCT_DIR)/chrome.dll', 253 '<(PRODUCT_DIR)/chrome.dll',
256 '<(PRODUCT_DIR)/nacl64.exe', 254 '<(PRODUCT_DIR)/nacl64.exe',
257 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', 255 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll',
258 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', 256 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
259 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', 257 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
260 '<(PRODUCT_DIR)/locales/en-US.pak', 258 '<(PRODUCT_DIR)/locales/en-US.pak',
261 '<(PRODUCT_DIR)/icudt.dll', 259 '<(PRODUCT_DIR)/icudt.dll',
262 ], 260 ],
263 'outputs': [ 261 'outputs': [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'variables': { 296 'variables': {
299 'branding_dir': '../app/theme/google_chrome', 297 'branding_dir': '../app/theme/google_chrome',
300 }, 298 },
301 }, { # else branding!="Chrome" 299 }, { # else branding!="Chrome"
302 'variables': { 300 'variables': {
303 'branding_dir': '../app/theme/chromium', 301 'branding_dir': '../app/theme/chromium',
304 }, 302 },
305 }], 303 }],
306 ], 304 ],
307 } 305 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/installer/mini_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698