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

Side by Side Diff: base/base.gyp

Issue 1674353004: [Android] Fix generated scripts for junit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed jbudorick's GN format nit. 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/android/pylib/junit/test_runner.py » ('j') | chrome/chrome_tests.gypi » ('J')
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 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after
1499 # GN: //base:base_junit_tests 1499 # GN: //base:base_junit_tests
1500 'target_name': 'base_junit_tests', 1500 'target_name': 'base_junit_tests',
1501 'type': 'none', 1501 'type': 'none',
1502 'dependencies': [ 1502 'dependencies': [
1503 'base_java', 1503 'base_java',
1504 'base_java_test_support', 1504 'base_java_test_support',
1505 'base_junit_test_support', 1505 'base_junit_test_support',
1506 '../testing/android/junit/junit_test.gyp:junit_test_support', 1506 '../testing/android/junit/junit_test.gyp:junit_test_support',
1507 ], 1507 ],
1508 'variables': { 1508 'variables': {
1509 'main_class': 'org.chromium.testing.local.JunitTestMain', 1509 'main_class': 'org.chromium.testing.local.JunitTestMain',
1510 'src_paths': [ 1510 'src_paths': [
1511 '../base/android/junit/', 1511 '../base/android/junit/',
1512 '../base/test/android/junit/src/org/chromium/base/test/util/Disab leIfTest.java', 1512 '../base/test/android/junit/src/org/chromium/base/test/util/Disabl eIfTest.java',
1513 ], 1513 ],
1514 }, 1514 'test_type': 'junit',
1515 'includes': [ '../build/host_jar.gypi' ], 1515 },
1516 'includes': [ '../build/host_jar.gypi',
1517 '../build/android/test_runner.gypi' ],
Lei Zhang 2016/02/12 21:33:16 alphabetical order please.
mikecase (-- gone --) 2016/02/13 02:24:51 Done. And in all the other places too.
1516 }, 1518 },
1517 { 1519 {
1518 # GN: //base:base_javatests 1520 # GN: //base:base_javatests
1519 'target_name': 'base_javatests', 1521 'target_name': 'base_javatests',
1520 'type': 'none', 1522 'type': 'none',
1521 'dependencies': [ 1523 'dependencies': [
1522 'base_java', 1524 'base_java',
1523 'base_java_test_support', 1525 'base_java_test_support',
1524 ], 1526 ],
1525 'variables': { 1527 'variables': {
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 '../build/isolate.gypi', 1640 '../build/isolate.gypi',
1639 ], 1641 ],
1640 'sources': [ 1642 'sources': [
1641 'base_unittests.isolate', 1643 'base_unittests.isolate',
1642 ], 1644 ],
1643 }, 1645 },
1644 ], 1646 ],
1645 }], 1647 }],
1646 ], 1648 ],
1647 } 1649 }
OLDNEW
« no previous file with comments | « no previous file | build/android/pylib/junit/test_runner.py » ('j') | chrome/chrome_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698