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

Unified Diff: components/autofill/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
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/DEPS
diff --git a/components/autofill/DEPS b/components/autofill/DEPS
index df74b4f918daff5735cde37f9414413fddfe5227..2b5c8672ae850462a74b39f75b97f06e3063bb43 100644
--- a/components/autofill/DEPS
+++ b/components/autofill/DEPS
@@ -3,8 +3,8 @@ include_rules = [
"+grit", # For generated headers
"+jni",
"+net",
- # Allow inclusion of WebKit API files.
- "+third_party/WebKit/public/platform",
- "+third_party/WebKit/Source/WebKit/chromium",
"+ui",
+ # Autofill is a layered component; subdirectories must explicitly introduce
+ # the ability to use the content layer as appropriate.
+ "-content/public/common",
]
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698