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

Side by Side Diff: chrome/browser/media/router/media_router.gyp

Issue 1055403006: Upstreaming review for Media Router Mojo interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate latest changes to MR API. Created 5 years, 7 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'media_router', 8 'target_name': 'media_router',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
11 '<(DEPTH)', 11 '<(DEPTH)',
12 '<(DEPTH)/third_party/mojo/src',
12 ], 13 ],
13 'dependencies': [ 14 'dependencies': [
14 ':media_router_mojo', 15 ':media_router_mojo',
15 '<(DEPTH)/base/base.gyp:base', 16 '<(DEPTH)/base/base.gyp:base',
16 '<(DEPTH)/url/url.gyp:url_lib', 17 '<(DEPTH)/url/url.gyp:url_lib',
17 ], 18 ],
18 'sources': [ 19 'sources': [
19 'issue.cc', 20 'issue.cc',
20 'issue.h', 21 'issue.h',
21 'issue_manager.cc', 22 'issue_manager.cc',
22 'issue_manager.h', 23 'issue_manager.h',
23 'issue_observer.h', 24 'issues_observer.h',
24 'media_route.cc', 25 'media_route.cc',
25 'media_route.h', 26 'media_route.h',
26 'media_route_id.h', 27 'media_route_id.h',
27 'media_router.h', 28 'media_router.h',
28 'media_router_impl.cc', 29 'media_router_impl.cc',
29 'media_router_impl.h', 30 'media_router_impl.h',
30 'media_router_impl_factory.cc', 31 'media_router_impl_factory.cc',
31 'media_router_impl_factory.h', 32 'media_router_impl_factory.h',
33 'media_router_mojo_impl.cc',
34 'media_router_mojo_impl.h',
35 'media_router_mojo_impl_factory.cc',
36 'media_router_mojo_impl_factory.h',
37 'media_router_type_converters.cc',
38 'media_router_type_converters.h',
32 'media_routes_observer.cc', 39 'media_routes_observer.cc',
33 'media_routes_observer.h', 40 'media_routes_observer.h',
34 'media_sink.cc', 41 'media_sink.cc',
35 'media_sink.h', 42 'media_sink.h',
36 'media_sinks_observer.cc', 43 'media_sinks_observer.cc',
37 'media_sinks_observer.h', 44 'media_sinks_observer.h',
38 'media_source.cc', 45 'media_source.cc',
39 'media_source.h', 46 'media_source.h',
40 'media_source_helper.cc', 47 'media_source_helper.cc',
41 'media_source_helper.h', 48 'media_source_helper.h',
42 'route_id_manager.cc', 49 'route_id_manager.cc',
43 'route_id_manager.h', 50 'route_id_manager.h',
44 ], 51 ],
45 }, 52 },
46 { 53 {
47 # Mojo bindings for the Media Router internal API. 54 # Mojo bindings for the Media Router internal API.
48 'target_name': 'media_router_mojo_gen', 55 'target_name': 'media_router_mojo_gen',
49 'type': 'none', 56 'type': 'none',
50 'sources': [ 57 'sources': [
51 'media_router.mojom', 58 'media_router.mojom',
52 ], 59 ],
53 'includes': [ 60 'includes': [
54 '../../../../third_party/mojo/mojom_bindings_generator.gypi', 61 '../../../../third_party/mojo/mojom_bindings_generator.gypi',
55 ], 62 ],
56 }, 63 },
57 { 64 {
58 'target_name': 'media_router_mojo', 65 'target_name': 'media_router_mojo',
59 'type': 'static_library', 66 'type': 'static_library',
60 'include_dirs': [ 67 'include_dirs': [
68 '<(DEPTH)',
61 '<(DEPTH)/third_party/mojo/src', 69 '<(DEPTH)/third_party/mojo/src',
62 ], 70 ],
63 'dependencies': [ 71 'dependencies': [
64 'media_router_mojo_gen', 72 ':media_router_mojo_gen',
65 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', 73 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib',
66 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', 74 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
67 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 75 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
68 ], 76 ],
69 'sources': [ 77 'sources': [
70 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/media/router/media_router.moj om.cc', 78 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/media/router/media_router.moj om.cc',
71 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/media/router/media_router.moj om.h', 79 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/media/router/media_router.moj om.h',
72 ], 80 ],
73 }, 81 },
74 ], 82 ],
75 } 83 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/media_router.h ('k') | chrome/browser/media/router/media_router_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698