OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |