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

Unified Diff: chrome/browser/media/router/media_router.gyp

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/browser/extensions/api/api_registration.gyp ('k') | chrome/browser/media/router/media_router.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/media_router.gyp
diff --git a/chrome/browser/media/router/media_router.gyp b/chrome/browser/media/router/media_router.gyp
deleted file mode 100644
index e6d797491bea4ba5b5d426e0c3df8ae955367462..0000000000000000000000000000000000000000
--- a/chrome/browser/media/router/media_router.gyp
+++ /dev/null
@@ -1,96 +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.
-
-{
- 'includes': [
- 'media_router.gypi',
- ],
- 'targets': [
- {
- # GN version: //chrome/browser/media/router:router
- 'target_name': 'media_router',
- 'type': 'static_library',
- 'include_dirs': [
- '<(DEPTH)',
- ],
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/chrome/common_constants.gyp:common_constants',
- '<(DEPTH)/components/components.gyp:keyed_service_content',
- '<(DEPTH)/components/components.gyp:keyed_service_core',
- '<(DEPTH)/content/content.gyp:content_browser',
- '<(DEPTH)/url/url.gyp:url_lib',
- ],
- 'sources': [
- '<@(media_router_sources)',
- ],
- 'conditions': [
- [ 'OS!="android" and OS!="ios"', {
- 'dependencies': [
- # media_router_type_converters.h needs the generated file.
- 'media_router_mojo_gen',
- 'media_router_mojo',
- '<(DEPTH)/extensions/extensions.gyp:extensions_browser',
- ],
- 'sources': [
- '<@(media_router_non_android_sources)',
- ]
- }],
- ]
- },
- {
- # Mojo compiler for the Media Router internal API.
- 'target_name': 'media_router_mojo_gen',
- 'type': 'none',
- 'sources': [
- 'mojo/media_router.mojom',
- ],
- 'includes': [
- '../../../../mojo/mojom_bindings_generator.gypi',
- ],
- 'mojom_typemaps': [
- 'mojo/media_router.typemap',
- ],
- },
- {
- 'target_name': 'media_router_mojo',
- 'type': 'static_library',
- 'dependencies': [
- 'media_router_mojo_gen',
- ],
- 'sources': [
- '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/media/router/mojo/media_router.mojom.cc',
- '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/media/router/mojo/media_router.mojom.h',
- ],
- },
- {
- # GN version: //chrome/browser/media/router:test_support
- 'target_name': 'media_router_test_support',
- 'type': 'static_library',
- 'include_dirs': [
- '<(DEPTH)',
- ],
- 'dependencies': [
- 'media_router',
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/testing/gmock.gyp:gmock',
- ],
- 'sources': [
- '<@(media_router_test_support_sources)',
- ],
- 'conditions': [
- [ 'OS!="android" and OS!="ios"', {
- 'dependencies': [
- 'media_router_mojo',
- 'media_router_mojo_gen',
- '<(DEPTH)/extensions/extensions.gyp:extensions_common',
- ],
- 'sources': [
- '<@(media_router_non_android_test_support_sources)',
- ]
- }],
- ]
- },
- ],
-}
« no previous file with comments | « chrome/browser/extensions/api/api_registration.gyp ('k') | chrome/browser/media/router/media_router.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698