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 1609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1620 }, | 1620 }, |
1621 'includes': [ '../build/apk_test.gypi' ], | 1621 'includes': [ '../build/apk_test.gypi' ], |
1622 }, | 1622 }, |
1623 { | 1623 { |
1624 'target_name': 'components_junit_tests', | 1624 'target_name': 'components_junit_tests', |
1625 'type': 'none', | 1625 'type': 'none', |
1626 'dependencies': [ | 1626 'dependencies': [ |
1627 'components.gyp:invalidation_java', | 1627 'components.gyp:invalidation_java', |
1628 'components.gyp:policy_java', | 1628 'components.gyp:policy_java', |
1629 'components.gyp:policy_java_test_support', | 1629 'components.gyp:policy_java_test_support', |
1630 'components.gyp:web_restriction_java', | |
1631 '../base/base.gyp:base_java', | 1630 '../base/base.gyp:base_java', |
1632 '../base/base.gyp:base_java_test_support', | 1631 '../base/base.gyp:base_java_test_support', |
1633 '../testing/android/junit/junit_test.gyp:junit_test_support', | 1632 '../testing/android/junit/junit_test.gyp:junit_test_support', |
1634 ], | 1633 ], |
1635 'variables': { | 1634 'variables': { |
1636 'main_class': 'org.chromium.testing.local.JunitTestMain', | 1635 'main_class': 'org.chromium.testing.local.JunitTestMain', |
1637 'src_paths': [ | 1636 'src_paths': [ |
1638 'invalidation/impl/android/junit/', | 1637 'invalidation/impl/android/junit/', |
1639 'policy/android/junit/', | 1638 'policy/android/junit/' |
1640 'web_restriction/junit/' | |
1641 ], | 1639 ], |
1642 }, | 1640 }, |
1643 'includes': [ '../build/host_jar.gypi' ], | 1641 'includes': [ '../build/host_jar.gypi' ], |
1644 }, | 1642 }, |
1645 ], | 1643 ], |
1646 'conditions': [ | 1644 'conditions': [ |
1647 ['test_isolation_mode != "noop"', | 1645 ['test_isolation_mode != "noop"', |
1648 { | 1646 { |
1649 'targets': [ | 1647 'targets': [ |
1650 { | 1648 { |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1875 'dependencies': [ | 1873 'dependencies': [ |
1876 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1874 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1877 ], | 1875 ], |
1878 }], | 1876 }], |
1879 ], | 1877 ], |
1880 }, | 1878 }, |
1881 ], | 1879 ], |
1882 }], | 1880 }], |
1883 ], | 1881 ], |
1884 } | 1882 } |
OLD | NEW |