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

Unified Diff: components/autofill/browser/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/README ('k') | components/autofill/browser/address_field_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/DEPS
diff --git a/components/autofill/browser/DEPS b/components/autofill/browser/DEPS
index 74e13c4c217c16a1f5f908197a769be7ef795cce..e59d894e96fab97f90a5f0edbc824f587cb798be 100644
--- a/components/autofill/browser/DEPS
+++ b/components/autofill/browser/DEPS
@@ -1,6 +1,7 @@
include_rules = [
"+components/webdata/common",
"+content/public/browser",
+ "+content/public/common",
"+crypto/random.h",
"+google_apis/gaia",
"+google_apis/google_api_keys.h",
@@ -9,6 +10,9 @@ include_rules = [
"+sql",
"+third_party/libjingle",
"+third_party/libphonenumber", # For phone number i18n.
+ # Allow inclusion of WebKit API files.
+ "+third_party/WebKit/public/platform",
+ "+third_party/WebKit/Source/WebKit/chromium",
"+webkit/plugins/webplugininfo.h",
# TODO(joi): This is "ok" temporarily (it's just a header file with
« no previous file with comments | « components/autofill/README ('k') | components/autofill/browser/address_field_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698