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

Unified Diff: components/autofill/DEPS

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 years, 9 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/browser/DEPS » ('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 9d52b111303663eb267a35f1bbad6b1498e84657..cd724eba90df7f1594f6186c86620eba7cf675ac 100644
--- a/components/autofill/DEPS
+++ b/components/autofill/DEPS
@@ -1,4 +1,9 @@
include_rules = [
- "+third_party/WebKit/Source/WebKit/chromium/public",
+ "+google_apis/gaia/gaia_urls.h",
+ "+grit", # For generated headers
+ "+net",
+ # Allow inclusion of WebKit API files.
+ "+third_party/WebKit/Source/Platform/chromium",
+ "+third_party/WebKit/Source/WebKit/chromium",
"+ui",
]
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698