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

Unified Diff: chrome/browser/chromeos/tether/BUILD.gn

Issue 2819713002: Create TetherService, a TetherAllowed pref, and use DependencyManager for RegisterProfilePrefs call… (Closed)
Patch Set: Create an IsEnabled method on TetherService. Created 3 years, 8 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
« no previous file with comments | « chrome/browser/chromeos/login/session/user_session_manager.cc ('k') | chrome/browser/chromeos/tether/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/tether/BUILD.gn
diff --git a/chrome/browser/chromeos/tether/BUILD.gn b/chrome/browser/chromeos/tether/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..0c75eefb6abb5e4c4608107caddb24e0294ca326
--- /dev/null
+++ b/chrome/browser/chromeos/tether/BUILD.gn
@@ -0,0 +1,17 @@
+# 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("tether") {
+ sources = [
+ "tether_service.cc",
+ "tether_service.h",
+ "tether_service_factory.cc",
+ "tether_service_factory.h",
+ ]
+
+ deps = [
+ "//base",
+ "//components/prefs",
+ ]
+}
« no previous file with comments | « chrome/browser/chromeos/login/session/user_session_manager.cc ('k') | chrome/browser/chromeos/tether/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698