| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'files': [ | 42 'files': [ |
| 43 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | 43 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
| 44 ], | 44 ], |
| 45 }, | 45 }, |
| 46 }], | 46 }], |
| 47 ['OS=="linux" or OS=="mac" or OS=="win"', { | 47 ['OS=="linux" or OS=="mac" or OS=="win"', { |
| 48 'variables': { | 48 'variables': { |
| 49 'files': [ | 49 'files': [ |
| 50 '../test_env.py', | 50 '../test_env.py', |
| 51 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | 51 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
| 52 '<(PRODUCT_DIR)/remoting/remoting.webapp/', | |
| 53 '<(PRODUCT_DIR)/remoting/remoting.webapp.v2/', | 52 '<(PRODUCT_DIR)/remoting/remoting.webapp.v2/', |
| 54 '<(PRODUCT_DIR)/remoting/browser_test_resources/', | 53 '<(PRODUCT_DIR)/remoting/browser_test_resources/', |
| 55 '<(PRODUCT_DIR)/resources.pak', | 54 '<(PRODUCT_DIR)/resources.pak', |
| 56 '../../remoting/tools/internal/test_accounts.json', | 55 '../../remoting/tools/internal/test_accounts.json', |
| 57 ], | 56 ], |
| 58 }, | 57 }, |
| 59 }], | 58 }], |
| 60 ['OS=="linux" or OS=="win"', { | 59 ['OS=="linux" or OS=="win"', { |
| 61 'variables': { | 60 'variables': { |
| 62 'files': [ | 61 'files': [ |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 '<(PRODUCT_DIR)/kasko.dll', | 116 '<(PRODUCT_DIR)/kasko.dll', |
| 118 ], | 117 ], |
| 119 }, | 118 }, |
| 120 }], | 119 }], |
| 121 ], | 120 ], |
| 122 'includes': [ | 121 'includes': [ |
| 123 '../../base/base.isolate', | 122 '../../base/base.isolate', |
| 124 '../../gin/v8.isolate', | 123 '../../gin/v8.isolate', |
| 125 ], | 124 ], |
| 126 } | 125 } |
| OLD | NEW |