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

Side by Side Diff: chrome/browser/extensions/BUILD.gn

Issue 2876703002: [mDns] Move dns_sd_registry from extension/api/mdns to media/router/discovery/mdns (Closed)
Patch Set: rebase with master 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/mdns/dns_sd_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//rlz/features/features.gni") 10 import("//rlz/features/features.gni")
(...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 "api/launcher_page/launcher_page_api.h", 1123 "api/launcher_page/launcher_page_api.h",
1124 ] 1124 ]
1125 } 1125 }
1126 1126
1127 if (enable_hotwording) { 1127 if (enable_hotwording) {
1128 defines += [ "ENABLE_HOTWORDING" ] 1128 defines += [ "ENABLE_HOTWORDING" ]
1129 } 1129 }
1130 1130
1131 if (enable_service_discovery) { 1131 if (enable_service_discovery) {
1132 sources += [ 1132 sources += [
1133 "api/mdns/dns_sd_delegate.cc",
1134 "api/mdns/dns_sd_delegate.h",
1135 "api/mdns/dns_sd_device_lister.cc",
1136 "api/mdns/dns_sd_device_lister.h",
1137 "api/mdns/dns_sd_registry.cc",
1138 "api/mdns/dns_sd_registry.h",
1139 "api/mdns/mdns_api.cc", 1133 "api/mdns/mdns_api.cc",
1140 "api/mdns/mdns_api.h", 1134 "api/mdns/mdns_api.h",
1141 ] 1135 ]
1142 } 1136 }
1143 1137
1144 if (enable_rlz_support) { 1138 if (enable_rlz_support) {
1145 deps += [ "//rlz:rlz_lib" ] 1139 deps += [ "//rlz:rlz_lib" ]
1146 } 1140 }
1147 1141
1148 if (enable_webrtc) { 1142 if (enable_webrtc) {
(...skipping 30 matching lines...) Expand all
1179 "api/braille_display_private/brlapi_connection.cc", 1173 "api/braille_display_private/brlapi_connection.cc",
1180 "api/braille_display_private/brlapi_connection.h", 1174 "api/braille_display_private/brlapi_connection.h",
1181 "api/braille_display_private/brlapi_keycode_map.cc", 1175 "api/braille_display_private/brlapi_keycode_map.cc",
1182 "api/braille_display_private/brlapi_keycode_map.h", 1176 "api/braille_display_private/brlapi_keycode_map.h",
1183 ] 1177 ]
1184 deps += [ "//build/linux/libbrlapi" ] 1178 deps += [ "//build/linux/libbrlapi" ]
1185 } else { 1179 } else {
1186 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1180 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1187 } 1181 }
1188 } 1182 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/mdns/dns_sd_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698