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

Unified Diff: chrome/browser/chromeos/login/DEPS

Issue 542623002: Minimal support for OOBE/login for chrome-athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments resolved 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/chromeos/login/DEPS
diff --git a/chrome/browser/chromeos/login/DEPS b/chrome/browser/chromeos/login/DEPS
index 5dbb2bb66416f43c8862d853ce0b7a69b6b96c9a..a2cdfdb71916923cd324eee5feda6dba23859ca1 100644
--- a/chrome/browser/chromeos/login/DEPS
+++ b/chrome/browser/chromeos/login/DEPS
@@ -1,8 +1,12 @@
include_rules = [
+ "+athena/common",
+ "+athena/extensions/public",
+ "+athena/main/public",
+ "+athena/screen/public",
+
oshima 2014/09/09 06:32:50 remove new line
Dmitry Polukhin 2014/09/10 20:30:23 Done.
"+components/captive_portal",
"+components/user_manager",
# Library used for calculating CRC-32 needed for HWID verification.
"+third_party/zlib",
]
-

Powered by Google App Engine
This is Rietveld 408576698