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

Side by Side Diff: chrome/common/media_router/BUILD.gn

Issue 2701633002: [Media Router] Add DialMediaSinkService and DeviceDescriptionService (Closed)
Patch Set: fix chromeos compile error Created 3 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 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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 static_library("router") { 5 static_library("router") {
6 public_deps = [ 6 public_deps = [
7 "mojo:media_controller", 7 "mojo:media_controller",
8 "//base:base", 8 "//base:base",
9 "//base:i18n", 9 "//base:i18n",
10 "//net:net", 10 "//net:net",
11 "//third_party/icu", 11 "//third_party/icu",
12 "//url:url", 12 "//url:url",
13 ] 13 ]
14 14
15 sources = [ 15 sources = [
16 "discovery/media_sink_internal.cc", 16 "discovery/media_sink_internal.cc",
17 "discovery/media_sink_internal.h", 17 "discovery/media_sink_internal.h",
18 "discovery/media_sink_service.cc",
19 "discovery/media_sink_service.h",
18 "issue.cc", 20 "issue.cc",
19 "issue.h", 21 "issue.h",
20 "media_route.cc", 22 "media_route.cc",
21 "media_route.h", 23 "media_route.h",
22 "media_sink.cc", 24 "media_sink.cc",
23 "media_sink.h", 25 "media_sink.h",
24 "media_source.cc", 26 "media_source.cc",
25 "media_source.h", 27 "media_source.h",
26 "media_source_helper.cc", 28 "media_source_helper.cc",
27 "media_source_helper.h", 29 "media_source_helper.h",
28 "media_status.cc", 30 "media_status.cc",
29 "media_status.h", 31 "media_status.h",
30 "route_message.cc", 32 "route_message.cc",
31 "route_message.h", 33 "route_message.h",
32 "route_request_result.cc", 34 "route_request_result.cc",
33 "route_request_result.h", 35 "route_request_result.h",
34 ] 36 ]
35 37
36 if (!is_android) { 38 if (!is_android) {
37 public_deps += [ "mojo:media_router" ] 39 public_deps += [ "mojo:media_router" ]
38 } 40 }
39 } 41 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/media_sink_service.cc ('k') | chrome/common/media_router/discovery/media_sink_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698