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

Side by Side Diff: chrome/interactive_ui_tests.isolate

Issue 13921003: Fix interactive_ui_tests_run on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/xvfb.py', 9 '../testing/xvfb.py',
10 '<(PRODUCT_DIR)', 10 '<(PRODUCT_DIR)',
11 '../tools/swarm_client/run_test_cases.py', 11 '../tools/swarm_client/run_test_cases.py',
12 '-j1', 12 '-j1',
13 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)', 13 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)',
14 ], 14 ],
15 'isolate_dependency_tracked': [ 15 'isolate_dependency_tracked': [
16 '../testing/xvfb.py', 16 '../testing/xvfb.py',
17 '<(PRODUCT_DIR)/chrome.pak', 17 '<(PRODUCT_DIR)/chrome.pak',
18 '<(PRODUCT_DIR)/libffmpegsumo.so', 18 '<(PRODUCT_DIR)/libffmpegsumo.so',
19 '<(PRODUCT_DIR)/locales/en-US.pak',
19 '<(PRODUCT_DIR)/locales/fr.pak', 20 '<(PRODUCT_DIR)/locales/fr.pak',
20 '<(PRODUCT_DIR)/pyproto/google/__init__.py', 21 '<(PRODUCT_DIR)/pyproto/google/__init__.py',
21 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 22 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
22 ], 23 ],
23 }, 24 },
24 }], 25 }],
25 ['OS=="linux" or OS=="mac" or OS=="win"', { 26 ['OS=="linux" or OS=="mac" or OS=="win"', {
26 'variables': { 27 'variables': {
27 'isolate_dependency_tracked': [ 28 'isolate_dependency_tracked': [
28 '../net/data/ssl/certificates/ok_cert.pem', 29 '../net/data/ssl/certificates/ok_cert.pem',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 '<(PRODUCT_DIR)/locales/en-US.pak', 91 '<(PRODUCT_DIR)/locales/en-US.pak',
91 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', 92 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll',
92 ], 93 ],
93 'isolate_dependency_untracked': [ 94 'isolate_dependency_untracked': [
94 '../third_party/python_26/', 95 '../third_party/python_26/',
95 ], 96 ],
96 }, 97 },
97 }], 98 }],
98 ], 99 ],
99 } 100 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698