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

Unified Diff: components/autofill/content/common/DEPS

Issue 108283005: Moved ipc-specific files from autofill/core to autofill/content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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: components/autofill/content/common/DEPS
diff --git a/components/autofill/core/DEPS b/components/autofill/content/common/DEPS
similarity index 57%
copy from components/autofill/core/DEPS
copy to components/autofill/content/common/DEPS
index 14d2f7be5c85c1a462573576963460a3b997f0ec..5ba43bd6db127d6d94edaede89e0541705348c7b 100644
--- a/components/autofill/core/DEPS
+++ b/components/autofill/content/common/DEPS
@@ -1,12 +1,6 @@
include_rules = [
"!content/public/common/common_param_traits.h",
blundell 2013/12/11 13:32:53 These can now be +'s instead of !'s and the TODO(b
jeanfrancois 2013/12/11 15:01:19 Done.
- # TODO(joi): Perhaps PrefRegistrySyncable should be a separate
- # component since it is currently in the same component as
- # UserPrefs, which uses content::BrowserContext.
- "+components/user_prefs/pref_registry_syncable.h",
- "+components/webdata/encryptor",
-
# TODO(blundell): Bring this list to zero.
#
# Do not add to the list of temporarily-allowed dependencies below,

Powered by Google App Engine
This is Rietveld 408576698