Update CrOS OOBE throbber to MD throbber; delete old asset
[chromium-blink-merge.git] / chrome / test / media_router / media_router_tests.gypi
blobc1211c49edbec838fba1408930357c7773b8918d
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
3 # found in the LICENSE file.
6   'variables': {
7     'media_router_integration_test_resources': [
8       'resources/basic_test.html',
9       'resources/common.js',
10       'resources/fail_create_route.html',
11       'resources/fail_create_route.json',
12       'resources/fail_join_session.html',
13       'resources/fail_join_session.json',
14       'resources/no_provider.html',
15       'resources/no_provider.json',
16     ],
17   }, # end of variables
18   'targets': [
19     {
20       'target_name': 'media_router_integration_test_files',
21       'type': 'none',
22       'variables': {
23         'output_dir': '<(PRODUCT_DIR)/media_router/browser_test_resources',
24         'resource_files': [
25           '<@(media_router_integration_test_resources)',
26         ]
27       },
28       'copies': [
29         {
30           'destination': '<(output_dir)',
31           'files': [
32             '<@(resource_files)',
33           ],
34         },
35       ],
36     },  # end of target 'media_router_integration_test_files'
37   ],  # end of targets