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

Unified Diff: components/autofill/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: "Final" fix. 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/DEPS
diff --git a/components/autofill/DEPS b/components/autofill/DEPS
index 02b4339b90535d0c2db940f317625af14ccad1f7..9c568890eef2cfe451f267e84135bad5ea390b45 100644
--- a/components/autofill/DEPS
+++ b/components/autofill/DEPS
@@ -7,8 +7,6 @@ include_rules = [
# Autofill is a layered component; subdirectories must explicitly introduce
# the ability to use the content layer as appropriate.
"-components/autofill/content",
- # TODO(blundell): This subtraction can be eliminated once crbug.com/314560 is
- # fixed.
- "-components/user_prefs/user_prefs.h",
"-content/public/common",
+ "-ipc",
]

Powered by Google App Engine
This is Rietveld 408576698