Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2017 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 # | |
|
imcheng
2017/03/21 23:15:16
Remove extra #
| |
| 5 | |
| 6 static_library("discovery") { | |
| 7 deps = [ | |
| 8 "//base", | |
| 9 "//chrome/common:constants", | |
| 10 "//content/public/browser", | |
| 11 "//content/public/common", | |
| 12 ] | |
| 13 sources = [ | |
| 14 "dial/device_description_fetcher.cc", | |
| 15 "dial/device_description_fetcher.h ", | |
| 16 "dial/dial_device_data.cc", | |
| 17 "dial/dial_device_data.h", | |
| 18 "dial/dial_registry.cc", | |
| 19 "dial/dial_registry.h", | |
| 20 "dial/dial_service.cc", | |
| 21 "dial/dial_service.h", | |
| 22 ] | |
| 23 } | |
| OLD | NEW |