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

Side by Side Diff: base/base.gyp

Issue 1051343002: Add junit tests for //base/android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rewrote callOriginTest to use a regex instead of getting a second stack trace Created 5 years, 8 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 | « base/android/junit/src/org/chromium/base/LogTest.java ('k') | no next file » | 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 1491 matching lines...) Expand 10 before | Expand all | Expand 10 after
1502 'type': 'none', 1502 'type': 'none',
1503 'dependencies': [ 1503 'dependencies': [
1504 'base_java', 1504 'base_java',
1505 ], 1505 ],
1506 'variables': { 1506 'variables': {
1507 'java_in_dir': '../base/test/android/javatests', 1507 'java_in_dir': '../base/test/android/javatests',
1508 }, 1508 },
1509 'includes': [ '../build/java.gypi' ], 1509 'includes': [ '../build/java.gypi' ],
1510 }, 1510 },
1511 { 1511 {
1512 # GN: //base:base_junit_tests
1513 'target_name': 'base_junit_tests',
1514 'type': 'none',
1515 'dependencies': [
1516 'base_java',
1517 'base_java_test_support',
1518 '../testing/android/junit/junit_test.gyp:junit_test_support',
1519 ],
1520 'variables': {
1521 'main_class': 'org.chromium.testing.local.JunitTestMain',
1522 'src_paths': [
1523 '../base/android/junit/',
1524 ],
1525 },
1526 'includes': [ '../build/host_jar.gypi' ],
1527 },
1528 {
1512 # GN: //base:base_javatests 1529 # GN: //base:base_javatests
1513 'target_name': 'base_javatests', 1530 'target_name': 'base_javatests',
1514 'type': 'none', 1531 'type': 'none',
1515 'dependencies': [ 1532 'dependencies': [
1516 'base_java', 1533 'base_java',
1517 'base_java_test_support', 1534 'base_java_test_support',
1518 ], 1535 ],
1519 'variables': { 1536 'variables': {
1520 'java_in_dir': '../base/android/javatests', 1537 'java_in_dir': '../base/android/javatests',
1521 }, 1538 },
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 'dependencies': [ 1640 'dependencies': [
1624 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1641 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1625 ], 1642 ],
1626 }], 1643 }],
1627 ], 1644 ],
1628 }, 1645 },
1629 ], 1646 ],
1630 }], 1647 }],
1631 ], 1648 ],
1632 } 1649 }
OLDNEW
« no previous file with comments | « base/android/junit/src/org/chromium/base/LogTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698