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', |
(...skipping 16 matching lines...) Expand all Loading... |
27 '<(PRODUCT_DIR)/libosmesa.so', | 27 '<(PRODUCT_DIR)/libosmesa.so', |
28 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', | 28 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', |
29 '../../remoting/tools/internal/test-account-host-config.json', | 29 '../../remoting/tools/internal/test-account-host-config.json', |
30 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json', | 30 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json', |
31 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json', | 31 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json', |
32 '<(PRODUCT_DIR)/remoting-me2me-host.deb', | 32 '<(PRODUCT_DIR)/remoting-me2me-host.deb', |
33 '<(PRODUCT_DIR)/nacl_helper', | 33 '<(PRODUCT_DIR)/nacl_helper', |
34 '<(PRODUCT_DIR)/nacl_helper_bootstrap', | 34 '<(PRODUCT_DIR)/nacl_helper_bootstrap', |
35 '<(PRODUCT_DIR)/pnacl/', | 35 '<(PRODUCT_DIR)/pnacl/', |
36 '../../remoting/internal/config/', | 36 '../../remoting/internal/config/', |
| 37 './test_accounts.json' |
37 ], | 38 ], |
38 }, | 39 }, |
39 }], | 40 }], |
40 ['OS=="linux" and use_ozone==0', { | 41 ['OS=="linux" and use_ozone==0', { |
41 'variables': { | 42 'variables': { |
42 'files': [ | 43 'files': [ |
43 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | 44 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
44 ], | 45 ], |
45 }, | 46 }, |
46 }], | 47 }], |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 '<(PRODUCT_DIR)/kasko.dll', | 119 '<(PRODUCT_DIR)/kasko.dll', |
119 ], | 120 ], |
120 }, | 121 }, |
121 }], | 122 }], |
122 ], | 123 ], |
123 'includes': [ | 124 'includes': [ |
124 '../../base/base.isolate', | 125 '../../base/base.isolate', |
125 '../../gin/v8.isolate', | 126 '../../gin/v8.isolate', |
126 ], | 127 ], |
127 } | 128 } |
OLD | NEW |