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

Unified Diff: chrome/utility/DEPS

Issue 18501013: Move most importer code to chrome/utility/importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CanImport Created 7 years, 5 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/utility/DEPS
diff --git a/chrome/utility/DEPS b/chrome/utility/DEPS
index 50c03d02ac2a664cef8841bacca3d11589a8fade..b7990b15641c09e7eb872a8c9f6f70d9bd6cb2e0 100644
--- a/chrome/utility/DEPS
+++ b/chrome/utility/DEPS
@@ -1,9 +1,16 @@
include_rules = [
# For out of process profile import. This code needs to be factored out to
gab 2013/07/10 13:40:44 This comment can be removed as it was directed at
scottmg 2013/07/15 16:06:01 Done.
# chrome/common.
- "+chrome/browser/importer",
"+chrome/common/local_discovery",
gab 2013/07/10 13:40:44 Add "+chrome/common/importer" too?
gab 2013/07/10 13:53:21 Actually chrome/DEPS seems to always allow anythin
scottmg 2013/07/15 16:06:01 Done.
"+content/public/child",
"+content/public/utility",
"+webkit/glue",
+
+ # For generated headers.
+ "+grit",
+
+ "+skia/ext",
+
+ # Should not be using browser code.
+ "-chrome/browser",
]

Powered by Google App Engine
This is Rietveld 408576698