Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: components/components_tests.gyp

Issue 1422793004: Reland Reland Switch Chrome Android using v8 arch specific external data name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix dependences Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after
1442 'components_browsertests_pak_input_resources': [ 1442 'components_browsertests_pak_input_resources': [
1443 '<(PRODUCT_DIR)/components_tests_resources.pak', 1443 '<(PRODUCT_DIR)/components_tests_resources.pak',
1444 '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak', 1444 '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak',
1445 ], 1445 ],
1446 'conditions': [ 1446 'conditions': [
1447 ['icu_use_data_file_flag==1', { 1447 ['icu_use_data_file_flag==1', {
1448 'components_browsertests_pak_input_resources': [ 1448 'components_browsertests_pak_input_resources': [
1449 '<(PRODUCT_DIR)/icudtl.dat', 1449 '<(PRODUCT_DIR)/icudtl.dat',
1450 ], 1450 ],
1451 }], 1451 }],
1452 ['v8_use_external_startup_data==1', {
1453 'components_browsertests_pak_input_resources': [
1454 '<(PRODUCT_DIR)/natives_blob.bin',
1455 '<(PRODUCT_DIR)/snapshot_blob.bin',
1456 ],
1457 }],
1458 ], 1452 ],
1459 }, 1453 },
1454 'includes': ['../build/android/v8_external_startup_data_arch_suffix.gypi'] ,
1460 'targets': [ 1455 'targets': [
1461 { 1456 {
1462 'target_name': 'components_browsertests_paks_copy', 1457 'target_name': 'components_browsertests_paks_copy',
1463 'type': 'none', 1458 'type': 'none',
1464 'dependencies': [ 1459 'dependencies': [
1465 'components_browsertests', 1460 'components_browsertests',
1466 ], 1461 ],
1467 'copies': [ 1462 'variables': {
1468 { 1463 'dest_path': '<(PRODUCT_DIR)/components_browsertests_apk_shell/asset s',
1469 'destination': '<(PRODUCT_DIR)/components_browsertests_apk_shell/a ssets', 1464 'src_files': [
1470 'files': [ 1465 '<@(components_browsertests_pak_input_resources)',
1471 '<@(components_browsertests_pak_input_resources)', 1466 ],
1472 ], 1467 'clear': 1,
1473 } 1468 'conditions': [
1474 ], 1469 ['v8_use_external_startup_data==1', {
1470 'renaming_sources': [
1471 '<(PRODUCT_DIR)/natives_blob.bin',
1472 '<(PRODUCT_DIR)/snapshot_blob.bin',
1473 ],
1474 'renaming_destinations': [
1475 'natives_blob_<(arch_suffix).bin',
1476 'snapshot_blob_<(arch_suffix).bin',
1477 ],
1478 }],
1479 ],
1480 },
1481 'includes': ['../build/android/copy_ex.gypi'],
1475 }, 1482 },
1476 { 1483 {
1477 'target_name': 'components_browsertests_manifest', 1484 'target_name': 'components_browsertests_manifest',
1478 'type': 'none', 1485 'type': 'none',
1479 'variables': { 1486 'variables': {
1480 'jinja_inputs': ['test/android/browsertests_apk/AndroidManifest.xml. jinja2'], 1487 'jinja_inputs': ['test/android/browsertests_apk/AndroidManifest.xml. jinja2'],
1481 'jinja_output': '<(SHARED_INTERMEDIATE_DIR)/components_browsertests_ manifest/AndroidManifest.xml', 1488 'jinja_output': '<(SHARED_INTERMEDIATE_DIR)/components_browsertests_ manifest/AndroidManifest.xml',
1482 }, 1489 },
1483 'includes': [ '../build/android/jinja_template.gypi' ], 1490 'includes': [ '../build/android/jinja_template.gypi' ],
1484 }, 1491 },
(...skipping 12 matching lines...) Expand all
1497 'variables': { 1504 'variables': {
1498 'test_suite_name': 'components_browsertests', 1505 'test_suite_name': 'components_browsertests',
1499 'isolate_file': 'components_browsertests.isolate', 1506 'isolate_file': 'components_browsertests.isolate',
1500 'java_in_dir': 'test/android/browsertests_apk', 1507 'java_in_dir': 'test/android/browsertests_apk',
1501 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow sertests_manifest/AndroidManifest.xml', 1508 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow sertests_manifest/AndroidManifest.xml',
1502 'resource_dir': 'test/android/browsertests_apk/res', 1509 'resource_dir': 'test/android/browsertests_apk/res',
1503 'asset_location': '<(PRODUCT_DIR)/components_browsertests_apk_shell/ assets', 1510 'asset_location': '<(PRODUCT_DIR)/components_browsertests_apk_shell/ assets',
1504 'conditions': [ 1511 'conditions': [
1505 ['icu_use_data_file_flag==1', { 1512 ['icu_use_data_file_flag==1', {
1506 'additional_input_paths': [ 1513 'additional_input_paths': [
1507 '<(PRODUCT_DIR)/icudtl.dat', 1514 '<(asset_location)/icudtl.dat',
1508 ], 1515 ],
1509 }], 1516 }],
1510 ['v8_use_external_startup_data==1', { 1517 ['v8_use_external_startup_data==1', {
1511 'additional_input_paths': [ 1518 'additional_input_paths': [
1512 '<(PRODUCT_DIR)/natives_blob.bin', 1519 '<(asset_location)/natives_blob_<(arch_suffix).bin',
1513 '<(PRODUCT_DIR)/snapshot_blob.bin', 1520 '<(asset_location)/snapshot_blob_<(arch_suffix).bin',
1514 ], 1521 ],
1515 }], 1522 }],
1516 ], 1523 ],
1517 }, 1524 },
1518 'includes': [ '../build/apk_browsertest.gypi' ], 1525 'includes': [ '../build/apk_browsertest.gypi' ],
1519 }, 1526 },
1520 { 1527 {
1521 'target_name': 'components_unittests_apk', 1528 'target_name': 'components_unittests_apk',
1522 'isolate_file': 'components_unittests.isolate', 1529 'isolate_file': 'components_unittests.isolate',
1523 'type': 'none', 1530 'type': 'none',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
1789 'dependencies': [ 1796 'dependencies': [
1790 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1797 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1791 ], 1798 ],
1792 }], 1799 }],
1793 ], 1800 ],
1794 }, 1801 },
1795 ], 1802 ],
1796 }], 1803 }],
1797 ], 1804 ],
1798 } 1805 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698