Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1358)

Unified Diff: chrome/interactive_ui_tests.isolate

Issue 2257893002: Delete all test isolate file. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebasing against ToT just in case Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer_util_unittests.isolate ('k') | chrome/setup_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/interactive_ui_tests.isolate
diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate
deleted file mode 100644
index 2d92f894a3bd45ea483ba3f67aa8ac5b1933f219..0000000000000000000000000000000000000000
--- a/chrome/interactive_ui_tests.isolate
+++ /dev/null
@@ -1,150 +0,0 @@
-# Copyright 2013 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.
-{
- 'conditions': [
- ['use_x11==0', {
- 'variables': {
- 'command': [
- '../testing/test_env.py',
- '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)',
- '--test-launcher-bot-mode',
- '--asan=<(asan)',
- '--msan=<(msan)',
- '--tsan=<(tsan)',
- ],
- },
- }],
- ['use_x11==1', {
- 'variables': {
- 'command': [
- '../testing/xvfb.py',
- '<(PRODUCT_DIR)',
- '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)',
- '--test-launcher-bot-mode',
- '--asan=<(asan)',
- '--msan=<(msan)',
- '--tsan=<(tsan)',
- ],
- 'files': [
- '../testing/xvfb.py',
- '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
- ],
- },
- }],
- ['OS=="linux"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/libosmesa.so',
- '<(PRODUCT_DIR)/libppapi_tests.so',
- '<(PRODUCT_DIR)/pyproto/google/',
- ],
- },
- }],
- ['OS=="linux" or OS=="mac" or OS=="win"', {
- 'variables': {
- 'files': [
- '../content/test/data/',
- '../net/data/ssl/certificates/',
- '../net/tools/testserver/',
- '../ppapi/tests/test_case.html',
- '../ppapi/tests/test_case.html.mock-http-headers',
- '../ppapi/tests/test_page.css',
- '../ppapi/tests/test_page.css.mock-http-headers',
- '../testing/test_env.py',
- '../third_party/pyftpdlib/',
- '../third_party/pywebsocket/',
- '../third_party/tlslite/',
- '<(PRODUCT_DIR)/test_case.html',
- '<(PRODUCT_DIR)/test_case.html.mock-http-headers',
- '<(PRODUCT_DIR)/test_page.css',
- '<(PRODUCT_DIR)/test_page.css.mock-http-headers',
- '<(PRODUCT_DIR)/ui_test.pak',
- 'test/data/',
- ],
- },
- }],
- ['OS=="linux" or OS=="win"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/chrome_100_percent.pak',
- '<(PRODUCT_DIR)/chrome_200_percent.pak',
- '<(PRODUCT_DIR)/locales/en-US.pak',
- '<(PRODUCT_DIR)/locales/fr.pak',
- '<(PRODUCT_DIR)/resources.pak',
- ],
- },
- }],
- ['OS=="mac"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
- '<(PRODUCT_DIR)/<(mac_product_name).app/',
- '<(PRODUCT_DIR)/osmesa.so',
- '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
- ],
- },
- }],
- ['OS=="mac" and asan==1 and fastbuild==0', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
- '<(PRODUCT_DIR)/<(mac_product_name).app.dSYM/',
- '<(PRODUCT_DIR)/interactive_ui_tests.dSYM/',
- '<(PRODUCT_DIR)/osmesa.so.dSYM/',
- '<(PRODUCT_DIR)/ppapi_tests.plugin.dSYM/',
- ],
- },
- }],
- ['OS=="win"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/chrome_elf.dll',
- '<(PRODUCT_DIR)/crashpad_handler.exe',
- '<(PRODUCT_DIR)/d3dcompiler_47.dll',
- '<(PRODUCT_DIR)/libEGL.dll',
- '<(PRODUCT_DIR)/libGLESv2.dll',
- '<(PRODUCT_DIR)/osmesa.dll',
- '<(PRODUCT_DIR)/ppapi_tests.dll',
- ],
- },
- }],
- ['OS=="win" and target_arch=="ia32"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/wow_helper.exe',
- ],
- },
- }],
- ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/interactive_ui_tests.exe.pdb',
- ],
- },
- }],
- ['OS=="win" and kasko==1', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/kasko.dll',
- ],
- },
- }],
- ['chromeos==1', {
- 'variables': {
- 'files': [
- '../google_apis/test/',
- '<(PRODUCT_DIR)/keyboard_resources.pak',
- '<(PRODUCT_DIR)/nacl_helper',
- '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
- '<(PRODUCT_DIR)/resources/chromeos/',
- 'browser/chromeos/login/test/https_forwarder.py',
- ],
- },
- }],
- ],
- 'includes': [
- '../base/base.isolate',
- '../gin/v8.isolate',
- ],
-}
« no previous file with comments | « chrome/installer_util_unittests.isolate ('k') | chrome/setup_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698