Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(718)

Side by Side Diff: content/content_tests.gypi

Issue 1708383002: Put generated non-test Java runner scripts into bin/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | net/net.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 'wrapper_script_name': 'helper/<(_target_name)',
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698