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

Unified Diff: chrome/browser/BUILD.gn

Issue 2819713002: Create TetherService, a TetherAllowed pref, and use DependencyManager for RegisterProfilePrefs call… (Closed)
Patch Set: 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 164d131a4ad2955272d11a010048431deb2093a5..a1c16de09f8d1e5291b49bc30b55ca78ad664efa 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3570,6 +3570,10 @@ split_static_library("browser") {
"task_manager/task_manager_interface.h",
"task_manager/task_manager_observer.cc",
"task_manager/task_manager_observer.h",
+ "tether/tether_service.cc",
+ "tether/tether_service.h",
+ "tether/tether_service_factory.cc",
+ "tether/tether_service_factory.h",
"themes/browser_theme_pack.cc",
"themes/browser_theme_pack.h",
"themes/custom_theme_supplier.cc",

Powered by Google App Engine
This is Rietveld 408576698