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

Side by Side Diff: testing/chromoting/chromoting_integration_tests.isolate

Issue 498373003: Swarming configuration files for chromoting integration tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « build/common.gypi ('k') | testing/chromoting/integration_tests.gyp » ('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 'conditions': [
6 ['OS=="linux"', {
7 'variables': {
8 'command': [
9 '../xvfb.py',
10 '<(PRODUCT_DIR)',
11 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
12 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
13 '--run-manual',
14 '--ui-test-action-timeout=100000',
15 '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp',
16 '--extension-name=Chromoting',
17 ],
18 'isolate_dependency_tracked': [
19 '../xvfb.py',
20 '<(PRODUCT_DIR)/libffmpegsumo.so',
21 '<(PRODUCT_DIR)/libosmesa.so',
22 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
23 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
24 ],
25 },
26 }],
27 ['OS=="linux" or OS=="mac" or OS=="win"', {
28 'variables': {
29 'isolate_dependency_tracked': [
30 '../test_env.py',
31 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
32 '<(PRODUCT_DIR)/remoting/remoting.webapp/',
33 '<(PRODUCT_DIR)/resources.pak',
34 ],
35 'read_only': 1,
36 },
37 }],
38 ['OS=="linux" or OS=="win"', {
39 'variables': {
40 'isolate_dependency_tracked': [
41 '<(PRODUCT_DIR)/chrome_100_percent.pak',
42 '<(PRODUCT_DIR)/locales/en-US.pak',
43 ],
44 },
45 }],
46 ['OS=="mac" or OS=="win"', {
47 'variables': {
48 'command': [
49 '../testing/test_env.py',
50 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
51 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
52 '--run-manual',
53 '--ui-test-action-timeout=100000',
54 '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp',
55 '--extension-name=Chromoting',
56 ],
57 },
58 }],
59 ],
60 'includes': [
61 '../../base/base.isolate',
62 ],
63 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | testing/chromoting/integration_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698