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 '-f', | 10 '-f', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'variables': { | 45 'variables': { |
46 'files': [ | 46 'files': [ |
47 '<(PRODUCT_DIR)/chrome_100_percent.pak', | 47 '<(PRODUCT_DIR)/chrome_100_percent.pak', |
48 '<(PRODUCT_DIR)/locales/en-US.pak', | 48 '<(PRODUCT_DIR)/locales/en-US.pak', |
49 ], | 49 ], |
50 }, | 50 }, |
51 }], | 51 }], |
52 ['OS=="mac" or OS=="win"', { | 52 ['OS=="mac" or OS=="win"', { |
53 'variables': { | 53 'variables': { |
54 'command': [ | 54 'command': [ |
55 '../testing/test_env.py', | 55 '../test_env.py', |
56 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | 56 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
57 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch', | 57 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch', |
58 '--run-manual', | 58 '--run-manual', |
59 '--ui-test-action-timeout=100000', | 59 '--ui-test-action-timeout=100000', |
60 '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp', | 60 '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp', |
61 '--extension-name=Chromoting', | 61 '--extension-name=Chromoting', |
62 ], | 62 ], |
63 }, | 63 }, |
64 }], | 64 }], |
65 ], | 65 ], |
66 'includes': [ | 66 'includes': [ |
67 '../../base/base.isolate', | 67 '../../base/base.isolate', |
68 ], | 68 ], |
69 } | 69 } |
OLD | NEW |