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

Unified Diff: testing/chromoting/chromoting_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
Index: testing/chromoting/chromoting_integration_tests.isolate
diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate
deleted file mode 100644
index 92ec17dbc083bbf4f0485cb1126861580a1c5838..0000000000000000000000000000000000000000
--- a/testing/chromoting/chromoting_integration_tests.isolate
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright (c) 2014 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': [
- ['OS=="linux"', {
- 'variables': {
- 'command': [
- './chromoting_test_driver_launcher.py',
- '--commands_file',
- './chromoting_test_driver_commands_linux.txt',
- '--prod_dir',
- '<(PRODUCT_DIR)',
- '--cfg_file',
- '../../remoting/tools/internal/ctd-test-account-host-config.json',
- '--me2me_manifest_file',
- '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
- '--it2me_manifest_file',
- '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
- '--user_profile_dir',
- '/tmp/chromoting_test_profile',
- ],
- 'files': [
- './chromoting_test_driver_launcher.py',
- './chromoting_test_driver_commands_linux.txt',
- './chromoting_test_utilities.py',
- '<(PRODUCT_DIR)/chromoting_test_driver',
- '<(PRODUCT_DIR)/libosmesa.so',
- '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
- '../../remoting/tools/internal/refresh_tokens.json',
- '../../remoting/tools/internal/ctd-test-account-host-config.json',
- '../../remoting/host/linux/linux_me2me_host.py',
- '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
- '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
- '<(PRODUCT_DIR)/remoting_me2me_host',
- '<(PRODUCT_DIR)/remoting-me2me-host.deb',
- '<(PRODUCT_DIR)/nacl_helper',
- '<(PRODUCT_DIR)/nacl_helper_bootstrap',
- '<(PRODUCT_DIR)/pnacl/',
- '<(PRODUCT_DIR)/remoting_locales/',
- ],
- },
- }],
- ['OS=="linux" and use_ozone==0', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
- ],
- },
- }],
- ],
- 'includes': [
- '../../base/base.isolate',
- '../../gin/v8.isolate',
- ],
-}
« no previous file with comments | « testing/chromoting/chromoting_browser_tests.isolate ('k') | testing/chromoting/multi_machine_example/example_task.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698