| 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 1876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1887 }, | 1887 }, |
| 1888 'includes': [ '../build/apk_test.gypi' ], | 1888 'includes': [ '../build/apk_test.gypi' ], |
| 1889 }, | 1889 }, |
| 1890 { | 1890 { |
| 1891 'target_name': 'components_junit_tests', | 1891 'target_name': 'components_junit_tests', |
| 1892 'type': 'none', | 1892 'type': 'none', |
| 1893 'dependencies': [ | 1893 'dependencies': [ |
| 1894 'components.gyp:invalidation_java', | 1894 'components.gyp:invalidation_java', |
| 1895 'components.gyp:policy_java', | 1895 'components.gyp:policy_java', |
| 1896 'components.gyp:policy_java_test_support', | 1896 'components.gyp:policy_java_test_support', |
| 1897 'components.gyp:web_restrictions_java', | 1897 'components.gyp:web_restrictions_java_browser', |
| 1898 '../base/base.gyp:base_java', | 1898 '../base/base.gyp:base_java', |
| 1899 '../base/base.gyp:base_java_test_support', | 1899 '../base/base.gyp:base_java_test_support', |
| 1900 '../testing/android/junit/junit_test.gyp:junit_test_support', | 1900 '../testing/android/junit/junit_test.gyp:junit_test_support', |
| 1901 ], | 1901 ], |
| 1902 'variables': { | 1902 'variables': { |
| 1903 'main_class': 'org.chromium.testing.local.JunitTestMain', | 1903 'main_class': 'org.chromium.testing.local.JunitTestMain', |
| 1904 'src_paths': [ | 1904 'src_paths': [ |
| 1905 'invalidation/impl/android/junit/', | 1905 'invalidation/impl/android/junit/', |
| 1906 'policy/android/junit/', | 1906 'policy/android/junit/', |
| 1907 'web_restrictions/browser/junit/' | 1907 'web_restrictions/browser/junit/' |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2133 'dependencies': [ | 2133 'dependencies': [ |
| 2134 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2134 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2135 ], | 2135 ], |
| 2136 }], | 2136 }], |
| 2137 ], | 2137 ], |
| 2138 }, | 2138 }, |
| 2139 ], | 2139 ], |
| 2140 }], | 2140 }], |
| 2141 ], | 2141 ], |
| 2142 } | 2142 } |
| OLD | NEW |