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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 9c7ccd57cbe4e8c08940339c5788dd31f782d043..f348a8528b1cc0b756d85a9b5ea92a6b7e9d88ce 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -1130,12 +1130,6 @@ static_library("extensions") {
if (enable_service_discovery) {
sources += [
- "api/mdns/dns_sd_delegate.cc",
- "api/mdns/dns_sd_delegate.h",
- "api/mdns/dns_sd_device_lister.cc",
- "api/mdns/dns_sd_device_lister.h",
- "api/mdns/dns_sd_registry.cc",
- "api/mdns/dns_sd_registry.h",
"api/mdns/mdns_api.cc",
"api/mdns/mdns_api.h",
]
« 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