| 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 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1638 { | 1638 { |
| 1639 'target_name': 'components_junit_tests', | 1639 'target_name': 'components_junit_tests', |
| 1640 'type': 'none', | 1640 'type': 'none', |
| 1641 'dependencies': [ | 1641 'dependencies': [ |
| 1642 'components.gyp:invalidation_java', | 1642 'components.gyp:invalidation_java', |
| 1643 'components.gyp:policy_java', | 1643 'components.gyp:policy_java', |
| 1644 'components.gyp:policy_java_test_support', | 1644 'components.gyp:policy_java_test_support', |
| 1645 'components.gyp:web_restrictions_java', | 1645 'components.gyp:web_restrictions_java', |
| 1646 '../base/base.gyp:base_java', | 1646 '../base/base.gyp:base_java', |
| 1647 '../base/base.gyp:base_java_test_support', | 1647 '../base/base.gyp:base_java_test_support', |
| 1648 '../components/installedapp/installedapp.gyp:installedapp_junit_test
s', |
| 1648 '../testing/android/junit/junit_test.gyp:junit_test_support', | 1649 '../testing/android/junit/junit_test.gyp:junit_test_support', |
| 1649 ], | 1650 ], |
| 1650 'variables': { | 1651 'variables': { |
| 1651 'main_class': 'org.chromium.testing.local.JunitTestMain', | 1652 'main_class': 'org.chromium.testing.local.JunitTestMain', |
| 1652 'src_paths': [ | 1653 'src_paths': [ |
| 1653 'invalidation/impl/android/junit/', | 1654 'invalidation/impl/android/junit/', |
| 1654 'policy/android/junit/', | 1655 'policy/android/junit/', |
| 1656 '../components/installedapp/android/junit/', |
| 1655 'web_restrictions/junit/' | 1657 'web_restrictions/junit/' |
| 1656 ], | 1658 ], |
| 1657 }, | 1659 }, |
| 1658 'includes': [ '../build/host_jar.gypi' ], | 1660 'includes': [ '../build/host_jar.gypi' ], |
| 1659 }, | 1661 }, |
| 1660 ], | 1662 ], |
| 1661 'conditions': [ | 1663 'conditions': [ |
| 1662 ['test_isolation_mode != "noop"', | 1664 ['test_isolation_mode != "noop"', |
| 1663 { | 1665 { |
| 1664 'targets': [ | 1666 'targets': [ |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1890 'dependencies': [ | 1892 'dependencies': [ |
| 1891 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1893 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1892 ], | 1894 ], |
| 1893 }], | 1895 }], |
| 1894 ], | 1896 ], |
| 1895 }, | 1897 }, |
| 1896 ], | 1898 ], |
| 1897 }], | 1899 }], |
| 1898 ], | 1900 ], |
| 1899 } | 1901 } |
| OLD | NEW |