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

Side by Side Diff: base/base.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 | « no previous file | build/config/android/internal_rules.gni » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1544 'base_junit_test_support', 1544 'base_junit_test_support',
1545 '../testing/android/junit/junit_test.gyp:junit_test_support', 1545 '../testing/android/junit/junit_test.gyp:junit_test_support',
1546 ], 1546 ],
1547 'variables': { 1547 'variables': {
1548 'main_class': 'org.chromium.testing.local.JunitTestMain', 1548 'main_class': 'org.chromium.testing.local.JunitTestMain',
1549 'src_paths': [ 1549 'src_paths': [
1550 '../base/android/junit/', 1550 '../base/android/junit/',
1551 '../base/test/android/junit/src/org/chromium/base/test/util/Disabl eIfTest.java', 1551 '../base/test/android/junit/src/org/chromium/base/test/util/Disabl eIfTest.java',
1552 ], 1552 ],
1553 'test_type': 'junit', 1553 'test_type': 'junit',
1554 'wrapper_script_name': 'helper/<(_target_name)',
1554 }, 1555 },
1555 'includes': [ 1556 'includes': [
1556 '../build/android/test_runner.gypi', 1557 '../build/android/test_runner.gypi',
1557 '../build/host_jar.gypi', 1558 '../build/host_jar.gypi',
1558 ], 1559 ],
1559 }, 1560 },
1560 { 1561 {
1561 # GN: //base:base_javatests 1562 # GN: //base:base_javatests
1562 'target_name': 'base_javatests', 1563 'target_name': 'base_javatests',
1563 'type': 'none', 1564 'type': 'none',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 '../build/isolate.gypi', 1682 '../build/isolate.gypi',
1682 ], 1683 ],
1683 'sources': [ 1684 'sources': [
1684 'base_unittests.isolate', 1685 'base_unittests.isolate',
1685 ], 1686 ],
1686 }, 1687 },
1687 ], 1688 ],
1688 }], 1689 }],
1689 ], 1690 ],
1690 } 1691 }
OLDNEW
« no previous file with comments | « no previous file | build/config/android/internal_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698