| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', | 7 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', |
| 8 # 'branding_dir' is set in the 'conditions' section at the bottom. | 8 # 'branding_dir' is set in the 'conditions' section at the bottom. |
| 9 }, | 9 }, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 # TODO(mmoss) Any convenient way to get all the relevant build | 403 # TODO(mmoss) Any convenient way to get all the relevant build |
| 404 # files? (e.g. all locales, resources, etc.) | 404 # files? (e.g. all locales, resources, etc.) |
| 405 '<(PRODUCT_DIR)/chrome', | 405 '<(PRODUCT_DIR)/chrome', |
| 406 '<(PRODUCT_DIR)/chrome.pak', | 406 '<(PRODUCT_DIR)/chrome.pak', |
| 407 '<(PRODUCT_DIR)/chrome_sandbox', | 407 '<(PRODUCT_DIR)/chrome_sandbox', |
| 408 '<(PRODUCT_DIR)/libffmpegsumo.so', | 408 '<(PRODUCT_DIR)/libffmpegsumo.so', |
| 409 '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so', | 409 '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so', |
| 410 '<(PRODUCT_DIR)/xdg-mime', | 410 '<(PRODUCT_DIR)/xdg-mime', |
| 411 '<(PRODUCT_DIR)/xdg-settings', | 411 '<(PRODUCT_DIR)/xdg-settings', |
| 412 '<(PRODUCT_DIR)/locales/en-US.pak', | 412 '<(PRODUCT_DIR)/locales/en-US.pak', |
| 413 '<(PRODUCT_DIR)/nacl_helper.so', | 413 '<(PRODUCT_DIR)/nacl_helper', |
| 414 '<(PRODUCT_DIR)/nacl_helper_bootstrap', | 414 '<(PRODUCT_DIR)/nacl_helper_bootstrap', |
| 415 ], | 415 ], |
| 416 'flock_bash': ['flock', '--', '/tmp/linux_package_lock', 'bash'], | 416 'flock_bash': ['flock', '--', '/tmp/linux_package_lock', 'bash'], |
| 417 'deb_build': '<(PRODUCT_DIR)/installer/debian/build.sh', | 417 'deb_build': '<(PRODUCT_DIR)/installer/debian/build.sh', |
| 418 'rpm_build': '<(PRODUCT_DIR)/installer/rpm/build.sh', | 418 'rpm_build': '<(PRODUCT_DIR)/installer/rpm/build.sh', |
| 419 'deb_cmd': ['<@(flock_bash)', '<(deb_build)', '-o' '<(PRODUCT_DIR)', | 419 'deb_cmd': ['<@(flock_bash)', '<(deb_build)', '-o' '<(PRODUCT_DIR)', |
| 420 '-b', '<(PRODUCT_DIR)', '-a', '<(target_arch)'], | 420 '-b', '<(PRODUCT_DIR)', '-a', '<(target_arch)'], |
| 421 'rpm_cmd': ['<@(flock_bash)', '<(rpm_build)', '-o' '<(PRODUCT_DIR)', | 421 'rpm_cmd': ['<@(flock_bash)', '<(rpm_build)', '-o' '<(PRODUCT_DIR)', |
| 422 '-b', '<(PRODUCT_DIR)', '-a', '<(target_arch)'], | 422 '-b', '<(PRODUCT_DIR)', '-a', '<(target_arch)'], |
| 423 'conditions': [ | 423 'conditions': [ |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 917 'variables': { | 917 'variables': { |
| 918 'branding_dir': 'app/theme/google_chrome', | 918 'branding_dir': 'app/theme/google_chrome', |
| 919 }, | 919 }, |
| 920 }, { # else branding!="Chrome" | 920 }, { # else branding!="Chrome" |
| 921 'variables': { | 921 'variables': { |
| 922 'branding_dir': 'app/theme/chromium', | 922 'branding_dir': 'app/theme/chromium', |
| 923 }, | 923 }, |
| 924 }], | 924 }], |
| 925 ], | 925 ], |
| 926 } | 926 } |
| OLD | NEW |