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

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: Created 5 years, 7 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
« base/base.gyp ('K') | « media/media.gyp ('k') | sql/sql.gyp » ('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 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 'files': [ 1475 'files': [
1476 '<(PRODUCT_DIR)/natives_blob.bin', 1476 '<(PRODUCT_DIR)/natives_blob.bin',
1477 '<(PRODUCT_DIR)/snapshot_blob.bin', 1477 '<(PRODUCT_DIR)/snapshot_blob.bin',
1478 ], 1478 ],
1479 }, 1479 },
1480 ], 1480 ],
1481 }], 1481 }],
1482 ], 1482 ],
1483 'variables': { 1483 'variables': {
1484 'test_suite_name': 'net_unittests', 1484 'test_suite_name': 'net_unittests',
1485 'isolate_file': 'net_unittests.isolate',
1485 'conditions': [ 1486 'conditions': [
1486 ['v8_use_external_startup_data==1', { 1487 ['v8_use_external_startup_data==1', {
1487 'asset_location': '<(PRODUCT_DIR)/net_unittests_apk/assets', 1488 'asset_location': '<(PRODUCT_DIR)/net_unittests_apk/assets',
1488 'additional_input_paths': [ 1489 'additional_input_paths': [
1489 '<(PRODUCT_DIR)/net_unittests_apk/assets/natives_blob.bin', 1490 '<(PRODUCT_DIR)/net_unittests_apk/assets/natives_blob.bin',
1490 '<(PRODUCT_DIR)/net_unittests_apk/assets/snapshot_blob.bin', 1491 '<(PRODUCT_DIR)/net_unittests_apk/assets/snapshot_blob.bin',
1491 ], 1492 ],
1492 'inputs': [ 1493 'inputs': [
1493 '<(PRODUCT_DIR)/natives_blob.bin', 1494 '<(PRODUCT_DIR)/natives_blob.bin',
1494 '<(PRODUCT_DIR)/snapshot_blob.bin', 1495 '<(PRODUCT_DIR)/snapshot_blob.bin',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1527 '../build/isolate.gypi', 1528 '../build/isolate.gypi',
1528 ], 1529 ],
1529 'sources': [ 1530 'sources': [
1530 'net_unittests.isolate', 1531 'net_unittests.isolate',
1531 ], 1532 ],
1532 }, 1533 },
1533 ], 1534 ],
1534 }], 1535 }],
1535 ], 1536 ],
1536 } 1537 }
OLDNEW
« base/base.gyp ('K') | « media/media.gyp ('k') | sql/sql.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698