OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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': '../build/util/LASTCHANGE', | 7 'lastchange_path': '../build/util/LASTCHANGE', |
8 'libpeer_target_type%': 'static_library', | 8 'libpeer_target_type%': 'static_library', |
9 # 'branding_dir' is set in the 'conditions' section at the bottom. | 9 # 'branding_dir' is set in the 'conditions' section at the bottom. |
10 }, | 10 }, |
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 'installer/linux/rpm/expected_deps_i386', | 483 'installer/linux/rpm/expected_deps_i386', |
484 'installer/linux/rpm/expected_deps_x86_64', | 484 'installer/linux/rpm/expected_deps_x86_64', |
485 ], | 485 ], |
486 'packaging_files_binaries': [ | 486 'packaging_files_binaries': [ |
487 # TODO(mmoss) Any convenient way to get all the relevant build | 487 # TODO(mmoss) Any convenient way to get all the relevant build |
488 # files? (e.g. all locales, resources, etc.) | 488 # files? (e.g. all locales, resources, etc.) |
489 '<(PRODUCT_DIR)/chrome', | 489 '<(PRODUCT_DIR)/chrome', |
490 '<(PRODUCT_DIR)/chrome_sandbox', | 490 '<(PRODUCT_DIR)/chrome_sandbox', |
491 '<(PRODUCT_DIR)/libffmpegsumo.so', | 491 '<(PRODUCT_DIR)/libffmpegsumo.so', |
492 '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so', | 492 '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so', |
493 '<(PRODUCT_DIR)/lib/libmojo_system.so', | |
494 '<(PRODUCT_DIR)/xdg-mime', | 493 '<(PRODUCT_DIR)/xdg-mime', |
495 '<(PRODUCT_DIR)/xdg-settings', | 494 '<(PRODUCT_DIR)/xdg-settings', |
496 '<(PRODUCT_DIR)/locales/en-US.pak', | 495 '<(PRODUCT_DIR)/locales/en-US.pak', |
497 '<(PRODUCT_DIR)/nacl_helper', | 496 '<(PRODUCT_DIR)/nacl_helper', |
498 '<(PRODUCT_DIR)/nacl_helper_bootstrap', | 497 '<(PRODUCT_DIR)/nacl_helper_bootstrap', |
499 '<(PRODUCT_DIR)/PepperFlash/libpepflashplayer.so', | 498 '<(PRODUCT_DIR)/PepperFlash/libpepflashplayer.so', |
500 '<(PRODUCT_DIR)/PepperFlash/manifest.json', | 499 '<(PRODUCT_DIR)/PepperFlash/manifest.json', |
501 '<@(default_apps_list_linux_dest)', | 500 '<@(default_apps_list_linux_dest)', |
502 ], | 501 ], |
503 'flock_bash': ['flock', '--', '/tmp/linux_package_lock', 'bash'], | 502 'flock_bash': ['flock', '--', '/tmp/linux_package_lock', 'bash'], |
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1127 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', | 1126 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', |
1128 }, | 1127 }, |
1129 }, { # else branding!="Chrome" | 1128 }, { # else branding!="Chrome" |
1130 'variables': { | 1129 'variables': { |
1131 'branding_dir': 'app/theme/chromium', | 1130 'branding_dir': 'app/theme/chromium', |
1132 'branding_dir_100': 'app/theme/default_100_percent/chromium', | 1131 'branding_dir_100': 'app/theme/default_100_percent/chromium', |
1133 }, | 1132 }, |
1134 }], | 1133 }], |
1135 ], | 1134 ], |
1136 } | 1135 } |
OLD | NEW |