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', | |
9 'branding_dir': 'app/theme/<(branding_path_component)', | 8 'branding_dir': 'app/theme/<(branding_path_component)', |
10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', | 9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', |
11 }, | 10 }, |
12 'conditions': [ | 11 'conditions': [ |
13 ['OS=="win"', { | 12 ['OS=="win"', { |
14 'targets': [ | 13 'targets': [ |
15 { | 14 { |
16 'target_name': 'gcapi_dll', | 15 'target_name': 'gcapi_dll', |
17 'type': 'loadable_module', | 16 'type': 'loadable_module', |
18 'dependencies': [ | 17 'dependencies': [ |
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 '<(PRODUCT_DIR)/libwidevinecdm.so', | 485 '<(PRODUCT_DIR)/libwidevinecdm.so', |
487 ], | 486 ], |
488 'packaging_files_common': [ | 487 'packaging_files_common': [ |
489 '<!(which eu-strip)', | 488 '<!(which eu-strip)', |
490 ], | 489 ], |
491 }], | 490 }], |
492 ['target_arch=="arm"', { | 491 ['target_arch=="arm"', { |
493 'deb_arch': 'arm', | 492 'deb_arch': 'arm', |
494 'rpm_arch': 'arm', | 493 'rpm_arch': 'arm', |
495 }], | 494 }], |
496 ['libpeer_target_type!="static_library"', { | |
497 'packaging_files_binaries': [ | |
498 '<(PRODUCT_DIR)/lib/libpeerconnection.so', | |
499 ], | |
500 }], | |
501 ['asan==1', { | 495 ['asan==1', { |
502 'packaging_files_binaries': [ | 496 'packaging_files_binaries': [ |
503 '<(PRODUCT_DIR)/lib/libc++.so', | 497 '<(PRODUCT_DIR)/lib/libc++.so', |
504 ], | 498 ], |
505 }], | 499 }], |
506 ], | 500 ], |
507 }, | 501 }, |
508 'targets': [ | 502 'targets': [ |
509 { | 503 { |
510 'target_name': 'linux_installer_configs', | 504 'target_name': 'linux_installer_configs', |
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1103 '../build/isolate.gypi', | 1097 '../build/isolate.gypi', |
1104 ], | 1098 ], |
1105 'sources': [ | 1099 'sources': [ |
1106 'setup_unittests.isolate', | 1100 'setup_unittests.isolate', |
1107 ], | 1101 ], |
1108 }, | 1102 }, |
1109 ], | 1103 ], |
1110 }], | 1104 }], |
1111 ], | 1105 ], |
1112 } | 1106 } |
OLD | NEW |