| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 ['use_x11==0', { | 6 ['use_x11==0', { |
| 7 'variables': { | 7 'variables': { |
| 8 'command': [ | 8 'command': [ |
| 9 '../testing/test_env.py', | 9 '../testing/test_env.py', |
| 10 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)', | 10 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 }, | 86 }, |
| 87 }], | 87 }], |
| 88 ['OS=="linux" or OS=="mac" or OS=="win"', { | 88 ['OS=="linux" or OS=="mac" or OS=="win"', { |
| 89 'variables': { | 89 'variables': { |
| 90 'files': [ | 90 'files': [ |
| 91 '../net/tools/testserver/', | 91 '../net/tools/testserver/', |
| 92 '../testing/test_env.py', | 92 '../testing/test_env.py', |
| 93 '../third_party/pyftpdlib/', | 93 '../third_party/pyftpdlib/', |
| 94 '../third_party/pywebsocket/', | 94 '../third_party/pywebsocket/', |
| 95 '../third_party/tlslite/', | 95 '../third_party/tlslite/', |
| 96 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)', | |
| 97 ], | 96 ], |
| 98 }, | 97 }, |
| 99 }], | 98 }], |
| 100 ['OS=="mac"', { | 99 ['OS=="mac"', { |
| 101 'variables': { | 100 'variables': { |
| 102 'files': [ | 101 'files': [ |
| 103 '<(PRODUCT_DIR)/Content Shell.app/', | 102 '<(PRODUCT_DIR)/Content Shell.app/', |
| 104 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', | 103 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', |
| 105 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', | 104 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', |
| 106 ], | 105 ], |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 ], | 141 ], |
| 143 }, | 142 }, |
| 144 }], | 143 }], |
| 145 ], | 144 ], |
| 146 'includes': [ | 145 'includes': [ |
| 147 '../base/base.isolate', | 146 '../base/base.isolate', |
| 148 '../gin/v8.isolate', | 147 '../gin/v8.isolate', |
| 149 '../ui/gl/gl.isolate', | 148 '../ui/gl/gl.isolate', |
| 150 ], | 149 ], |
| 151 } | 150 } |
| OLD | NEW |