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

Side by Side Diff: components/components_tests.gyp

Issue 1424983004: Using copy_ex to copy assets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remvoe build log 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 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1458 }], 1458 }],
1459 ], 1459 ],
1460 }, 1460 },
1461 'targets': [ 1461 'targets': [
1462 { 1462 {
1463 'target_name': 'components_browsertests_paks_copy', 1463 'target_name': 'components_browsertests_paks_copy',
1464 'type': 'none', 1464 'type': 'none',
1465 'dependencies': [ 1465 'dependencies': [
1466 'components_browsertests', 1466 'components_browsertests',
1467 ], 1467 ],
1468 'copies': [ 1468 'variables': {
1469 { 1469 'dest_path': '<(PRODUCT_DIR)/components_browsertests_apk_shell/asset s',
1470 'destination': '<(PRODUCT_DIR)/components_browsertests_apk_shell/a ssets', 1470 'src_files': [
1471 'files': [ 1471 '<@(components_browsertests_pak_input_resources)',
1472 '<@(components_browsertests_pak_input_resources)', 1472 ],
1473 ], 1473 'clear': 1,
1474 } 1474 },
1475 ], 1475 'includes': ['../build/android/copy_ex.gypi'],
1476 }, 1476 },
1477 { 1477 {
1478 'target_name': 'components_browsertests_manifest', 1478 'target_name': 'components_browsertests_manifest',
1479 'type': 'none', 1479 'type': 'none',
1480 'variables': { 1480 'variables': {
1481 'jinja_inputs': ['test/android/browsertests_apk/AndroidManifest.xml. jinja2'], 1481 'jinja_inputs': ['test/android/browsertests_apk/AndroidManifest.xml. jinja2'],
1482 'jinja_output': '<(SHARED_INTERMEDIATE_DIR)/components_browsertests_ manifest/AndroidManifest.xml', 1482 'jinja_output': '<(SHARED_INTERMEDIATE_DIR)/components_browsertests_ manifest/AndroidManifest.xml',
1483 }, 1483 },
1484 'includes': [ '../build/android/jinja_template.gypi' ], 1484 'includes': [ '../build/android/jinja_template.gypi' ],
1485 }, 1485 },
(...skipping 12 matching lines...) Expand all
1498 'variables': { 1498 'variables': {
1499 'test_suite_name': 'components_browsertests', 1499 'test_suite_name': 'components_browsertests',
1500 'isolate_file': 'components_browsertests.isolate', 1500 'isolate_file': 'components_browsertests.isolate',
1501 'java_in_dir': 'test/android/browsertests_apk', 1501 'java_in_dir': 'test/android/browsertests_apk',
1502 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow sertests_manifest/AndroidManifest.xml', 1502 'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_brow sertests_manifest/AndroidManifest.xml',
1503 'resource_dir': 'test/android/browsertests_apk/res', 1503 'resource_dir': 'test/android/browsertests_apk/res',
1504 'asset_location': '<(PRODUCT_DIR)/components_browsertests_apk_shell/ assets', 1504 'asset_location': '<(PRODUCT_DIR)/components_browsertests_apk_shell/ assets',
1505 'conditions': [ 1505 'conditions': [
1506 ['icu_use_data_file_flag==1', { 1506 ['icu_use_data_file_flag==1', {
1507 'additional_input_paths': [ 1507 'additional_input_paths': [
1508 '<(PRODUCT_DIR)/icudtl.dat', 1508 '<(asset_location)/icudtl.dat',
1509 ], 1509 ],
1510 }], 1510 }],
1511 ['v8_use_external_startup_data==1', { 1511 ['v8_use_external_startup_data==1', {
1512 'additional_input_paths': [ 1512 'additional_input_paths': [
1513 '<(PRODUCT_DIR)/natives_blob.bin', 1513 '<(asset_location)/natives_blob.bin',
1514 '<(PRODUCT_DIR)/snapshot_blob.bin', 1514 '<(asset_location)/snapshot_blob.bin',
1515 ], 1515 ],
1516 }], 1516 }],
1517 ], 1517 ],
1518 }, 1518 },
1519 'includes': [ '../build/apk_browsertest.gypi' ], 1519 'includes': [ '../build/apk_browsertest.gypi' ],
1520 }, 1520 },
1521 { 1521 {
1522 'target_name': 'components_unittests_apk', 1522 'target_name': 'components_unittests_apk',
1523 'isolate_file': 'components_unittests.isolate', 1523 'isolate_file': 'components_unittests.isolate',
1524 'type': 'none', 1524 'type': 'none',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
1790 'dependencies': [ 1790 'dependencies': [
1791 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1791 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1792 ], 1792 ],
1793 }], 1793 }],
1794 ], 1794 ],
1795 }, 1795 },
1796 ], 1796 ],
1797 }], 1797 }],
1798 ], 1798 ],
1799 } 1799 }
OLDNEW
« no previous file with comments | « chromecast/chromecast.gyp ('k') | content/content.gyp » ('j') | content/content_shell.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698