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

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

Issue 662713002: Include file required for Chromoting browser-tests in output of chromoting-integration specific bui… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test accounts file as dependency, instead of copying it over. 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 | « 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 (c) 2014 The Chromium Authors. All rights reserved. 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 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 '../xvfb.py', 9 '../xvfb.py',
10 '<(PRODUCT_DIR)', 10 '<(PRODUCT_DIR)',
11 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 11 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
12 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch', 12 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
13 '--run-manual', 13 '--run-manual',
14 '--ui-test-action-timeout=100000', 14 '--ui-test-action-timeout=100000',
15 '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp', 15 '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp',
16 '--extension-name=Chromoting', 16 '--extension-name=Chromoting',
17 ], 17 ],
18 'files': [ 18 'files': [
19 '../xvfb.py', 19 '../xvfb.py',
20 '../../remoting/tools/internal/test_accounts.json',
20 '<(PRODUCT_DIR)/libffmpegsumo.so', 21 '<(PRODUCT_DIR)/libffmpegsumo.so',
21 '<(PRODUCT_DIR)/libosmesa.so', 22 '<(PRODUCT_DIR)/libosmesa.so',
22 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', 23 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
23 ], 24 ],
24 }, 25 },
25 }], 26 }],
26 ['OS=="linux" and use_ozone==0', { 27 ['OS=="linux" and use_ozone==0', {
27 'variables': { 28 'variables': {
28 'files': [ 29 'files': [
29 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 30 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
(...skipping 30 matching lines...) Expand all
60 '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp', 61 '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp',
61 '--extension-name=Chromoting', 62 '--extension-name=Chromoting',
62 ], 63 ],
63 }, 64 },
64 }], 65 }],
65 ], 66 ],
66 'includes': [ 67 'includes': [
67 '../../base/base.isolate', 68 '../../base/base.isolate',
68 ], 69 ],
69 } 70 }
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