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

Side by Side Diff: chrome/test/media_router/media_router_tests.gypi

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 { 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
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 }
OLDNEW
« no previous file with comments | « chrome/test/media_router/media_router_integration_browsertest.cc ('k') | chrome/test/media_router/resources/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698