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

Unified Diff: components/autofill/browser/DEPS

Issue 17392006: In components/autofill, move browser/ to core/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflicts 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/browser/address.h » ('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
deleted file mode 100644
index 8ce04b390a888764b5cf083950694adb4bf1278f..0000000000000000000000000000000000000000
--- a/components/autofill/browser/DEPS
+++ /dev/null
@@ -1,52 +0,0 @@
-include_rules = [
- "+components/webdata/common",
- "+content/public/browser",
- "+content/public/common",
- "+crypto/random.h",
- "+google_apis/gaia",
- "+google_apis/google_api_keys.h",
- "+gpu/config/gpu_info.h",
- "+net",
- "+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(akalin): Remove this dependency.
- "!sync/util/data_encryption_win.h",
-]
-
-specific_include_rules = {
- '.*_[a-z]*test\.cc': [
- "+content/public/test",
-
- # TODO(joi, kaiwang): 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.
- "!chrome/browser/autofill/autofill_cc_infobar_delegate.h",
- "!chrome/browser/autofill/personal_data_manager_factory.h",
- "!chrome/browser/password_manager/encryptor.h",
- "!chrome/browser/password_manager/password_manager.h",
- "!chrome/browser/password_manager/password_manager_delegate_impl.h",
- "!chrome/browser/profiles/profile.h",
- "!chrome/browser/sync/profile_sync_service.h",
- "!chrome/browser/sync/profile_sync_service_factory.h",
- "!chrome/browser/translate/translate_infobar_delegate.h",
- "!chrome/browser/translate/translate_manager.h",
- "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h",
- "!chrome/browser/ui/browser.h",
- "!chrome/browser/ui/browser_tabstrip.h",
- "!chrome/browser/ui/browser_window.h",
- "!chrome/browser/ui/tabs/tab_strip_model.h",
- "!chrome/browser/webdata/web_data_service.h",
- "!chrome/browser/webdata/web_data_service_factory.h",
- "!chrome/browser/webdata/web_data_service_test_util.h",
- "!chrome/common/chrome_paths.h",
- "!chrome/common/pref_names.h",
- "!chrome/test/base",
- ],
-}
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/browser/address.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698