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

Side by Side Diff: chrome/interactive_ui_tests.isolate

Issue 59623015: GTTF: Flip test launcher defaults (developer mode is now default) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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 | « chrome/browser_tests.isolate ('k') | chrome/sync_integration_tests.isolate » ('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 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 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)', 11 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)',
12 '--test-launcher-bot-mode',
12 ], 13 ],
13 'isolate_dependency_tracked': [ 14 'isolate_dependency_tracked': [
14 '../testing/xvfb.py', 15 '../testing/xvfb.py',
15 '<(PRODUCT_DIR)/libffmpegsumo.so', 16 '<(PRODUCT_DIR)/libffmpegsumo.so',
16 '<(PRODUCT_DIR)/pyproto/google/__init__.py', 17 '<(PRODUCT_DIR)/pyproto/google/__init__.py',
17 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 18 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
18 ], 19 ],
19 }, 20 },
20 }], 21 }],
21 ['OS=="linux" or OS=="mac" or OS=="win"', { 22 ['OS=="linux" or OS=="mac" or OS=="win"', {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 '<(PRODUCT_DIR)/Chromium Framework.framework/', 60 '<(PRODUCT_DIR)/Chromium Framework.framework/',
60 '<(PRODUCT_DIR)/Chromium.app/', 61 '<(PRODUCT_DIR)/Chromium.app/',
61 ], 62 ],
62 }, 63 },
63 }], 64 }],
64 ['OS=="mac" or OS=="win"', { 65 ['OS=="mac" or OS=="win"', {
65 'variables': { 66 'variables': {
66 'command': [ 67 'command': [
67 '../testing/test_env.py', 68 '../testing/test_env.py',
68 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)', 69 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)',
70 '--test-launcher-bot-mode',
69 ], 71 ],
70 }, 72 },
71 }], 73 }],
72 ['OS=="win"', { 74 ['OS=="win"', {
73 'variables': { 75 'variables': {
74 'isolate_dependency_tracked': [ 76 'isolate_dependency_tracked': [
75 '../net/data/ssl/certificates/foaf.me.chromium-test-cert.der', 77 '../net/data/ssl/certificates/foaf.me.chromium-test-cert.der',
76 '../net/data/ssl/certificates/mit.davidben.der', 78 '../net/data/ssl/certificates/mit.davidben.der',
77 '<(PRODUCT_DIR)/d3dcompiler_46.dll', 79 '<(PRODUCT_DIR)/d3dcompiler_46.dll',
78 '<(PRODUCT_DIR)/ffmpegsumo.dll', 80 '<(PRODUCT_DIR)/ffmpegsumo.dll',
79 '<(PRODUCT_DIR)/icudt.dll', 81 '<(PRODUCT_DIR)/icudt.dll',
80 '<(PRODUCT_DIR)/libEGL.dll', 82 '<(PRODUCT_DIR)/libEGL.dll',
81 '<(PRODUCT_DIR)/libGLESv2.dll', 83 '<(PRODUCT_DIR)/libGLESv2.dll',
82 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', 84 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll',
83 ], 85 ],
84 'isolate_dependency_untracked': [ 86 'isolate_dependency_untracked': [
85 '../third_party/python_26/', 87 '../third_party/python_26/',
86 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll', 88 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
87 ], 89 ],
88 }, 90 },
89 }], 91 }],
90 ], 92 ],
91 } 93 }
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/sync_integration_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698