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

Side by Side Diff: ui/base/ui_base_tests.gyp

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« build/android/test_runner.gypi ('K') | « sync/sync_tests.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 # TODO(tfarina): This is a layer violation and should be removed. 271 # TODO(tfarina): This is a layer violation and should be removed.
272 # crbug.com/176960 272 # crbug.com/176960
273 # For now this is here as a temporary band-aid to fix the clobber 273 # For now this is here as a temporary band-aid to fix the clobber
274 # issue we are seeing when running this target on Android. 274 # issue we are seeing when running this target on Android.
275 # crbug.com/374490 275 # crbug.com/374490
276 '../../chrome/chrome_resources.gyp:packed_resources', 276 '../../chrome/chrome_resources.gyp:packed_resources',
277 'ui_base_unittests', 277 'ui_base_unittests',
278 ], 278 ],
279 'variables': { 279 'variables': {
280 'test_suite_name': 'ui_base_unittests', 280 'test_suite_name': 'ui_base_unittests',
281 'isolate_file': 'ui_base_tests.isolate',
281 }, 282 },
282 'includes': [ '../../build/apk_test.gypi' ], 283 'includes': [ '../../build/apk_test.gypi' ],
283 }, 284 },
284 ], 285 ],
285 }], 286 }],
286 ['test_isolation_mode != "noop"', { 287 ['test_isolation_mode != "noop"', {
287 'targets': [ 288 'targets': [
288 { 289 {
289 'target_name': 'ui_base_unittests_run', 290 'target_name': 'ui_base_unittests_run',
290 'type': 'none', 291 'type': 'none',
(...skipping 11 matching lines...) Expand all
302 'dependencies': [ 303 'dependencies': [
303 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 304 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
304 ], 305 ],
305 }], 306 }],
306 ], 307 ],
307 }, 308 },
308 ], 309 ],
309 }], 310 }],
310 ], 311 ],
311 } 312 }
OLDNEW
« build/android/test_runner.gypi ('K') | « sync/sync_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698