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)/libffmpegsumo.so', | |
28 '<(PRODUCT_DIR)/libosmesa.so', | 27 '<(PRODUCT_DIR)/libosmesa.so', |
29 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', | 28 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', |
30 '../../remoting/tools/internal/test-account-host-config.json', | 29 '../../remoting/tools/internal/test-account-host-config.json', |
31 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json', | 30 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json', |
32 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json', | 31 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json', |
33 '<(PRODUCT_DIR)/remoting-me2me-host.deb', | 32 '<(PRODUCT_DIR)/remoting-me2me-host.deb', |
34 '<(PRODUCT_DIR)/nacl_helper', | 33 '<(PRODUCT_DIR)/nacl_helper', |
35 '<(PRODUCT_DIR)/nacl_helper_bootstrap', | 34 '<(PRODUCT_DIR)/nacl_helper_bootstrap', |
36 '<(PRODUCT_DIR)/pnacl/', | 35 '<(PRODUCT_DIR)/pnacl/', |
37 '../../remoting/internal/config/', | 36 '../../remoting/internal/config/', |
(...skipping 26 matching lines...) Expand all Loading... |
64 'files': [ | 63 'files': [ |
65 '<(PRODUCT_DIR)/chrome_100_percent.pak', | 64 '<(PRODUCT_DIR)/chrome_100_percent.pak', |
66 '<(PRODUCT_DIR)/locales/en-US.pak', | 65 '<(PRODUCT_DIR)/locales/en-US.pak', |
67 ], | 66 ], |
68 }, | 67 }, |
69 }], | 68 }], |
70 ['OS=="win"', { | 69 ['OS=="win"', { |
71 'variables': { | 70 'variables': { |
72 'files': [ | 71 'files': [ |
73 '<(PRODUCT_DIR)/chrome_elf.dll', | 72 '<(PRODUCT_DIR)/chrome_elf.dll', |
74 '<(PRODUCT_DIR)/ffmpegsumo.dll', | |
75 '<(PRODUCT_DIR)/libglesv2.dll', | 73 '<(PRODUCT_DIR)/libglesv2.dll', |
76 ], | 74 ], |
77 }, | 75 }, |
78 }], | 76 }], |
79 ['OS=="mac"', { | 77 ['OS=="mac"', { |
80 'variables': { | 78 'variables': { |
81 'files': [ | 79 'files': [ |
82 '<(PRODUCT_DIR)/<(mac_product_name).app/', | 80 '<(PRODUCT_DIR)/<(mac_product_name).app/', |
83 '<(PRODUCT_DIR)/exif.so', | 81 '<(PRODUCT_DIR)/exif.so', |
84 '<(PRODUCT_DIR)/ffmpegsumo.so', | |
85 ], | 82 ], |
86 }, | 83 }, |
87 }], | 84 }], |
88 ['OS=="win"', { | 85 ['OS=="win"', { |
89 'variables': { | 86 'variables': { |
90 'command': [ | 87 'command': [ |
91 '../test_env.py', | 88 '../test_env.py', |
92 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | 89 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
93 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch:RemoteDesktopBr
owserTest.MANUAL_Auth', | 90 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch:RemoteDesktopBr
owserTest.MANUAL_Auth', |
94 '--run-manual', | 91 '--run-manual', |
(...skipping 26 matching lines...) Expand all Loading... |
121 '<(PRODUCT_DIR)/kasko.dll', | 118 '<(PRODUCT_DIR)/kasko.dll', |
122 ], | 119 ], |
123 }, | 120 }, |
124 }], | 121 }], |
125 ], | 122 ], |
126 'includes': [ | 123 'includes': [ |
127 '../../base/base.isolate', | 124 '../../base/base.isolate', |
128 '../../gin/v8.isolate', | 125 '../../gin/v8.isolate', |
129 ], | 126 ], |
130 } | 127 } |
OLD | NEW |