| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 2142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2153 }, | 2153 }, |
| 2154 { | 2154 { |
| 2155 # GN: //content/public/android:content_junit_tests | 2155 # GN: //content/public/android:content_junit_tests |
| 2156 'target_name': 'content_junit_tests', | 2156 'target_name': 'content_junit_tests', |
| 2157 'type': 'none', | 2157 'type': 'none', |
| 2158 'dependencies': [ | 2158 'dependencies': [ |
| 2159 'content.gyp:content_java', | 2159 'content.gyp:content_java', |
| 2160 '../base/base.gyp:base_java', | 2160 '../base/base.gyp:base_java', |
| 2161 '../base/base.gyp:base_java_test_support', | 2161 '../base/base.gyp:base_java_test_support', |
| 2162 '../testing/android/junit/junit_test.gyp:junit_test_support', | 2162 '../testing/android/junit/junit_test.gyp:junit_test_support', |
| 2163 '../components/installedapp/installedapp.gyp:installedapp_junit_test
s', |
| 2163 ], | 2164 ], |
| 2164 'variables': { | 2165 'variables': { |
| 2165 'main_class': 'org.chromium.testing.local.JunitTestMain', | 2166 'main_class': 'org.chromium.testing.local.JunitTestMain', |
| 2166 'src_paths': [ | 2167 'src_paths': [ |
| 2167 'public/android/junit/', | 2168 'public/android/junit/', |
| 2168 ], | 2169 ], |
| 2169 }, | 2170 }, |
| 2170 'includes': [ | 2171 'includes': [ |
| 2171 '../build/host_jar.gypi', | 2172 '../build/host_jar.gypi', |
| 2172 ], | 2173 ], |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2215 'content_unittests_apk.isolate', | 2216 'content_unittests_apk.isolate', |
| 2216 ], | 2217 ], |
| 2217 }, | 2218 }, |
| 2218 ], | 2219 ], |
| 2219 }, | 2220 }, |
| 2220 ], | 2221 ], |
| 2221 ], | 2222 ], |
| 2222 }], | 2223 }], |
| 2223 ], | 2224 ], |
| 2224 } | 2225 } |
| OLD | NEW |