Index: components/components_browsertests.isolate |
diff --git a/components/components_browsertests.isolate b/components/components_browsertests.isolate |
deleted file mode 100644 |
index cb5b41c6f1f0a2d8ba50776d94f4212784122ae9..0000000000000000000000000000000000000000 |
--- a/components/components_browsertests.isolate |
+++ /dev/null |
@@ -1,65 +0,0 @@ |
-# Copyright 2015 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
-{ |
- 'includes': [ |
- '../base/base.isolate', |
- '../gin/v8.isolate', |
- ], |
- 'conditions': [ |
- ['OS=="linux" or OS=="mac" or OS=="win"', { |
- 'variables': { |
- 'files': [ |
- 'test/data/', |
- '../testing/test_env.py', |
- '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)', |
- '<(PRODUCT_DIR)/components_resources.pak', |
- '<(PRODUCT_DIR)/content_shell.pak', |
- ], |
- }, |
- }], |
- ['OS=="linux"', { |
- 'variables': { |
- 'command': [ |
- '../testing/xvfb.py', |
- '<(PRODUCT_DIR)', |
- '<(PRODUCT_DIR)/components_browsertests', |
- '--brave-new-test-launcher', |
- '--test-launcher-bot-mode', |
- '--asan=<(asan)', |
- '--lsan=<(lsan)', |
- ], |
- 'files': [ |
- '../testing/xvfb.py', |
- '<(PRODUCT_DIR)/libosmesa.so', |
- ], |
- }, |
- }], |
- ['OS=="linux" and use_ozone==0', { |
- 'variables': { |
- 'files': [ |
- '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
- ], |
- }, |
- }], |
- ['OS=="mac" or OS=="win"', { |
- 'variables': { |
- 'command': [ |
- '../testing/test_env.py', |
- '<(PRODUCT_DIR)/components_browsertests<(EXECUTABLE_SUFFIX)', |
- '--brave-new-test-launcher', |
- '--test-launcher-bot-mode', |
- '--asan=<(asan)', |
- '--lsan=<(lsan)', |
- ], |
- }, |
- }], |
- ['OS=="mac"', { |
- 'variables': { |
- 'files': [ |
- '<(PRODUCT_DIR)/Content Shell.app/', |
- ], |
- }, |
- }], |
- ], |
-} |