| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'includes': [ | |
| 6 '../base/base.isolate', | |
| 7 '../gin/v8.isolate', | |
| 8 ], | |
| 9 'conditions': [ | 5 'conditions': [ |
| 10 ['use_x11==0', { | 6 ['use_x11==0', { |
| 11 'variables': { | 7 'variables': { |
| 12 'command': [ | 8 'command': [ |
| 13 '../testing/test_env.py', | 9 '../testing/test_env.py', |
| 14 '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)', | 10 '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)', |
| 15 '--brave-new-test-launcher', | 11 '--brave-new-test-launcher', |
| 16 '--test-launcher-bot-mode', | 12 '--test-launcher-bot-mode', |
| 17 '--asan=<(asan)', | 13 '--asan=<(asan)', |
| 18 '--msan=<(msan)', | 14 '--msan=<(msan)', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'variables': { | 63 'variables': { |
| 68 'files': [ | 64 'files': [ |
| 69 '<(PRODUCT_DIR)/Content Shell Framework.framework.dSYM/', | 65 '<(PRODUCT_DIR)/Content Shell Framework.framework.dSYM/', |
| 70 '<(PRODUCT_DIR)/Content Shell Helper.app.dSYM/', | 66 '<(PRODUCT_DIR)/Content Shell Helper.app.dSYM/', |
| 71 '<(PRODUCT_DIR)/Content Shell.app.dSYM/', | 67 '<(PRODUCT_DIR)/Content Shell.app.dSYM/', |
| 72 '<(PRODUCT_DIR)/components_browsertests.dSYM/', | 68 '<(PRODUCT_DIR)/components_browsertests.dSYM/', |
| 73 ], | 69 ], |
| 74 }, | 70 }, |
| 75 }], | 71 }], |
| 76 ], | 72 ], |
| 73 'includes': [ |
| 74 '../base/base.isolate', |
| 75 '../gin/v8.isolate', |
| 76 '../third_party/angle/angle.isolate', |
| 77 ], |
| 77 } | 78 } |
| OLD | NEW |