OLD | NEW |
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', |
11 './browser_test_commands_linux.txt', | 11 './browser_test_commands_linux.txt', |
12 '--prod_dir', | 12 '--prod_dir', |
13 '<(PRODUCT_DIR)', | 13 '<(PRODUCT_DIR)', |
14 '--cfg_file', | 14 '--cfg_file', |
15 '../../remoting/tools/internal/test-account-host-config.json', | 15 '../../remoting/tools/internal/test-account-host-config.json', |
16 '--me2me_manifest_file', | 16 '--me2me_manifest_file', |
17 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json', | 17 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json', |
18 '--it2me_manifest_file', | 18 '--it2me_manifest_file', |
19 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json', | 19 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json', |
20 '--user_profile_dir', | 20 '--user_profile_dir', |
21 '/tmp/chromoting_test_profile', | 21 '/tmp/chromoting_test_profile', |
22 ], | 22 ], |
23 'files': [ | 23 'files': [ |
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)/remoting_me2me_host', |
27 '<(PRODUCT_DIR)/libosmesa.so', | 28 '<(PRODUCT_DIR)/libosmesa.so', |
28 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', | 29 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', |
29 '../../remoting/tools/internal/test-account-host-config.json', | 30 '../../remoting/tools/internal/test-account-host-config.json', |
| 31 '../../remoting/host/linux/linux_me2me_host.py', |
30 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json', | 32 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json', |
31 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json', | 33 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json', |
32 '<(PRODUCT_DIR)/remoting-me2me-host.deb', | 34 '<(PRODUCT_DIR)/remoting-me2me-host.deb', |
33 '<(PRODUCT_DIR)/nacl_helper', | 35 '<(PRODUCT_DIR)/nacl_helper', |
34 '<(PRODUCT_DIR)/nacl_helper_bootstrap', | 36 '<(PRODUCT_DIR)/nacl_helper_bootstrap', |
35 '<(PRODUCT_DIR)/pnacl/', | 37 '<(PRODUCT_DIR)/pnacl/', |
| 38 '<(PRODUCT_DIR)/remoting_locales/', |
36 '../../remoting/internal/config/', | 39 '../../remoting/internal/config/', |
37 ], | 40 ], |
38 }, | 41 }, |
39 }], | 42 }], |
40 ['OS=="linux" and use_ozone==0', { | 43 ['OS=="linux" and use_ozone==0', { |
41 'variables': { | 44 'variables': { |
42 'files': [ | 45 'files': [ |
43 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | 46 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
44 ], | 47 ], |
45 }, | 48 }, |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 '<(PRODUCT_DIR)/kasko.dll', | 119 '<(PRODUCT_DIR)/kasko.dll', |
117 ], | 120 ], |
118 }, | 121 }, |
119 }], | 122 }], |
120 ], | 123 ], |
121 'includes': [ | 124 'includes': [ |
122 '../../base/base.isolate', | 125 '../../base/base.isolate', |
123 '../../gin/v8.isolate', | 126 '../../gin/v8.isolate', |
124 ], | 127 ], |
125 } | 128 } |
OLD | NEW |