| 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 2174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2185 '../base/base.gyp:base_java', | 2185 '../base/base.gyp:base_java', |
| 2186 '../base/base.gyp:base_java_test_support', | 2186 '../base/base.gyp:base_java_test_support', |
| 2187 '../testing/android/junit/junit_test.gyp:junit_test_support', | 2187 '../testing/android/junit/junit_test.gyp:junit_test_support', |
| 2188 ], | 2188 ], |
| 2189 'variables': { | 2189 'variables': { |
| 2190 'main_class': 'org.chromium.testing.local.JunitTestMain', | 2190 'main_class': 'org.chromium.testing.local.JunitTestMain', |
| 2191 'src_paths': [ | 2191 'src_paths': [ |
| 2192 'public/android/junit/', | 2192 'public/android/junit/', |
| 2193 ], | 2193 ], |
| 2194 'test_type': 'junit', | 2194 'test_type': 'junit', |
| 2195 'used_only_by_tests': 1, |
| 2195 }, | 2196 }, |
| 2196 'includes': [ | 2197 'includes': [ |
| 2197 '../build/android/test_runner.gypi', | 2198 '../build/android/test_runner.gypi', |
| 2198 '../build/host_jar.gypi', | 2199 '../build/host_jar.gypi', |
| 2199 ], | 2200 ], |
| 2200 }, | 2201 }, |
| 2201 ], | 2202 ], |
| 2202 'conditions': [ | 2203 'conditions': [ |
| 2203 ['test_isolation_mode != "noop"', | 2204 ['test_isolation_mode != "noop"', |
| 2204 { | 2205 { |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2242 'content_unittests_apk.isolate', | 2243 'content_unittests_apk.isolate', |
| 2243 ], | 2244 ], |
| 2244 }, | 2245 }, |
| 2245 ], | 2246 ], |
| 2246 }, | 2247 }, |
| 2247 ], | 2248 ], |
| 2248 ], | 2249 ], |
| 2249 }], | 2250 }], |
| 2250 ], | 2251 ], |
| 2251 } | 2252 } |
| OLD | NEW |