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

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

Issue 1108173002: Roll //build, //native_client, and a few more targets of opportunity. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Test fix Created 5 years, 7 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 | « testing/chromoting/browser_tests_launcher.py ('k') | testing/chromoting/dependencies.gypi » ('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 (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 './browser_tests_launcher.py', 9 './browser_tests_launcher.py',
10 '--commands_file', 10 '--commands_file',
(...skipping 13 matching lines...) Expand all
24 '../xvfb.py', 24 '../xvfb.py',
25 './browser_tests_launcher.py', 25 './browser_tests_launcher.py',
26 './browser_test_commands_linux.txt', 26 './browser_test_commands_linux.txt',
27 '<(PRODUCT_DIR)/libffmpegsumo.so', 27 '<(PRODUCT_DIR)/libffmpegsumo.so',
28 '<(PRODUCT_DIR)/libosmesa.so', 28 '<(PRODUCT_DIR)/libosmesa.so',
29 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', 29 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
30 '../../remoting/tools/internal/test-account-host-config.json', 30 '../../remoting/tools/internal/test-account-host-config.json',
31 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json', 31 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
32 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json', 32 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
33 '<(PRODUCT_DIR)/remoting-me2me-host.deb', 33 '<(PRODUCT_DIR)/remoting-me2me-host.deb',
34 '<(PRODUCT_DIR)/nacl_helper',
35 '<(PRODUCT_DIR)/nacl_helper_bootstrap',
36 '<(PRODUCT_DIR)/pnacl/',
37 '../../remoting/internal/config/',
34 ], 38 ],
35 }, 39 },
36 }], 40 }],
37 ['OS=="linux" and use_ozone==0', { 41 ['OS=="linux" and use_ozone==0', {
38 'variables': { 42 'variables': {
39 'files': [ 43 'files': [
40 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 44 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
41 ], 45 ],
42 }, 46 },
43 }], 47 }],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 '--account-type=gmail', 99 '--account-type=gmail',
96 ], 100 ],
97 }, 101 },
98 }], 102 }],
99 ], 103 ],
100 'includes': [ 104 'includes': [
101 '../../base/base.isolate', 105 '../../base/base.isolate',
102 '../../gin/v8.isolate', 106 '../../gin/v8.isolate',
103 ], 107 ],
104 } 108 }
OLDNEW
« no previous file with comments | « testing/chromoting/browser_tests_launcher.py ('k') | testing/chromoting/dependencies.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698