| OLD | NEW |
| (Empty) |
| 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 { | |
| 5 'conditions': [ | |
| 6 ['OS=="linux" or OS=="mac" or OS=="win"', { | |
| 7 'variables': { | |
| 8 'command': [ | |
| 9 'internal/media_router_tests.py', | |
| 10 '--extension', | |
| 11 '<(PRODUCT_DIR)/mr_extension/', | |
| 12 '--test_binary', | |
| 13 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | |
| 14 ], | |
| 15 'files': [ | |
| 16 'internal/', | |
| 17 '../../../media/test/data/player.html', | |
| 18 '../../../media/test/data/bear-vp9-opus.webm', | |
| 19 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | |
| 20 '<(PRODUCT_DIR)/mr_extension/', | |
| 21 ], | |
| 22 }, | |
| 23 }], | |
| 24 ], | |
| 25 'includes': [ | |
| 26 '../../browser_tests.isolate', | |
| 27 ], | |
| 28 } | |
| OLD | NEW |