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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("router") { 8 static_library("router") {
9 deps = [ 9 deps = [
10 "//base", 10 "//base",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "test_helper.h", 102 "test_helper.h",
103 ] 103 ]
104 104
105 if (!is_android) { 105 if (!is_android) {
106 deps += [ 106 deps += [
107 "//chrome/common/media_router/mojo:media_router", 107 "//chrome/common/media_router/mojo:media_router",
108 "//chrome/common/media_router/mojo:media_router_test_interfaces", 108 "//chrome/common/media_router/mojo:media_router_test_interfaces",
109 "//extensions/common", 109 "//extensions/common",
110 ] 110 ]
111 sources += [ 111 sources += [
112 "discovery/mdns/mock_dns_sd_registry.cc",
113 "discovery/mdns/mock_dns_sd_registry.h",
112 "mojo/media_router_mojo_test.cc", 114 "mojo/media_router_mojo_test.cc",
113 "mojo/media_router_mojo_test.h", 115 "mojo/media_router_mojo_test.h",
114 ] 116 ]
115 } 117 }
116 } 118 }
OLDNEW
« 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