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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
454 'installer/linux/rpm/chrome.spec.template', | 454 'installer/linux/rpm/chrome.spec.template', |
455 'installer/linux/rpm/expected_deps_i386', | 455 'installer/linux/rpm/expected_deps_i386', |
456 'installer/linux/rpm/expected_deps_x86_64', | 456 'installer/linux/rpm/expected_deps_x86_64', |
457 ], | 457 ], |
458 'packaging_files_binaries': [ | 458 'packaging_files_binaries': [ |
459 # TODO(mmoss) Any convenient way to get all the relevant build | 459 # TODO(mmoss) Any convenient way to get all the relevant build |
460 # files? (e.g. all locales, resources, etc.) | 460 # files? (e.g. all locales, resources, etc.) |
461 '<(PRODUCT_DIR)/chrome', | 461 '<(PRODUCT_DIR)/chrome', |
462 '<(PRODUCT_DIR)/chrome_sandbox', | 462 '<(PRODUCT_DIR)/chrome_sandbox', |
463 '<(PRODUCT_DIR)/libffmpegsumo.so', | 463 '<(PRODUCT_DIR)/libffmpegsumo.so', |
464 '<(PRODUCT_DIR)/libpdf.so', | |
kelvinp
2015/02/04 18:09:35
I did a string search in code search and there are
jam
2015/02/04 18:10:12
yes that's in a different repo, i have a different
| |
465 '<(PRODUCT_DIR)/xdg-mime', | 464 '<(PRODUCT_DIR)/xdg-mime', |
466 '<(PRODUCT_DIR)/xdg-settings', | 465 '<(PRODUCT_DIR)/xdg-settings', |
467 '<(PRODUCT_DIR)/locales/en-US.pak', | 466 '<(PRODUCT_DIR)/locales/en-US.pak', |
468 '<(PRODUCT_DIR)/nacl_helper', | 467 '<(PRODUCT_DIR)/nacl_helper', |
469 '<(PRODUCT_DIR)/nacl_helper_bootstrap', | 468 '<(PRODUCT_DIR)/nacl_helper_bootstrap', |
470 '<(PRODUCT_DIR)/PepperFlash/libpepflashplayer.so', | 469 '<(PRODUCT_DIR)/PepperFlash/libpepflashplayer.so', |
471 '<(PRODUCT_DIR)/PepperFlash/manifest.json', | 470 '<(PRODUCT_DIR)/PepperFlash/manifest.json', |
472 '<@(default_apps_list_linux_dest)', | 471 '<@(default_apps_list_linux_dest)', |
473 ], | 472 ], |
474 'flock_bash': ['flock', '--', '/tmp/linux_package_lock', 'bash'], | 473 'flock_bash': ['flock', '--', '/tmp/linux_package_lock', 'bash'], |
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1098 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', | 1097 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', |
1099 }, | 1098 }, |
1100 }, { # else branding!="Chrome" | 1099 }, { # else branding!="Chrome" |
1101 'variables': { | 1100 'variables': { |
1102 'branding_dir': 'app/theme/chromium', | 1101 'branding_dir': 'app/theme/chromium', |
1103 'branding_dir_100': 'app/theme/default_100_percent/chromium', | 1102 'branding_dir_100': 'app/theme/default_100_percent/chromium', |
1104 }, | 1103 }, |
1105 }], | 1104 }], |
1106 ], | 1105 ], |
1107 } | 1106 } |
OLD | NEW |