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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 'installer/linux/rpm/chrome.spec.template', | 488 'installer/linux/rpm/chrome.spec.template', |
489 'installer/linux/rpm/expected_deps_i386', | 489 'installer/linux/rpm/expected_deps_i386', |
490 'installer/linux/rpm/expected_deps_x86_64', | 490 'installer/linux/rpm/expected_deps_x86_64', |
491 ], | 491 ], |
492 'packaging_files_binaries': [ | 492 'packaging_files_binaries': [ |
493 # TODO(mmoss) Any convenient way to get all the relevant build | 493 # TODO(mmoss) Any convenient way to get all the relevant build |
494 # files? (e.g. all locales, resources, etc.) | 494 # files? (e.g. all locales, resources, etc.) |
495 '<(PRODUCT_DIR)/chrome', | 495 '<(PRODUCT_DIR)/chrome', |
496 '<(PRODUCT_DIR)/chrome_sandbox', | 496 '<(PRODUCT_DIR)/chrome_sandbox', |
497 '<(PRODUCT_DIR)/libffmpegsumo.so', | 497 '<(PRODUCT_DIR)/libffmpegsumo.so', |
| 498 '<(PRODUCT_DIR)/libpdf.so', |
498 '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so', | 499 '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so', |
499 '<(PRODUCT_DIR)/xdg-mime', | 500 '<(PRODUCT_DIR)/xdg-mime', |
500 '<(PRODUCT_DIR)/xdg-settings', | 501 '<(PRODUCT_DIR)/xdg-settings', |
501 '<(PRODUCT_DIR)/locales/en-US.pak', | 502 '<(PRODUCT_DIR)/locales/en-US.pak', |
502 '<(PRODUCT_DIR)/nacl_helper', | 503 '<(PRODUCT_DIR)/nacl_helper', |
503 '<(PRODUCT_DIR)/nacl_helper_bootstrap', | 504 '<(PRODUCT_DIR)/nacl_helper_bootstrap', |
504 '<(PRODUCT_DIR)/PepperFlash/libpepflashplayer.so', | 505 '<(PRODUCT_DIR)/PepperFlash/libpepflashplayer.so', |
505 '<(PRODUCT_DIR)/PepperFlash/manifest.json', | 506 '<(PRODUCT_DIR)/PepperFlash/manifest.json', |
506 '<@(default_apps_list_linux_dest)', | 507 '<@(default_apps_list_linux_dest)', |
507 ], | 508 ], |
(...skipping 26 matching lines...) Expand all Loading... |
534 '<(PRODUCT_DIR)/libwidevinecdm.so', | 535 '<(PRODUCT_DIR)/libwidevinecdm.so', |
535 ], | 536 ], |
536 'packaging_files_common': [ | 537 'packaging_files_common': [ |
537 '<!(which eu-strip)', | 538 '<!(which eu-strip)', |
538 ], | 539 ], |
539 }], | 540 }], |
540 ['target_arch=="arm"', { | 541 ['target_arch=="arm"', { |
541 'deb_arch': 'arm', | 542 'deb_arch': 'arm', |
542 'rpm_arch': 'arm', | 543 'rpm_arch': 'arm', |
543 }], | 544 }], |
544 ['internal_pdf', { | |
545 'packaging_files_binaries': [ | |
546 '<(PRODUCT_DIR)/libpdf.so', | |
547 ], | |
548 }], | |
549 ['libpeer_target_type!="static_library"', { | 545 ['libpeer_target_type!="static_library"', { |
550 'packaging_files_binaries': [ | 546 'packaging_files_binaries': [ |
551 '<(PRODUCT_DIR)/lib/libpeerconnection.so', | 547 '<(PRODUCT_DIR)/lib/libpeerconnection.so', |
552 ], | 548 ], |
553 }], | 549 }], |
554 ], | 550 ], |
555 }, | 551 }, |
556 'targets': [ | 552 'targets': [ |
557 { | 553 { |
558 'target_name': 'linux_installer_configs', | 554 'target_name': 'linux_installer_configs', |
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1132 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', | 1128 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', |
1133 }, | 1129 }, |
1134 }, { # else branding!="Chrome" | 1130 }, { # else branding!="Chrome" |
1135 'variables': { | 1131 'variables': { |
1136 'branding_dir': 'app/theme/chromium', | 1132 'branding_dir': 'app/theme/chromium', |
1137 'branding_dir_100': 'app/theme/default_100_percent/chromium', | 1133 'branding_dir_100': 'app/theme/default_100_percent/chromium', |
1138 }, | 1134 }, |
1139 }], | 1135 }], |
1140 ], | 1136 ], |
1141 } | 1137 } |
OLD | NEW |