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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/media/router/discovery/BUILD.gn
diff --git a/chrome/browser/media/router/discovery/BUILD.gn b/chrome/browser/media/router/discovery/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..f73865526f6a3d7ccefc050350a5ca4a4a9b9fd5
--- /dev/null
+++ b/chrome/browser/media/router/discovery/BUILD.gn
@@ -0,0 +1,23 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+#
+
+static_library("discovery") {
+ deps = [
+ "//base",
+ "//chrome/common:constants",
+ "//content/public/browser",
+ "//content/public/common",
+ ]
+ sources = [
+ "dial/device_description_fetcher.cc",
+ "dial/device_description_fetcher.h ",
+ "dial/dial_device_data.cc",
+ "dial/dial_device_data.h",
+ "dial/dial_registry.cc",
+ "dial/dial_registry.h",
+ "dial/dial_service.cc",
+ "dial/dial_service.h",
+ ]
+}
« 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