| # 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', |
| ], |
| } |