| 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 2164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2175 'content.gyp:content_java', | 2175 'content.gyp:content_java', |
| 2176 '../base/base.gyp:base_java', | 2176 '../base/base.gyp:base_java', |
| 2177 '../base/base.gyp:base_java_test_support', | 2177 '../base/base.gyp:base_java_test_support', |
| 2178 '../testing/android/junit/junit_test.gyp:junit_test_support', | 2178 '../testing/android/junit/junit_test.gyp:junit_test_support', |
| 2179 ], | 2179 ], |
| 2180 'variables': { | 2180 'variables': { |
| 2181 'main_class': 'org.chromium.testing.local.JunitTestMain', | 2181 'main_class': 'org.chromium.testing.local.JunitTestMain', |
| 2182 'src_paths': [ | 2182 'src_paths': [ |
| 2183 'public/android/junit/', | 2183 'public/android/junit/', |
| 2184 ], | 2184 ], |
| 2185 'test_suite_name': 'content_junit_tests', |
| 2186 'test_type': 'junit', |
| 2185 }, | 2187 }, |
| 2186 'includes': [ | 2188 'includes': [ |
| 2187 '../build/host_jar.gypi', | 2189 '../build/host_jar.gypi', |
| 2190 '../build/android/test_runner.gypi', |
| 2188 ], | 2191 ], |
| 2189 }, | 2192 }, |
| 2190 ], | 2193 ], |
| 2191 'conditions': [ | 2194 'conditions': [ |
| 2192 ['test_isolation_mode != "noop"', | 2195 ['test_isolation_mode != "noop"', |
| 2193 { | 2196 { |
| 2194 'targets': [ | 2197 'targets': [ |
| 2195 { | 2198 { |
| 2196 'target_name': 'content_browsertests_apk_run', | 2199 'target_name': 'content_browsertests_apk_run', |
| 2197 'type': 'none', | 2200 'type': 'none', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2231 'content_unittests_apk.isolate', | 2234 'content_unittests_apk.isolate', |
| 2232 ], | 2235 ], |
| 2233 }, | 2236 }, |
| 2234 ], | 2237 ], |
| 2235 }, | 2238 }, |
| 2236 ], | 2239 ], |
| 2237 ], | 2240 ], |
| 2238 }], | 2241 }], |
| 2239 ], | 2242 ], |
| 2240 } | 2243 } |
| OLD | NEW |