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

Unified Diff: testing/chromoting/chromoting_integration_tests.isolate

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 9 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 | « testing/chromoting/browser_tests_launcher.py ('k') | testing/chromoting/dependencies.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6062cb2b2081c39f1ce07acef5c9968dc6c65636..0000000000000000000000000000000000000000
--- a/testing/chromoting/chromoting_integration_tests.isolate
+++ /dev/null
@@ -1,130 +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': [
- './browser_tests_launcher.py',
- '--commands_file',
- './browser_test_commands_linux.txt',
- '--prod_dir',
- '<(PRODUCT_DIR)',
- '--cfg_file',
- '../../remoting/tools/internal/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': [
- '../xvfb.py',
- './browser_tests_launcher.py',
- './browser_test_commands_linux.txt',
- '<(PRODUCT_DIR)/libffmpegsumo.so',
- '<(PRODUCT_DIR)/libosmesa.so',
- '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
- '../../remoting/tools/internal/test-account-host-config.json',
- '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
- '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
- '<(PRODUCT_DIR)/remoting-me2me-host.deb',
- '<(PRODUCT_DIR)/nacl_helper',
- '<(PRODUCT_DIR)/nacl_helper_bootstrap',
- '<(PRODUCT_DIR)/pnacl/',
- '../../remoting/internal/config/',
- ],
- },
- }],
- ['OS=="linux" and use_ozone==0', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
- ],
- },
- }],
- ['OS=="linux" or OS=="mac" or OS=="win"', {
- 'variables': {
- 'files': [
- '../test_env.py',
- '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
- '<(PRODUCT_DIR)/remoting/remoting.webapp/',
- '<(PRODUCT_DIR)/remoting/remoting.webapp.v2/',
- '<(PRODUCT_DIR)/remoting/browser_test_resources/',
- '<(PRODUCT_DIR)/resources.pak',
- '../../remoting/tools/internal/test_accounts.json',
- ],
- 'read_only': 1,
- },
- }],
- ['OS=="linux" or OS=="win"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/chrome_100_percent.pak',
- '<(PRODUCT_DIR)/locales/en-US.pak',
- ],
- },
- }],
- ['OS=="win"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/chrome_elf.dll',
- '<(PRODUCT_DIR)/ffmpegsumo.dll',
- '<(PRODUCT_DIR)/libglesv2.dll',
- ],
- },
- }],
- ['OS=="mac"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/<(mac_product_name).app/',
- '<(PRODUCT_DIR)/exif.so',
- '<(PRODUCT_DIR)/ffmpegsumo.so',
- ],
- },
- }],
- ['OS=="win"', {
- 'variables': {
- 'command': [
- '../test_env.py',
- '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
- '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch:RemoteDesktopBrowserTest.MANUAL_Auth',
- '--run-manual',
- '--ui-test-action-timeout=100000',
- '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp.v2',
- '--extension-name=Chromoting',
- '--accounts-file=../../remoting/tools/internal/test_accounts.json',
- '--account-type=gmail',
- ],
- },
- }],
- ['OS=="mac"', {
- 'variables': {
- 'command': [
- '../test_env.py',
- '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
- '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
- '--run-manual',
- '--ui-test-action-timeout=100000',
- '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp.v2',
- '--extension-name=Chromoting',
- '--accounts-file=../../remoting/tools/internal/test_accounts.json',
- '--account-type=gmail',
- ],
- },
- }],
- ['OS=="win" and kasko==1', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/kasko.dll',
- ],
- },
- }],
- ],
- 'includes': [
- '../../base/base.isolate',
- '../../gin/v8.isolate',
- ],
-}
« no previous file with comments | « testing/chromoting/browser_tests_launcher.py ('k') | testing/chromoting/dependencies.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698