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

Side by Side Diff: chrome/browser/media/router/discovery/BUILD.gn

Issue 2756483007: [Device Discovery] Move files from browser/extensions/api/dial to browser/media/router/discovery/di… (Closed)
Patch Set: resolve code review comments from Devlin Created 3 years, 9 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
(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 #
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 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/BUILD.gn ('k') | chrome/browser/media/router/discovery/dial/device_description_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698