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

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

Issue 2837363002: [Media Router] Use DialMediaSinkService in MediaRouterMojoImpl (Closed)
Patch Set: resolve code review comments from Derek 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 5
6 static_library("discovery") { 6 static_library("discovery") {
7 inputs = [ 7 inputs = [
8 "$root_gen_dir/chrome/grit/generated_resources.h", 8 "$root_gen_dir/chrome/grit/generated_resources.h",
9 ] 9 ]
10 deps = [ 10 deps = [
11 "//base", 11 "//base",
12 "//base:i18n", 12 "//base:i18n",
13 "//chrome/app:generated_resources", 13 "//chrome/app:generated_resources",
14 "//chrome/common:constants", 14 "//chrome/common:constants",
15 "//content/public/browser", 15 "//content/public/browser",
16 "//content/public/common", 16 "//content/public/common",
17 ] 17 ]
18 sources = [ 18 sources = [
19 "dial/device_description_fetcher.cc", 19 "dial/device_description_fetcher.cc",
20 "dial/device_description_fetcher.h", 20 "dial/device_description_fetcher.h",
21 "dial/device_description_service.cc", 21 "dial/device_description_service.cc",
22 "dial/device_description_service.h", 22 "dial/device_description_service.h",
23 "dial/dial_device_data.cc", 23 "dial/dial_device_data.cc",
24 "dial/dial_device_data.h", 24 "dial/dial_device_data.h",
25 "dial/dial_media_sink_service_impl.cc", 25 "dial/dial_media_sink_service_impl.cc",
26 "dial/dial_media_sink_service_impl.h", 26 "dial/dial_media_sink_service_impl.h",
27 "dial/dial_media_sink_service_proxy.cc",
28 "dial/dial_media_sink_service_proxy.h",
27 "dial/dial_registry.cc", 29 "dial/dial_registry.cc",
28 "dial/dial_registry.h", 30 "dial/dial_registry.h",
29 "dial/dial_service.cc", 31 "dial/dial_service.cc",
30 "dial/dial_service.h", 32 "dial/dial_service.h",
31 "dial/parsed_dial_device_description.cc", 33 "dial/parsed_dial_device_description.cc",
32 "dial/parsed_dial_device_description.h", 34 "dial/parsed_dial_device_description.h",
33 "dial/safe_dial_device_description_parser.cc", 35 "dial/safe_dial_device_description_parser.cc",
34 "dial/safe_dial_device_description_parser.h", 36 "dial/safe_dial_device_description_parser.h",
35 "mdns/dns_sd_delegate.cc", 37 "mdns/dns_sd_delegate.cc",
36 "mdns/dns_sd_delegate.h", 38 "mdns/dns_sd_delegate.h",
37 "mdns/dns_sd_device_lister.cc", 39 "mdns/dns_sd_device_lister.cc",
38 "mdns/dns_sd_device_lister.h", 40 "mdns/dns_sd_device_lister.h",
39 "mdns/dns_sd_registry.cc", 41 "mdns/dns_sd_registry.cc",
40 "mdns/dns_sd_registry.h", 42 "mdns/dns_sd_registry.h",
41 "media_sink_service_base.cc", 43 "media_sink_service_base.cc",
42 "media_sink_service_base.h", 44 "media_sink_service_base.h",
43 ] 45 ]
44 } 46 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698