# 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" or OS=="mac" or OS=="win"', { 'variables': { 'command': [ 'internal/media_router_tests.py', '--extension', '<(PRODUCT_DIR)/mr_extension/', '--test_binary', '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', ], 'files': [ 'internal/media_router_tests.py', '../../../media/test/data/player.html', '../../../media/test/data/bear-vp9-opus.webm', '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', '<(PRODUCT_DIR)/mr_extension/', ], }, }], ], 'includes': [ '../../browser_tests.isolate', ], }