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

Side by Side Diff: net/net.gyp

Issue 1708383002: Put generated non-test Java runner scripts into bin/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « content/content_tests.gypi ('k') | ui/android/ui_android.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 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 # Enables BidirectionalStream; Used in cronet, disabled by default. 9 # Enables BidirectionalStream; Used in cronet, disabled by default.
10 'enable_bidirectional_stream%': 0, 10 'enable_bidirectional_stream%': 0,
(...skipping 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 '../base/base.gyp:base_java_test_support', 1638 '../base/base.gyp:base_java_test_support',
1639 '../base/base.gyp:base_junit_test_support', 1639 '../base/base.gyp:base_junit_test_support',
1640 '../testing/android/junit/junit_test.gyp:junit_test_support', 1640 '../testing/android/junit/junit_test.gyp:junit_test_support',
1641 ], 1641 ],
1642 'variables': { 1642 'variables': {
1643 'main_class': 'org.chromium.testing.local.JunitTestMain', 1643 'main_class': 'org.chromium.testing.local.JunitTestMain',
1644 'src_paths': [ 1644 'src_paths': [
1645 'android/junit/', 1645 'android/junit/',
1646 ], 1646 ],
1647 'test_type': 'junit', 1647 'test_type': 'junit',
1648 'wrapper_script_name': 'helper/<(_target_name)',
1648 }, 1649 },
1649 'includes': [ 1650 'includes': [
1650 '../build/android/test_runner.gypi', 1651 '../build/android/test_runner.gypi',
1651 '../build/host_jar.gypi', 1652 '../build/host_jar.gypi',
1652 ], 1653 ],
1653 }, 1654 },
1654 ], 1655 ],
1655 'conditions': [ 1656 'conditions': [
1656 ['test_isolation_mode != "noop"', 1657 ['test_isolation_mode != "noop"',
1657 { 1658 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1701 '../build/isolate.gypi', 1702 '../build/isolate.gypi',
1702 ], 1703 ],
1703 'sources': [ 1704 'sources': [
1704 'net_unittests.isolate', 1705 'net_unittests.isolate',
1705 ], 1706 ],
1706 }, 1707 },
1707 ], 1708 ],
1708 }], 1709 }],
1709 ], 1710 ],
1710 } 1711 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | ui/android/ui_android.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698