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

Side by Side Diff: chrome/browser/media/router/BUILD.gn

Issue 2379703002: [Presentation API] (alternative) 1-UA: send message between controller and receiver page (Closed)
Patch Set: merge with master Created 4 years, 1 month 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 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 static_library("router") { 9 static_library("router") {
10 deps = [ 10 deps = [
(...skipping 28 matching lines...) Expand all
39 "media_routes_observer.cc", 39 "media_routes_observer.cc",
40 "media_routes_observer.h", 40 "media_routes_observer.h",
41 "media_sink.cc", 41 "media_sink.cc",
42 "media_sink.h", 42 "media_sink.h",
43 "media_sinks_observer.cc", 43 "media_sinks_observer.cc",
44 "media_sinks_observer.h", 44 "media_sinks_observer.h",
45 "media_source.cc", 45 "media_source.cc",
46 "media_source.h", 46 "media_source.h",
47 "media_source_helper.cc", 47 "media_source_helper.cc",
48 "media_source_helper.h", 48 "media_source_helper.h",
49 "offscreen_presentation_manager.cc",
50 "offscreen_presentation_manager.h",
51 "offscreen_presentation_manager_factory.cc",
52 "offscreen_presentation_manager_factory.h",
49 "presentation_media_sinks_observer.cc", 53 "presentation_media_sinks_observer.cc",
50 "presentation_media_sinks_observer.h", 54 "presentation_media_sinks_observer.h",
51 "presentation_request.cc", 55 "presentation_request.cc",
52 "presentation_request.h", 56 "presentation_request.h",
53 "presentation_service_delegate_impl.cc", 57 "presentation_service_delegate_impl.cc",
54 "presentation_service_delegate_impl.h", 58 "presentation_service_delegate_impl.h",
59 "receiver_presentation_service_delegate_impl.cc",
60 "receiver_presentation_service_delegate_impl.h",
55 "render_frame_host_id.h", 61 "render_frame_host_id.h",
56 "route_message.cc", 62 "route_message.cc",
57 "route_message.h", 63 "route_message.h",
58 "route_message_observer.cc", 64 "route_message_observer.cc",
59 "route_message_observer.h", 65 "route_message_observer.h",
60 "route_request_result.cc", 66 "route_request_result.cc",
61 "route_request_result.h", 67 "route_request_result.h",
62 ] 68 ]
63 69
64 if (!is_android) { 70 if (!is_android) {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 deps += [ 122 deps += [
117 ":mojo_bindings", 123 ":mojo_bindings",
118 "//extensions/common", 124 "//extensions/common",
119 ] 125 ]
120 sources += [ 126 sources += [
121 "mojo/media_router_mojo_test.cc", 127 "mojo/media_router_mojo_test.cc",
122 "mojo/media_router_mojo_test.h", 128 "mojo/media_router_mojo_test.h",
123 ] 129 ]
124 } 130 }
125 } 131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698