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

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: 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/content/common/DEPS
diff --git a/components/autofill/content/common/DEPS b/components/autofill/content/common/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..907c0f1bcb8fbd72cc8b801f361fcaabd7692b5b
--- /dev/null
+++ b/components/autofill/content/common/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "+content/public/common/common_param_traits.h",
blundell 2013/12/11 15:42:06 nit: You can cut these off at the level of the inn
jif-google 2013/12/12 09:54:00 Done.
+ "+content/public/common/common_param_traits_macros.h",
+ "+third_party/WebKit/public/web/WebFormElement.h",
+]

Powered by Google App Engine
This is Rietveld 408576698