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

Unified Diff: chrome/sync_integration_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/setup_unittests.isolate ('k') | chrome/tab_capture_end2end_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/sync_integration_tests.isolate
diff --git a/chrome/sync_integration_tests.isolate b/chrome/sync_integration_tests.isolate
deleted file mode 100644
index 83a67037a35732b288cf98f3fd33d4308369daf0..0000000000000000000000000000000000000000
--- a/chrome/sync_integration_tests.isolate
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 2012 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': [
- '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)',
- '--test-launcher-bot-mode',
- ],
- },
- }],
- ['use_x11==1', {
- 'variables': {
- 'command': [
- '../testing/xvfb.py',
- '<(PRODUCT_DIR)',
- '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)',
- '--test-launcher-bot-mode',
- ],
- 'files': [
- '../testing/test_env.py',
- '../testing/xvfb.py',
- '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
- ],
- },
- }],
- ['OS=="linux"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/libosmesa.so',
- ],
- },
- }],
- ['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)/resources.pak',
- ],
- },
- }],
- ['OS=="linux" or OS=="mac" or OS=="win"', {
- 'variables': {
- 'files': [
- '../chrome/test/data/sync/',
- '../net/tools/testserver/',
- '../components/sync/tools/testserver/',
- '../third_party/pyftpdlib/',
- '../third_party/pywebsocket/',
- '../third_party/tlslite/',
- '<(PRODUCT_DIR)/pyproto/',
- ],
- },
- }],
- ['OS=="mac"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
- '<(PRODUCT_DIR)/<(mac_product_name).app/',
- ],
- },
- }],
- ['OS=="mac" and asan==1 and fastbuild==0', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework.dSYM/',
- '<(PRODUCT_DIR)/<(mac_product_name).app.dSYM/',
- ],
- },
- }],
- ['OS=="win"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/chrome_elf.dll',
- '<(PRODUCT_DIR)/crashpad_handler.exe',
- ],
- },
- }],
- ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/sync_integration_tests.exe.pdb',
- ],
- },
- }],
- ['OS=="win" and target_arch=="ia32"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/wow_helper.exe',
- ],
- },
- }],
- ['OS=="win" and kasko==1', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/kasko.dll',
- ],
- },
- }],
- ],
- 'includes': [
- '../base/base.isolate',
- '../gin/v8.isolate',
- '../ui/gl/gl.isolate',
- ],
-}
« no previous file with comments | « chrome/setup_unittests.isolate ('k') | chrome/tab_capture_end2end_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698