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

Side by Side Diff: components/autofill/core/browser/DEPS

Issue 96323002: Implement i18n::addressinput::Downloader for requestAutocomplete() (and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/validation_downloader.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/webdata/common", 2 "+components/webdata/common",
3 "+crypto/random.h", 3 "+crypto/random.h",
4 "+google_apis/gaia", 4 "+google_apis/gaia",
5 "+google_apis/google_api_keys.h", 5 "+google_apis/google_api_keys.h",
6 "+net", 6 "+net",
7 "+sql", 7 "+sql",
8 "+third_party/libjingle", 8 "+third_party/libjingle",
9 "+third_party/libphonenumber", # For phone number i18n. 9 "+third_party/libphonenumber", # For phone number i18n.
10 "+third_party/libaddressinput/src/cpp/include", # For address i18n.
10 11
11 # TODO(blundell): Bring this list to zero. 12 # TODO(blundell): Bring this list to zero.
12 # 13 #
13 # Do not add to the list of temporarily-allowed dependencies below, 14 # Do not add to the list of temporarily-allowed dependencies below,
14 # and please do not introduce more #includes of these files. 15 # and please do not introduce more #includes of these files.
15 "!third_party/WebKit/public/web/WebAutofillClient.h", 16 "!third_party/WebKit/public/web/WebAutofillClient.h",
16 ] 17 ]
17 18
18 specific_include_rules = { 19 specific_include_rules = {
19 'autofill_test_utils\.cc': [ 20 'autofill_test_utils\.cc': [
(...skipping 25 matching lines...) Expand all
45 "!chrome/browser/profiles/profile.h", 46 "!chrome/browser/profiles/profile.h",
46 "!chrome/browser/sync/profile_sync_service.h", 47 "!chrome/browser/sync/profile_sync_service.h",
47 "!chrome/browser/sync/profile_sync_service_factory.h", 48 "!chrome/browser/sync/profile_sync_service_factory.h",
48 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", 49 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h",
49 "!chrome/browser/webdata/web_data_service_factory.h", 50 "!chrome/browser/webdata/web_data_service_factory.h",
50 "!chrome/test/base/chrome_render_view_host_test_harness.h", 51 "!chrome/test/base/chrome_render_view_host_test_harness.h",
51 "!chrome/test/base/testing_profile.h", 52 "!chrome/test/base/testing_profile.h",
52 "!third_party/WebKit/public/web/WebInputElement.h", 53 "!third_party/WebKit/public/web/WebInputElement.h",
53 ], 54 ],
54 } 55 }
OLDNEW
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/validation_downloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698