[sql] Remove _HAS_EXCEPTIONS=0 from build info.
[chromium-blink-merge.git] / chrome / test / media_router / media_router_tests.gypi
blob60a55e45d69ff2426e71a83a0869deb98fea247b
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/no_provider.html',
13       'resources/no_provider.json',
14     ],
15   }, # end of variables
16   'targets': [
17     {
18       'target_name': 'media_router_integration_test_files',
19       'type': 'none',
20       'variables': {
21         'output_dir': '<(PRODUCT_DIR)/media_router/browser_test_resources',
22         'resource_files': [
23           '<@(media_router_integration_test_resources)',
24         ]
25       },
26       'copies': [
27         {
28           'destination': '<(output_dir)',
29           'files': [
30             '<@(resource_files)',
31           ],
32         },
33       ],
34     },  # end of target 'media_router_integration_test_files'
35   ],  # end of targets