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

Unified Diff: chrome/test/media_router/media_router_tests.gypi

Issue 2321703002: Remove all gyp[i] files in //chrome (Closed)
Patch Set: merge Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/media_router/e2e_tests.gyp ('k') | chrome/test/mini_installer/test_installer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100644
index 1e3d691498228607de5f851b449e0da6ac870394..0000000000000000000000000000000000000000
--- a/chrome/test/media_router/media_router_tests.gypi
+++ /dev/null
@@ -1,62 +0,0 @@
-# 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/close_route_with_error_on_send.json',
- 'resources/common.js',
- 'resources/fail_create_route.json',
- 'resources/fail_reconnect_session.html',
- 'resources/fail_reconnect_session.json',
- 'resources/no_provider.json',
- 'resources/no_sinks.json',
- 'resources/no_supported_sinks.json',
- 'resources/route_creation_timed_out.json',
- ],
- 'media_router_test_extension_resources': [
- 'telemetry/extension/manifest.json',
- 'telemetry/extension/script.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'
- {
- 'target_name': 'media_router_test_extension_files',
- 'type': 'none',
- 'variables': {
- 'output_dir': '<(PRODUCT_DIR)/media_router/test_extension',
- 'resource_files': [
- '<@(media_router_test_extension_resources)',
- ]
- },
- 'copies': [
- {
- 'destination': '<(output_dir)',
- 'files': [
- '<@(resource_files)',
- ],
- },
- ],
- }, # end of target 'media_router_test_extension_files'
- ], # end of targets
-}
« no previous file with comments | « chrome/test/media_router/e2e_tests.gyp ('k') | chrome/test/mini_installer/test_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698