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

Unified Diff: chrome/browser/BUILD.gn

Issue 2819713002: Create TetherService, a TetherAllowed pref, and use DependencyManager for RegisterProfilePrefs call… (Closed)
Patch Set: Do not explicitly call on TetherService::Shutdown() from UserSessionManager. 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 cda77e2c4d0a884b4fe3fa9842735e571fca09bc..832a6189905f792fea2e5201e9304bb41e702a98 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3575,6 +3575,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",
Lei Zhang 2017/04/19 19:13:17 Is this going to build on Windows/Mac/Linux too? Y
Ryan Hansberry 2017/04/20 17:22:32 This is only intended to run on ChromeOS.
Lei Zhang 2017/04/20 19:17:14 So why is not in a ChromeOS only source list? (see
Lei Zhang 2017/04/20 19:24:30 Another question - is this ever going to be used o
Ryan Hansberry 2017/04/20 22:08:09 I've moved these under a is_chromeos source list.
Lei Zhang 2017/04/20 22:11:43 Why not just rename the file so it is immediately
Ryan Hansberry 2017/04/20 22:26:45 What's the preferred situation: 1) Place tether_s
+ "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