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

Side by Side Diff: net/net.gyp

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed datadeps to data_deps to reflect recent change. Created 5 years, 6 months 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
« no previous file with comments | « net/BUILD.gn ('k') | sql/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromium_code': 1, 7 'chromium_code': 1,
8 # Defines an extra set of libs with an alternate copy of org.apache.http. 8 # Defines an extra set of libs with an alternate copy of org.apache.http.
9 # TODO(yfriedman): Remove this when crbug.com/488192 is fixed. 9 # TODO(yfriedman): Remove this when crbug.com/488192 is fixed.
10 'net_test_extra_libs': [], 10 'net_test_extra_libs': [],
(...skipping 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after
1499 'files': [ 1499 'files': [
1500 '<(PRODUCT_DIR)/natives_blob.bin', 1500 '<(PRODUCT_DIR)/natives_blob.bin',
1501 '<(PRODUCT_DIR)/snapshot_blob.bin', 1501 '<(PRODUCT_DIR)/snapshot_blob.bin',
1502 ], 1502 ],
1503 }, 1503 },
1504 ], 1504 ],
1505 }], 1505 }],
1506 ], 1506 ],
1507 'variables': { 1507 'variables': {
1508 'test_suite_name': 'net_unittests', 1508 'test_suite_name': 'net_unittests',
1509 'isolate_file': 'net_unittests.isolate',
1509 'conditions': [ 1510 'conditions': [
1510 ['v8_use_external_startup_data==1', { 1511 ['v8_use_external_startup_data==1', {
1511 'asset_location': '<(PRODUCT_DIR)/net_unittests_apk/assets', 1512 'asset_location': '<(PRODUCT_DIR)/net_unittests_apk/assets',
1512 'additional_input_paths': [ 1513 'additional_input_paths': [
1513 '<(PRODUCT_DIR)/net_unittests_apk/assets/natives_blob.bin', 1514 '<(PRODUCT_DIR)/net_unittests_apk/assets/natives_blob.bin',
1514 '<(PRODUCT_DIR)/net_unittests_apk/assets/snapshot_blob.bin', 1515 '<(PRODUCT_DIR)/net_unittests_apk/assets/snapshot_blob.bin',
1515 ], 1516 ],
1516 'inputs': [ 1517 'inputs': [
1517 '<(PRODUCT_DIR)/natives_blob.bin', 1518 '<(PRODUCT_DIR)/natives_blob.bin',
1518 '<(PRODUCT_DIR)/snapshot_blob.bin', 1519 '<(PRODUCT_DIR)/snapshot_blob.bin',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 '../build/isolate.gypi', 1552 '../build/isolate.gypi',
1552 ], 1553 ],
1553 'sources': [ 1554 'sources': [
1554 'net_unittests.isolate', 1555 'net_unittests.isolate',
1555 ], 1556 ],
1556 }, 1557 },
1557 ], 1558 ],
1558 }], 1559 }],
1559 ], 1560 ],
1560 } 1561 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | sql/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698