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.
11 # GN version: //chrome/browser/media/router:router
12 'target_name': 'media_router',
13 'type': 'static_library',
16 '<(DEPTH)/third_party/mojo/src',
19 # media_router_type_converters.h needs the generated file.
20 'media_router_mojo_gen',
22 '<(DEPTH)/base/base.gyp:base',
23 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
24 '<(DEPTH)/components/components.gyp:keyed_service_content',
25 '<(DEPTH)/components/components.gyp:keyed_service_core',
26 '<(DEPTH)/extensions/extensions.gyp:extensions_browser',
27 '<(DEPTH)/skia/skia.gyp:skia',
28 '<(DEPTH)/url/url.gyp:url_lib',
31 '<@(media_router_sources)',
35 # Mojo compiler for the Media Router internal API.
36 'target_name': 'media_router_mojo_gen',
42 '../../../../third_party/mojo/mojom_bindings_generator.gypi',
46 'target_name': 'media_router_mojo',
47 'type': 'static_library',
49 '<(DEPTH)/third_party/mojo/src',
52 'media_router_mojo_gen',
55 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/media/router/media_router.mojom.cc',
56 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/media/router/media_router.mojom.h',
60 # GN version: //chrome/browser/media/router:test_support
61 'target_name': 'media_router_test_support',
62 'type': 'static_library',
65 '<(DEPTH)/third_party/mojo/src',
70 '<(DEPTH)/base/base.gyp:base',
71 '<(DEPTH)/testing/gmock.gyp:gmock',
74 '<@(media_router_test_support_sources)',