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

Unified Diff: components/autofill/core/DEPS

Issue 16879006: In components/autofill, move common/ to core/common/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflict Created 7 years, 6 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: components/autofill/core/DEPS
diff --git a/components/autofill/core/DEPS b/components/autofill/core/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..7b5d601be4a8cdd122148a59e0eb3d6ea2a8ea87
--- /dev/null
+++ b/components/autofill/core/DEPS
@@ -0,0 +1,11 @@
+include_rules = [
+ # TODO(blundell): Bring this list to zero.
+ #
+ # Do not add to the list of temporarily-allowed dependencies below,
+ # and please do not introduce more #includes of these files.
+ "!content/public/common/common_param_traits.h",
+ "!content/public/common/common_param_traits_macros.h",
+ "!content/public/common/password_form.h",
+ "!content/public/common/ssl_status.h",
+ "!third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h",
+]
« no previous file with comments | « components/autofill/content/renderer/password_generation_manager.cc ('k') | components/autofill/core/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698