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

Side by Side Diff: ash/ash_unittests.isolate

Issue 2257893002: Delete all test isolate file. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebasing against ToT just in case Created 4 years, 3 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 | « android_webview/android_webview_unittests_apk.isolate ('k') | base/base_unittests.isolate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 {
5 'variables': {
6 'files': [
7 '../testing/test_env.py',
8 '<(PRODUCT_DIR)/ash_test_resources_100_percent.pak',
9 '<(PRODUCT_DIR)/ash_test_resources_200_percent.pak',
10 '<(PRODUCT_DIR)/ash_test_strings.pak',
11 '<(PRODUCT_DIR)/keyboard_resources.pak',
12 ],
13 },
14 'conditions': [
15 ['use_x11==0', {
16 'variables': {
17 'command': [
18 '../testing/test_env.py',
19 '<(PRODUCT_DIR)/ash_unittests<(EXECUTABLE_SUFFIX)',
20 '--test-launcher-bot-mode',
21 ],
22 },
23 }],
24 ['use_x11==1', {
25 'variables': {
26 'command': [
27 '../testing/xvfb.py',
28 '<(PRODUCT_DIR)',
29 '<(PRODUCT_DIR)/ash_unittests',
30 '--test-launcher-bot-mode',
31 ],
32 'files': [
33 '../testing/xvfb.py',
34 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
35 ],
36 },
37 }],
38 ['chromeos==1', {
39 'variables': {
40 'files': [
41 'display/test_data/'
42 ],
43 },
44 }],
45 ['OS=="linux"', {
46 'variables': {
47 'files': [
48 '<(PRODUCT_DIR)/libosmesa.so',
49 ],
50 },
51 }],
52 ['OS=="win"', {
53 'variables': {
54 'files': [
55 '<(PRODUCT_DIR)/osmesa.dll',
56 ],
57 },
58 }],
59 ],
60 'includes': [
61 '../base/base.isolate',
62 '../ui/gl/gl.isolate',
63 ],
64 }
OLDNEW
« no previous file with comments | « android_webview/android_webview_unittests_apk.isolate ('k') | base/base_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698