OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1457 'components_browsertests_pak_input_resources': [ | 1457 'components_browsertests_pak_input_resources': [ |
1458 '<(PRODUCT_DIR)/components_tests_resources.pak', | 1458 '<(PRODUCT_DIR)/components_tests_resources.pak', |
1459 '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak', | 1459 '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak', |
1460 ], | 1460 ], |
1461 'conditions': [ | 1461 'conditions': [ |
1462 ['icu_use_data_file_flag==1', { | 1462 ['icu_use_data_file_flag==1', { |
1463 'components_browsertests_pak_input_resources': [ | 1463 'components_browsertests_pak_input_resources': [ |
1464 '<(PRODUCT_DIR)/icudtl.dat', | 1464 '<(PRODUCT_DIR)/icudtl.dat', |
1465 ], | 1465 ], |
1466 }], | 1466 }], |
1467 ['v8_use_external_startup_data==1', { | |
1468 'components_browsertests_pak_input_resources': [ | |
1469 '<(PRODUCT_DIR)/natives_blob.bin', | |
1470 '<(PRODUCT_DIR)/snapshot_blob.bin', | |
1471 ], | |
1472 }], | |
1473 ], | 1467 ], |
1474 }, | 1468 }, |
| 1469 'includes': ['../build/android/v8_external_startup_data_arch_suffix.gypi']
, |
1475 'targets': [ | 1470 'targets': [ |
1476 { | 1471 { |
1477 'target_name': 'components_browsertests_paks_copy', | 1472 'target_name': 'components_browsertests_paks_copy', |
1478 'type': 'none', | 1473 'type': 'none', |
1479 'dependencies': [ | 1474 'dependencies': [ |
1480 'components_browsertests', | 1475 'components_browsertests', |
1481 ], | 1476 ], |
1482 'variables': { | 1477 'variables': { |
1483 'dest_path': '<(PRODUCT_DIR)/components_browsertests_apk_shell/asset
s', | 1478 'dest_path': '<(PRODUCT_DIR)/components_browsertests_apk_shell/asset
s', |
1484 'src_files': [ | 1479 'src_files': [ |
1485 '<@(components_browsertests_pak_input_resources)', | 1480 '<@(components_browsertests_pak_input_resources)', |
1486 ], | 1481 ], |
1487 'clear': 1, | 1482 'clear': 1, |
| 1483 'conditions': [ |
| 1484 ['v8_use_external_startup_data==1', { |
| 1485 'renaming_sources': [ |
| 1486 '<(PRODUCT_DIR)/natives_blob.bin', |
| 1487 '<(PRODUCT_DIR)/snapshot_blob.bin', |
| 1488 ], |
| 1489 'renaming_destinations': [ |
| 1490 'natives_blob_<(arch_suffix).bin', |
| 1491 'snapshot_blob_<(arch_suffix).bin', |
| 1492 ], |
| 1493 }], |
| 1494 ], |
1488 }, | 1495 }, |
1489 'includes': ['../build/android/copy_ex.gypi'], | 1496 'includes': ['../build/android/copy_ex.gypi'], |
1490 }, | 1497 }, |
1491 { | 1498 { |
1492 'target_name': 'components_browsertests_manifest', | 1499 'target_name': 'components_browsertests_manifest', |
1493 'type': 'none', | 1500 'type': 'none', |
1494 'variables': { | 1501 'variables': { |
1495 'jinja_inputs': ['test/android/browsertests_apk/AndroidManifest.xml.
jinja2'], | 1502 'jinja_inputs': ['test/android/browsertests_apk/AndroidManifest.xml.
jinja2'], |
1496 'jinja_output': '<(SHARED_INTERMEDIATE_DIR)/components_browsertests_
manifest/AndroidManifest.xml', | 1503 'jinja_output': '<(SHARED_INTERMEDIATE_DIR)/components_browsertests_
manifest/AndroidManifest.xml', |
1497 }, | 1504 }, |
(...skipping 19 matching lines...) Expand all Loading... |
1517 'resource_dir': 'test/android/browsertests_apk/res', | 1524 'resource_dir': 'test/android/browsertests_apk/res', |
1518 'asset_location': '<(PRODUCT_DIR)/components_browsertests_apk_shell/
assets', | 1525 'asset_location': '<(PRODUCT_DIR)/components_browsertests_apk_shell/
assets', |
1519 'conditions': [ | 1526 'conditions': [ |
1520 ['icu_use_data_file_flag==1', { | 1527 ['icu_use_data_file_flag==1', { |
1521 'additional_input_paths': [ | 1528 'additional_input_paths': [ |
1522 '<(asset_location)/icudtl.dat', | 1529 '<(asset_location)/icudtl.dat', |
1523 ], | 1530 ], |
1524 }], | 1531 }], |
1525 ['v8_use_external_startup_data==1', { | 1532 ['v8_use_external_startup_data==1', { |
1526 'additional_input_paths': [ | 1533 'additional_input_paths': [ |
1527 '<(asset_location)/natives_blob.bin', | 1534 '<(asset_location)/natives_blob_<(arch_suffix).bin', |
1528 '<(asset_location)/snapshot_blob.bin', | 1535 '<(asset_location)/snapshot_blob_<(arch_suffix).bin', |
1529 ], | 1536 ], |
1530 }], | 1537 }], |
1531 ], | 1538 ], |
1532 }, | 1539 }, |
1533 'includes': [ '../build/apk_browsertest.gypi' ], | 1540 'includes': [ '../build/apk_browsertest.gypi' ], |
1534 }, | 1541 }, |
1535 { | 1542 { |
1536 'target_name': 'components_unittests_apk', | 1543 'target_name': 'components_unittests_apk', |
1537 'isolate_file': 'components_unittests.isolate', | 1544 'isolate_file': 'components_unittests.isolate', |
1538 'type': 'none', | 1545 'type': 'none', |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1804 'dependencies': [ | 1811 'dependencies': [ |
1805 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1812 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1806 ], | 1813 ], |
1807 }], | 1814 }], |
1808 ], | 1815 ], |
1809 }, | 1816 }, |
1810 ], | 1817 ], |
1811 }], | 1818 }], |
1812 ], | 1819 ], |
1813 } | 1820 } |
OLD | NEW |