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

Unified Diff: chrome/browser/supervised_user/DEPS

Issue 597423002: Device info datatype should be moved to components/sync_driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated BUILD.gn for sync_driver Created 6 years, 3 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/supervised_user/DEPS
diff --git a/chrome/browser/supervised_user/DEPS b/chrome/browser/supervised_user/DEPS
index e2928d96f1d43516ba947c1d56913078e9010975..5e51f610018c67f81b8f47456cf6ed52c0b494f5 100644
--- a/chrome/browser/supervised_user/DEPS
+++ b/chrome/browser/supervised_user/DEPS
@@ -1,3 +1,5 @@
include_rules = [
"+components/user_manager",
+"+content/public/browser",
Bernhard Bauer 2014/09/25 08:48:24 This rule already exists in chrome/browser/DEPS.
stanisc 2014/09/25 18:58:35 Done.
+"+sync/util/get_session_name.h"
Bernhard Bauer 2014/09/25 08:48:24 Is there a plan to remove this dependency later? I
stanisc 2014/09/25 18:58:35 OK. I've reverted changes in this file and moved s
]

Powered by Google App Engine
This is Rietveld 408576698