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

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

Issue 2662393005: [Media Router] (device discovery) Create MediaSinkService interface (Closed)
Patch Set: resolve code review comments from Derek Created 3 years, 10 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 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 23 matching lines...) Expand all
34 "media_router_dialog_controller.cc", 34 "media_router_dialog_controller.cc",
35 "media_router_dialog_controller.h", 35 "media_router_dialog_controller.h",
36 "media_router_factory.cc", 36 "media_router_factory.cc",
37 "media_router_factory.h", 37 "media_router_factory.h",
38 "media_router_metrics.cc", 38 "media_router_metrics.cc",
39 "media_router_metrics.h", 39 "media_router_metrics.h",
40 "media_routes_observer.cc", 40 "media_routes_observer.cc",
41 "media_routes_observer.h", 41 "media_routes_observer.h",
42 "media_sink.cc", 42 "media_sink.cc",
43 "media_sink.h", 43 "media_sink.h",
44 "media_sink_service.h",
44 "media_sinks_observer.cc", 45 "media_sinks_observer.cc",
45 "media_sinks_observer.h", 46 "media_sinks_observer.h",
46 "media_source.cc", 47 "media_source.cc",
47 "media_source.h", 48 "media_source.h",
48 "media_source_helper.cc", 49 "media_source_helper.cc",
49 "media_source_helper.h", 50 "media_source_helper.h",
50 "offscreen_presentation_manager.cc", 51 "offscreen_presentation_manager.cc",
51 "offscreen_presentation_manager.h", 52 "offscreen_presentation_manager.h",
52 "offscreen_presentation_manager_factory.cc", 53 "offscreen_presentation_manager_factory.cc",
53 "offscreen_presentation_manager_factory.h", 54 "offscreen_presentation_manager_factory.h",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 deps += [ 126 deps += [
126 ":mojo_bindings", 127 ":mojo_bindings",
127 "//extensions/common", 128 "//extensions/common",
128 ] 129 ]
129 sources += [ 130 sources += [
130 "mojo/media_router_mojo_test.cc", 131 "mojo/media_router_mojo_test.cc",
131 "mojo/media_router_mojo_test.h", 132 "mojo/media_router_mojo_test.h",
132 ] 133 ]
133 } 134 }
134 } 135 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/media/router/media_sink_service.h » ('j') | chrome/browser/media/router/media_sink_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698