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 'includes': [ | |
7 '../media/cdm_paths.gypi', | |
8 ], | |
9 'variables': { | 6 'variables': { |
10 'lastchange_path': '../build/util/LASTCHANGE', | 7 'lastchange_path': '../build/util/LASTCHANGE', |
11 'branding_dir': 'app/theme/<(branding_path_component)', | 8 'branding_dir': 'app/theme/<(branding_path_component)', |
12 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', | 9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', |
13 }, | 10 }, |
14 'conditions': [ | 11 'conditions': [ |
15 ['OS=="win"', { | 12 ['OS=="win"', { |
16 'targets': [ | 13 'targets': [ |
17 { | 14 { |
18 # GN version: //chrome/installer/gcapi | 15 # GN version: //chrome/installer/gcapi |
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
521 '-d', '<(branding_path_component)'], | 518 '-d', '<(branding_path_component)'], |
522 'rpm_cmd': ['<@(flock_bash)', '<(rpm_build)', '-o' '<(PRODUCT_DIR)', | 519 'rpm_cmd': ['<@(flock_bash)', '<(rpm_build)', '-o' '<(PRODUCT_DIR)', |
523 '-b', '<(PRODUCT_DIR)', '-a', '<(target_arch)', | 520 '-b', '<(PRODUCT_DIR)', '-a', '<(target_arch)', |
524 '-d', '<(branding_path_component)'], | 521 '-d', '<(branding_path_component)'], |
525 'conditions': [ | 522 'conditions': [ |
526 ['target_arch=="ia32"', { | 523 ['target_arch=="ia32"', { |
527 'deb_arch': 'i386', | 524 'deb_arch': 'i386', |
528 'rpm_arch': 'i386', | 525 'rpm_arch': 'i386', |
529 'packaging_files_binaries': [ | 526 'packaging_files_binaries': [ |
530 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', | 527 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', |
531 '<(PRODUCT_DIR)/<(widevine_cdm_path)/libwidevinecdmadapter.so', | 528 '<(PRODUCT_DIR)/libwidevinecdmadapter.so', |
532 '<(PRODUCT_DIR)/<(widevine_cdm_path)/libwidevinecdm.so', | 529 '<(PRODUCT_DIR)/libwidevinecdm.so', |
533 ], | 530 ], |
534 'packaging_files_common': [ | 531 'packaging_files_common': [ |
535 '<(DEPTH)/build/linux/bin/eu-strip', | 532 '<(DEPTH)/build/linux/bin/eu-strip', |
536 ], | 533 ], |
537 }], | 534 }], |
538 ['target_arch=="x64"', { | 535 ['target_arch=="x64"', { |
539 'deb_arch': 'amd64', | 536 'deb_arch': 'amd64', |
540 'rpm_arch': 'x86_64', | 537 'rpm_arch': 'x86_64', |
541 'packaging_files_binaries': [ | 538 'packaging_files_binaries': [ |
542 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', | 539 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', |
543 '<(PRODUCT_DIR)/<(widevine_cdm_path)/libwidevinecdmadapter.so', | 540 '<(PRODUCT_DIR)/libwidevinecdmadapter.so', |
544 '<(PRODUCT_DIR)/<(widevine_cdm_path)/libwidevinecdm.so', | 541 '<(PRODUCT_DIR)/libwidevinecdm.so', |
545 ], | 542 ], |
546 'packaging_files_common': [ | 543 'packaging_files_common': [ |
547 '<!(which eu-strip)', | 544 '<!(which eu-strip)', |
548 ], | 545 ], |
549 }], | 546 }], |
550 ['target_arch=="arm"', { | 547 ['target_arch=="arm"', { |
551 'deb_arch': 'arm', | 548 'deb_arch': 'arm', |
552 'rpm_arch': 'arm', | 549 'rpm_arch': 'arm', |
553 }], | 550 }], |
554 ['asan==1', { | 551 ['asan==1', { |
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1176 '../build/isolate.gypi', | 1173 '../build/isolate.gypi', |
1177 ], | 1174 ], |
1178 'sources': [ | 1175 'sources': [ |
1179 'setup_unittests.isolate', | 1176 'setup_unittests.isolate', |
1180 ], | 1177 ], |
1181 }, | 1178 }, |
1182 ], | 1179 ], |
1183 }], | 1180 }], |
1184 ], | 1181 ], |
1185 } | 1182 } |
OLD | NEW |