| 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 1718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1729 }, | 1729 }, |
| 1730 'includes': [ '../build/apk_test.gypi' ], | 1730 'includes': [ '../build/apk_test.gypi' ], |
| 1731 }, | 1731 }, |
| 1732 { | 1732 { |
| 1733 'target_name': 'components_junit_tests', | 1733 'target_name': 'components_junit_tests', |
| 1734 'type': 'none', | 1734 'type': 'none', |
| 1735 'dependencies': [ | 1735 'dependencies': [ |
| 1736 'components.gyp:invalidation_java', | 1736 'components.gyp:invalidation_java', |
| 1737 'components.gyp:policy_java', | 1737 'components.gyp:policy_java', |
| 1738 'components.gyp:policy_java_test_support', | 1738 'components.gyp:policy_java_test_support', |
| 1739 'components.gyp:web_restrictions_java', | 1739 'components.gyp:web_restrictions_java_browser', |
| 1740 '../base/base.gyp:base_java', | 1740 '../base/base.gyp:base_java', |
| 1741 '../base/base.gyp:base_java_test_support', | 1741 '../base/base.gyp:base_java_test_support', |
| 1742 '../testing/android/junit/junit_test.gyp:junit_test_support', | 1742 '../testing/android/junit/junit_test.gyp:junit_test_support', |
| 1743 ], | 1743 ], |
| 1744 'variables': { | 1744 'variables': { |
| 1745 'main_class': 'org.chromium.testing.local.JunitTestMain', | 1745 'main_class': 'org.chromium.testing.local.JunitTestMain', |
| 1746 'src_paths': [ | 1746 'src_paths': [ |
| 1747 'invalidation/impl/android/junit/', | 1747 'invalidation/impl/android/junit/', |
| 1748 'policy/android/junit/', | 1748 'policy/android/junit/', |
| 1749 'web_restrictions/browser/junit/' | 1749 'web_restrictions/browser/junit/' |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1975 'dependencies': [ | 1975 'dependencies': [ |
| 1976 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1976 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1977 ], | 1977 ], |
| 1978 }], | 1978 }], |
| 1979 ], | 1979 ], |
| 1980 }, | 1980 }, |
| 1981 ], | 1981 ], |
| 1982 }], | 1982 }], |
| 1983 ], | 1983 ], |
| 1984 } | 1984 } |
| OLD | NEW |