OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |