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

Unified Diff: components/arc/net/DEPS

Issue 2756443003: arc: Update device owner check implementation (Closed)
Patch Set: Update deps order, commit message and add comments 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
« no previous file with comments | « no previous file | components/arc/net/arc_net_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/net/DEPS
diff --git a/components/arc/net/DEPS b/components/arc/net/DEPS
index 5e505cc417b78164f2c1e2a3b0db1a84dab518aa..22223e34c41e5a7c325cf2ad5b3c1d60ae287afd 100644
--- a/components/arc/net/DEPS
+++ b/components/arc/net/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "+chrome/browser/chromeos/login/users",
Luis Héctor Chávez 2017/03/16 19:23:38 eek, this is not allowed D: (as indicated by the p
xiyuan 2017/03/16 19:29:21 Right, components could not depend on chrome. Miss
abhishekbh 2017/03/16 20:57:09 Done.
"+chromeos/login",
"+chromeos/network",
"+components/onc",
« no previous file with comments | « no previous file | components/arc/net/arc_net_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698