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

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: Review fixes. 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..02a756fa0c229ee119f3ba78721b76f709acb665 100644
--- a/components/autofill/DEPS
+++ b/components/autofill/DEPS
@@ -4,6 +4,7 @@ include_rules = [
"+jni",
"+net",
"+ui",
+ "-ipc",
blundell 2013/12/11 15:42:06 Put this under the "layered component" comment (in
jif-google 2013/12/12 09:54:00 Done.
# Autofill is a layered component; subdirectories must explicitly introduce
# the ability to use the content layer as appropriate.
"-components/autofill/content",

Powered by Google App Engine
This is Rietveld 408576698