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

Unified Diff: chrome/browser/media/router/BUILD.gn

Issue 2874243003: [mDns] Make DnsSdRegistry a leaky singleton (Closed)
Patch Set: resolve code review comments from Mark 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
Index: chrome/browser/media/router/BUILD.gn
diff --git a/chrome/browser/media/router/BUILD.gn b/chrome/browser/media/router/BUILD.gn
index 983897ecd71fb3619a68af62de5211ac01bbd8ba..14b5095fc38cd2f75afe25553d57e1e35f34f4a1 100644
--- a/chrome/browser/media/router/BUILD.gn
+++ b/chrome/browser/media/router/BUILD.gn
@@ -109,6 +109,8 @@ static_library("test_support") {
"//extensions/common",
]
sources += [
+ "discovery/mdns/mock_dns_sd_registry.cc",
+ "discovery/mdns/mock_dns_sd_registry.h",
"mojo/media_router_mojo_test.cc",
"mojo/media_router_mojo_test.h",
]
« no previous file with comments | « chrome/browser/extensions/api/mdns/mdns_apitest.cc ('k') | chrome/browser/media/router/discovery/mdns/dns_sd_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698