| 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 # Browser test resource files. | 5 # Browser test resource files. |
| 6 media_router_integration_test_resources = [ | 6 media_router_integration_test_resources = [ |
| 7 "resources/basic_test.html", | 7 "resources/basic_test.html", |
| 8 "resources/close_route_with_error_on_send.json", | 8 "resources/close_route_with_error_on_send.json", |
| 9 "resources/common.js", | 9 "resources/common.js", |
| 10 "resources/fail_create_route.json", | 10 "resources/fail_create_route.json", |
| 11 "resources/fail_reconnect_session.html", | 11 "resources/fail_reconnect_session.html", |
| 12 "resources/fail_reconnect_session.json", | 12 "resources/fail_reconnect_session.json", |
| 13 "resources/no_provider.json", | 13 "resources/no_provider.json", |
| 14 "resources/no_sinks.json", |
| 15 "resources/no_supported_sinks.json", |
| 14 "resources/route_creation_timed_out.json", | 16 "resources/route_creation_timed_out.json", |
| 15 ] | 17 ] |
| 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 | 23 |
| 22 # GYP version: chrome/test/media_router/media_router_tests.gypi: | 24 # GYP version: chrome/test/media_router/media_router_tests.gypi: |
| 23 # media_router_test_extension_files | 25 # media_router_test_extension_files |
| (...skipping 30 matching lines...) Expand all Loading... |
| 54 ] | 56 ] |
| 55 deps = [ | 57 deps = [ |
| 56 ":browser_tests_resource_files", | 58 ":browser_tests_resource_files", |
| 57 "//chrome/browser/media/router:test_support", | 59 "//chrome/browser/media/router:test_support", |
| 58 "//chrome/test:test_support", | 60 "//chrome/test:test_support", |
| 59 "//chrome/test:test_support_ui", | 61 "//chrome/test:test_support_ui", |
| 60 "//skia", | 62 "//skia", |
| 61 "//testing/gtest", | 63 "//testing/gtest", |
| 62 ] | 64 ] |
| 63 } | 65 } |
| OLD | NEW |