| 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_sinks.json', |
| 16 'resources/no_supported_sinks.json', |
| 15 'resources/route_creation_timed_out.json', | 17 'resources/route_creation_timed_out.json', |
| 16 ], | 18 ], |
| 17 'media_router_test_extension_resources': [ | 19 'media_router_test_extension_resources': [ |
| 18 'telemetry/extension/manifest.json', | 20 'telemetry/extension/manifest.json', |
| 19 'telemetry/extension/script.js', | 21 'telemetry/extension/script.js', |
| 20 ], | 22 ], |
| 21 }, # end of variables | 23 }, # end of variables |
| 22 'targets': [ | 24 'targets': [ |
| 23 { | 25 { |
| 24 'target_name': 'media_router_integration_test_files', | 26 'target_name': 'media_router_integration_test_files', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 51 { | 53 { |
| 52 'destination': '<(output_dir)', | 54 'destination': '<(output_dir)', |
| 53 'files': [ | 55 'files': [ |
| 54 '<@(resource_files)', | 56 '<@(resource_files)', |
| 55 ], | 57 ], |
| 56 }, | 58 }, |
| 57 ], | 59 ], |
| 58 }, # end of target 'media_router_test_extension_files' | 60 }, # end of target 'media_router_test_extension_files' |
| 59 ], # end of targets | 61 ], # end of targets |
| 60 } | 62 } |
| OLD | NEW |