OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 1621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1632 }, | 1632 }, |
1633 'includes': [ '../build/apk_test.gypi' ], | 1633 'includes': [ '../build/apk_test.gypi' ], |
1634 }, | 1634 }, |
1635 { | 1635 { |
1636 'target_name': 'components_junit_tests', | 1636 'target_name': 'components_junit_tests', |
1637 'type': 'none', | 1637 'type': 'none', |
1638 'dependencies': [ | 1638 'dependencies': [ |
1639 'components.gyp:invalidation_java', | 1639 'components.gyp:invalidation_java', |
1640 'components.gyp:policy_java', | 1640 'components.gyp:policy_java', |
1641 'components.gyp:policy_java_test_support', | 1641 'components.gyp:policy_java_test_support', |
1642 'components.gyp:web_restriction_java', | 1642 'components.gyp:web_restrictions_java', |
1643 '../base/base.gyp:base_java', | 1643 '../base/base.gyp:base_java', |
1644 '../base/base.gyp:base_java_test_support', | 1644 '../base/base.gyp:base_java_test_support', |
1645 '../testing/android/junit/junit_test.gyp:junit_test_support', | 1645 '../testing/android/junit/junit_test.gyp:junit_test_support', |
1646 ], | 1646 ], |
1647 'variables': { | 1647 'variables': { |
1648 'main_class': 'org.chromium.testing.local.JunitTestMain', | 1648 'main_class': 'org.chromium.testing.local.JunitTestMain', |
1649 'src_paths': [ | 1649 'src_paths': [ |
1650 'invalidation/impl/android/junit/', | 1650 'invalidation/impl/android/junit/', |
1651 'policy/android/junit/', | 1651 'policy/android/junit/', |
1652 'web_restriction/junit/' | 1652 'web_restrictions/junit/' |
1653 ], | 1653 ], |
1654 }, | 1654 }, |
1655 'includes': [ '../build/host_jar.gypi' ], | 1655 'includes': [ '../build/host_jar.gypi' ], |
1656 }, | 1656 }, |
1657 ], | 1657 ], |
1658 'conditions': [ | 1658 'conditions': [ |
1659 ['test_isolation_mode != "noop"', | 1659 ['test_isolation_mode != "noop"', |
1660 { | 1660 { |
1661 'targets': [ | 1661 'targets': [ |
1662 { | 1662 { |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1887 'dependencies': [ | 1887 'dependencies': [ |
1888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1889 ], | 1889 ], |
1890 }], | 1890 }], |
1891 ], | 1891 ], |
1892 }, | 1892 }, |
1893 ], | 1893 ], |
1894 }], | 1894 }], |
1895 ], | 1895 ], |
1896 } | 1896 } |
OLD | NEW |