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

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: 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
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 'test_type': 'junit',
1515 'test_suite_name': 'base_junit_tests',
1514 }, 1516 },
jbudorick 2016/02/09 00:06:47 nit: indentation
mikecase (-- gone --) 2016/02/09 00:54:34 I thought I fixed the indentation here?
jbudorick 2016/02/09 01:22:21 this brace appears to be off by one? did I mentio
mikecase (-- gone --) 2016/02/09 22:18:34 Wow. Kind of amazed you noticed that. Fixed.
1515 'includes': [ '../build/host_jar.gypi' ], 1517 'includes': [ '../build/host_jar.gypi',
1518 '../build/android/test_runner.gypi' ],
1516 }, 1519 },
1517 { 1520 {
1518 # GN: //base:base_javatests 1521 # GN: //base:base_javatests
1519 'target_name': 'base_javatests', 1522 'target_name': 'base_javatests',
1520 'type': 'none', 1523 'type': 'none',
1521 'dependencies': [ 1524 'dependencies': [
1522 'base_java', 1525 'base_java',
1523 'base_java_test_support', 1526 'base_java_test_support',
1524 ], 1527 ],
1525 'variables': { 1528 'variables': {
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 '../build/isolate.gypi', 1641 '../build/isolate.gypi',
1639 ], 1642 ],
1640 'sources': [ 1643 'sources': [
1641 'base_unittests.isolate', 1644 'base_unittests.isolate',
1642 ], 1645 ],
1643 }, 1646 },
1644 ], 1647 ],
1645 }], 1648 }],
1646 ], 1649 ],
1647 } 1650 }
OLDNEW
« no previous file with comments | « no previous file | build/android/pylib/junit/test_runner.py » ('j') | build/android/pylib/junit/test_runner.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698