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

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: mac4 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..4c7816476479cd0534ce9255bf4dbf1d909734a0 100644
--- a/chrome/utility/DEPS
+++ b/chrome/utility/DEPS
@@ -1,9 +1,15 @@
include_rules = [
# For out of process profile import. This code needs to be factored out to
# chrome/common.
- "+chrome/browser/importer",
"+chrome/common/local_discovery",
"+content/public/child",
"+content/public/utility",
"+webkit/glue",
+
+ # For generated headers.
+ "+grit",
+ "+skia",
+
+ # Should not be using browser code.
+ "-chrome/browser",
]

Powered by Google App Engine
This is Rietveld 408576698