Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Side by Side Diff: chrome/test/media_router/BUILD.gn

Issue 2108973002: [Media Router] Return NotFoundError on dialog exit if appropriate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments, add no-sinks integration test, update test data json format Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698