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

Side by Side Diff: chrome/interactive_ui_tests.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 | « chrome/installer_util_unittests.isolate ('k') | chrome/setup_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 2013 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 'conditions': [
6 ['use_x11==0', {
7 'variables': {
8 'command': [
9 '../testing/test_env.py',
10 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)',
11 '--test-launcher-bot-mode',
12 '--asan=<(asan)',
13 '--msan=<(msan)',
14 '--tsan=<(tsan)',
15 ],
16 },
17 }],
18 ['use_x11==1', {
19 'variables': {
20 'command': [
21 '../testing/xvfb.py',
22 '<(PRODUCT_DIR)',
23 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)',
24 '--test-launcher-bot-mode',
25 '--asan=<(asan)',
26 '--msan=<(msan)',
27 '--tsan=<(tsan)',
28 ],
29 'files': [
30 '../testing/xvfb.py',
31 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
32 ],
33 },
34 }],
35 ['OS=="linux"', {
36 'variables': {
37 'files': [
38 '<(PRODUCT_DIR)/libosmesa.so',
39 '<(PRODUCT_DIR)/libppapi_tests.so',
40 '<(PRODUCT_DIR)/pyproto/google/',
41 ],
42 },
43 }],
44 ['OS=="linux" or OS=="mac" or OS=="win"', {
45 'variables': {
46 'files': [
47 '../content/test/data/',
48 '../net/data/ssl/certificates/',
49 '../net/tools/testserver/',
50 '../ppapi/tests/test_case.html',
51 '../ppapi/tests/test_case.html.mock-http-headers',
52 '../ppapi/tests/test_page.css',
53 '../ppapi/tests/test_page.css.mock-http-headers',
54 '../testing/test_env.py',
55 '../third_party/pyftpdlib/',
56 '../third_party/pywebsocket/',
57 '../third_party/tlslite/',
58 '<(PRODUCT_DIR)/test_case.html',
59 '<(PRODUCT_DIR)/test_case.html.mock-http-headers',
60 '<(PRODUCT_DIR)/test_page.css',
61 '<(PRODUCT_DIR)/test_page.css.mock-http-headers',
62 '<(PRODUCT_DIR)/ui_test.pak',
63 'test/data/',
64 ],
65 },
66 }],
67 ['OS=="linux" or OS=="win"', {
68 'variables': {
69 'files': [
70 '<(PRODUCT_DIR)/chrome_100_percent.pak',
71 '<(PRODUCT_DIR)/chrome_200_percent.pak',
72 '<(PRODUCT_DIR)/locales/en-US.pak',
73 '<(PRODUCT_DIR)/locales/fr.pak',
74 '<(PRODUCT_DIR)/resources.pak',
75 ],
76 },
77 }],
78 ['OS=="mac"', {
79 'variables': {
80 'files': [
81 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
82 '<(PRODUCT_DIR)/<(mac_product_name).app/',
83 '<(PRODUCT_DIR)/osmesa.so',
84 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
85 ],
86 },
87 }],
88 ['OS=="mac" and asan==1 and fastbuild==0', {
89 'variables': {
90 'files': [
91 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
92 '<(PRODUCT_DIR)/<(mac_product_name).app.dSYM/',
93 '<(PRODUCT_DIR)/interactive_ui_tests.dSYM/',
94 '<(PRODUCT_DIR)/osmesa.so.dSYM/',
95 '<(PRODUCT_DIR)/ppapi_tests.plugin.dSYM/',
96 ],
97 },
98 }],
99 ['OS=="win"', {
100 'variables': {
101 'files': [
102 '<(PRODUCT_DIR)/chrome_elf.dll',
103 '<(PRODUCT_DIR)/crashpad_handler.exe',
104 '<(PRODUCT_DIR)/d3dcompiler_47.dll',
105 '<(PRODUCT_DIR)/libEGL.dll',
106 '<(PRODUCT_DIR)/libGLESv2.dll',
107 '<(PRODUCT_DIR)/osmesa.dll',
108 '<(PRODUCT_DIR)/ppapi_tests.dll',
109 ],
110 },
111 }],
112 ['OS=="win" and target_arch=="ia32"', {
113 'variables': {
114 'files': [
115 '<(PRODUCT_DIR)/wow_helper.exe',
116 ],
117 },
118 }],
119 ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
120 'variables': {
121 'files': [
122 '<(PRODUCT_DIR)/interactive_ui_tests.exe.pdb',
123 ],
124 },
125 }],
126 ['OS=="win" and kasko==1', {
127 'variables': {
128 'files': [
129 '<(PRODUCT_DIR)/kasko.dll',
130 ],
131 },
132 }],
133 ['chromeos==1', {
134 'variables': {
135 'files': [
136 '../google_apis/test/',
137 '<(PRODUCT_DIR)/keyboard_resources.pak',
138 '<(PRODUCT_DIR)/nacl_helper',
139 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
140 '<(PRODUCT_DIR)/resources/chromeos/',
141 'browser/chromeos/login/test/https_forwarder.py',
142 ],
143 },
144 }],
145 ],
146 'includes': [
147 '../base/base.isolate',
148 '../gin/v8.isolate',
149 ],
150 }
OLDNEW
« no previous file with comments | « chrome/installer_util_unittests.isolate ('k') | chrome/setup_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698