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 12 matching lines...) Expand all Loading... |
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', | 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 ], | 34 ], |
34 }, | 35 }, |
35 }], | 36 }], |
36 ['OS=="linux" and use_ozone==0', { | 37 ['OS=="linux" and use_ozone==0', { |
37 'variables': { | 38 'variables': { |
38 'files': [ | 39 'files': [ |
39 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | 40 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
40 ], | 41 ], |
41 }, | 42 }, |
42 }], | 43 }], |
(...skipping 29 matching lines...) Expand all Loading... |
72 }], | 73 }], |
73 ['OS=="mac"', { | 74 ['OS=="mac"', { |
74 'variables': { | 75 'variables': { |
75 'files': [ | 76 'files': [ |
76 '<(PRODUCT_DIR)/<(mac_product_name).app/', | 77 '<(PRODUCT_DIR)/<(mac_product_name).app/', |
77 '<(PRODUCT_DIR)/exif.so', | 78 '<(PRODUCT_DIR)/exif.so', |
78 '<(PRODUCT_DIR)/ffmpegsumo.so', | 79 '<(PRODUCT_DIR)/ffmpegsumo.so', |
79 ], | 80 ], |
80 }, | 81 }, |
81 }], | 82 }], |
82 ['OS=="mac"', { | 83 ['OS=="win" or OS=="mac"', { |
83 'variables': { | 84 'variables': { |
84 'command': [ | 85 'command': [ |
85 '../test_env.py', | 86 '../test_env.py', |
86 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | |
87 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch', | |
88 '--run-manual', | |
89 '--ui-test-action-timeout=100000', | |
90 '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp', | |
91 '--extension-name=Chromoting', | |
92 ], | |
93 }, | |
94 }], | |
95 ['OS=="win"', { | |
96 'variables': { | |
97 'command': [ | |
98 '../test_env.py', | |
99 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | 87 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
100 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch:RemoteDesktopBr
owserTest.MANUAL_Auth', | 88 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch:RemoteDesktopBr
owserTest.MANUAL_Auth', |
101 '--run-manual', | 89 '--run-manual', |
102 '--ui-test-action-timeout=100000', | 90 '--ui-test-action-timeout=100000', |
103 '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp', | 91 '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp.v2', |
104 '--extension-name=Chromoting', | 92 '--extension-name=Chromoting', |
105 '--accounts-file=../../remoting/tools/internal/test_accounts.json', | 93 '--accounts-file=../../remoting/tools/internal/test_accounts.json', |
106 '--account-type=gmail', | 94 '--account-type=gmail', |
107 ], | 95 ], |
108 }, | 96 }, |
109 }], | 97 }], |
110 ], | 98 ], |
111 'includes': [ | 99 'includes': [ |
112 '../../base/base.isolate', | 100 '../../base/base.isolate', |
113 '../../gin/v8.isolate', | 101 '../../gin/v8.isolate', |
114 ], | 102 ], |
115 } | 103 } |
OLD | NEW |