| 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 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1680 }, | 1680 }, |
| 1681 'includes': [ '../build/apk_test.gypi' ], | 1681 'includes': [ '../build/apk_test.gypi' ], |
| 1682 }, | 1682 }, |
| 1683 { | 1683 { |
| 1684 'target_name': 'components_junit_tests', | 1684 'target_name': 'components_junit_tests', |
| 1685 'type': 'none', | 1685 'type': 'none', |
| 1686 'dependencies': [ | 1686 'dependencies': [ |
| 1687 'components.gyp:invalidation_java', | 1687 'components.gyp:invalidation_java', |
| 1688 'components.gyp:policy_java', | 1688 'components.gyp:policy_java', |
| 1689 'components.gyp:policy_java_test_support', | 1689 'components.gyp:policy_java_test_support', |
| 1690 'components.gyp:web_restrictions_java', | 1690 'components.gyp:web_restrictions_java_browser', |
| 1691 '../base/base.gyp:base_java', | 1691 '../base/base.gyp:base_java', |
| 1692 '../base/base.gyp:base_java_test_support', | 1692 '../base/base.gyp:base_java_test_support', |
| 1693 '../testing/android/junit/junit_test.gyp:junit_test_support', | 1693 '../testing/android/junit/junit_test.gyp:junit_test_support', |
| 1694 ], | 1694 ], |
| 1695 'variables': { | 1695 'variables': { |
| 1696 'main_class': 'org.chromium.testing.local.JunitTestMain', | 1696 'main_class': 'org.chromium.testing.local.JunitTestMain', |
| 1697 'src_paths': [ | 1697 'src_paths': [ |
| 1698 'invalidation/impl/android/junit/', | 1698 'invalidation/impl/android/junit/', |
| 1699 'policy/android/junit/', | 1699 'policy/android/junit/', |
| 1700 'web_restrictions/browser/junit/' | 1700 'web_restrictions/browser/junit/' |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1926 'dependencies': [ | 1926 'dependencies': [ |
| 1927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1928 ], | 1928 ], |
| 1929 }], | 1929 }], |
| 1930 ], | 1930 ], |
| 1931 }, | 1931 }, |
| 1932 ], | 1932 ], |
| 1933 }], | 1933 }], |
| 1934 ], | 1934 ], |
| 1935 } | 1935 } |
| OLD | NEW |