| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'media_router_integration_test_resources': [ | 7 'media_router_integration_test_resources': [ |
| 8 'resources/basic_test.html', | 8 'resources/basic_test.html', |
| 9 'resources/close_route_with_error_on_send.json', | 9 'resources/close_route_with_error_on_send.json', |
| 10 'resources/common.js', | 10 'resources/common.js', |
| 11 'resources/fail_create_route.json', | 11 'resources/fail_create_route.json', |
| 12 'resources/fail_reconnect_session.html', | 12 'resources/fail_reconnect_session.html', |
| 13 'resources/fail_reconnect_session.json', | 13 'resources/fail_reconnect_session.json', |
| 14 'resources/no_provider.json', | 14 'resources/no_provider.json', |
| 15 'resources/no_supported_sinks.json', |
| 15 'resources/route_creation_timed_out.json', | 16 'resources/route_creation_timed_out.json', |
| 16 ], | 17 ], |
| 17 'media_router_test_extension_resources': [ | 18 'media_router_test_extension_resources': [ |
| 18 'telemetry/extension/manifest.json', | 19 'telemetry/extension/manifest.json', |
| 19 'telemetry/extension/script.js', | 20 'telemetry/extension/script.js', |
| 20 ], | 21 ], |
| 21 }, # end of variables | 22 }, # end of variables |
| 22 'targets': [ | 23 'targets': [ |
| 23 { | 24 { |
| 24 'target_name': 'media_router_integration_test_files', | 25 'target_name': 'media_router_integration_test_files', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 51 { | 52 { |
| 52 'destination': '<(output_dir)', | 53 'destination': '<(output_dir)', |
| 53 'files': [ | 54 'files': [ |
| 54 '<@(resource_files)', | 55 '<@(resource_files)', |
| 55 ], | 56 ], |
| 56 }, | 57 }, |
| 57 ], | 58 ], |
| 58 }, # end of target 'media_router_test_extension_files' | 59 }, # end of target 'media_router_test_extension_files' |
| 59 ], # end of targets | 60 ], # end of targets |
| 60 } | 61 } |
| OLD | NEW |