| Index: chrome/test/media_router/media_router_tests.gypi
|
| diff --git a/chrome/test/media_router/media_router_tests.gypi b/chrome/test/media_router/media_router_tests.gypi
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c46a9e8171e374fb7a0017e687305c20f592ee21
|
| --- /dev/null
|
| +++ b/chrome/test/media_router/media_router_tests.gypi
|
| @@ -0,0 +1,32 @@
|
| +# Copyright 2015 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +{
|
| + 'variables': {
|
| + 'media_router_integration_test_resources': [
|
| + 'resources/basic_test.html',
|
| + 'resources/common.js'
|
| + ],
|
| + }, # end of variables
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'media_router_integration_test_files',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'output_dir': '<(PRODUCT_DIR)/media_router/browser_test_resources',
|
| + 'resource_files': [
|
| + '<@(media_router_integration_test_resources)',
|
| + ]
|
| + },
|
| + 'copies': [
|
| + {
|
| + 'destination': '<(output_dir)',
|
| + 'files': [
|
| + '<@(resource_files)',
|
| + ],
|
| + },
|
| + ],
|
| + }, # end of target 'media_router_integration_test_files'
|
| + ], # end of targets
|
| +}
|
|
|