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

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
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 1477 matching lines...) Expand 10 before | Expand all | Expand 10 after
1488 'files': [ 1488 'files': [
1489 '<(PRODUCT_DIR)/natives_blob.bin', 1489 '<(PRODUCT_DIR)/natives_blob.bin',
1490 '<(PRODUCT_DIR)/snapshot_blob.bin', 1490 '<(PRODUCT_DIR)/snapshot_blob.bin',
1491 ], 1491 ],
1492 }, 1492 },
1493 ], 1493 ],
1494 }], 1494 }],
1495 ], 1495 ],
1496 'variables': { 1496 'variables': {
1497 'test_suite_name': 'net_unittests', 1497 'test_suite_name': 'net_unittests',
1498 'isolate_file': 'net_unittests.isolate',
1498 'conditions': [ 1499 'conditions': [
1499 ['v8_use_external_startup_data==1', { 1500 ['v8_use_external_startup_data==1', {
1500 'asset_location': '<(PRODUCT_DIR)/net_unittests_apk/assets', 1501 'asset_location': '<(PRODUCT_DIR)/net_unittests_apk/assets',
1501 'additional_input_paths': [ 1502 'additional_input_paths': [
1502 '<(PRODUCT_DIR)/net_unittests_apk/assets/natives_blob.bin', 1503 '<(PRODUCT_DIR)/net_unittests_apk/assets/natives_blob.bin',
1503 '<(PRODUCT_DIR)/net_unittests_apk/assets/snapshot_blob.bin', 1504 '<(PRODUCT_DIR)/net_unittests_apk/assets/snapshot_blob.bin',
1504 ], 1505 ],
1505 'inputs': [ 1506 'inputs': [
1506 '<(PRODUCT_DIR)/natives_blob.bin', 1507 '<(PRODUCT_DIR)/natives_blob.bin',
1507 '<(PRODUCT_DIR)/snapshot_blob.bin', 1508 '<(PRODUCT_DIR)/snapshot_blob.bin',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1540 '../build/isolate.gypi', 1541 '../build/isolate.gypi',
1541 ], 1542 ],
1542 'sources': [ 1543 'sources': [
1543 'net_unittests.isolate', 1544 'net_unittests.isolate',
1544 ], 1545 ],
1545 }, 1546 },
1546 ], 1547 ],
1547 }], 1548 }],
1548 ], 1549 ],
1549 } 1550 }
OLDNEW
« build/config/android/rules.gni ('K') | « net/BUILD.gn ('k') | sql/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698