| 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 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1551 'base_java', | 1551 'base_java', |
| 1552 'base_java_test_support', | 1552 'base_java_test_support', |
| 1553 'base_junit_test_support', | 1553 'base_junit_test_support', |
| 1554 '../testing/android/junit/junit_test.gyp:junit_test_support', | 1554 '../testing/android/junit/junit_test.gyp:junit_test_support', |
| 1555 ], | 1555 ], |
| 1556 'variables': { | 1556 'variables': { |
| 1557 'main_class': 'org.chromium.testing.local.JunitTestMain', | 1557 'main_class': 'org.chromium.testing.local.JunitTestMain', |
| 1558 'src_paths': [ | 1558 'src_paths': [ |
| 1559 '../base/android/junit/', | 1559 '../base/android/junit/', |
| 1560 '../base/test/android/junit/src/org/chromium/base/test/util/Disabl
eIfTest.java', | 1560 '../base/test/android/junit/src/org/chromium/base/test/util/Disabl
eIfTest.java', |
| 1561 '../base/test/android/junit/src/org/chromium/base/test/util/MinAnd
roidSdkLevelSkipCheckTest.java', |
| 1562 '../base/test/android/junit/src/org/chromium/base/test/util/Restri
ctionSkipCheckTest.java', |
| 1563 '../base/test/android/junit/src/org/chromium/base/test/util/SkipCh
eckTest.java', |
| 1561 ], | 1564 ], |
| 1562 'test_type': 'junit', | 1565 'test_type': 'junit', |
| 1563 'wrapper_script_name': 'helper/<(_target_name)', | 1566 'wrapper_script_name': 'helper/<(_target_name)', |
| 1564 }, | 1567 }, |
| 1565 'includes': [ | 1568 'includes': [ |
| 1566 '../build/android/test_runner.gypi', | 1569 '../build/android/test_runner.gypi', |
| 1567 '../build/host_jar.gypi', | 1570 '../build/host_jar.gypi', |
| 1568 ], | 1571 ], |
| 1569 }, | 1572 }, |
| 1570 { | 1573 { |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1691 '../build/isolate.gypi', | 1694 '../build/isolate.gypi', |
| 1692 ], | 1695 ], |
| 1693 'sources': [ | 1696 'sources': [ |
| 1694 'base_unittests.isolate', | 1697 'base_unittests.isolate', |
| 1695 ], | 1698 ], |
| 1696 }, | 1699 }, |
| 1697 ], | 1700 ], |
| 1698 }], | 1701 }], |
| 1699 ], | 1702 ], |
| 1700 } | 1703 } |
| OLD | NEW |