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

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

Issue 13839013: Webdata Component tryjobs NOT FOR REVIEW (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After WD/AF merge Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/browser/autocomplete_history_manager.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/autofill", 2 "+components/webdata/common",
3 "+content/public/browser", 3 "+content/public/browser",
4 "+crypto/random.h", 4 "+crypto/random.h",
5 "+google_apis/gaia", 5 "+google_apis/gaia",
6 "+google_apis/google_api_keys.h", 6 "+google_apis/google_api_keys.h",
7 "+net", 7 "+net",
8 "+sql",
8 "+third_party/libjingle", 9 "+third_party/libjingle",
9 "+third_party/libphonenumber", # For phone number i18n. 10 "+third_party/libphonenumber", # For phone number i18n.
10 "+webkit/plugins/webplugininfo.h", 11 "+webkit/plugins/webplugininfo.h",
11 12
12 # TODO(joi): This is "ok" temporarily (it's just a header file with 13 # TODO(joi): This is "ok" temporarily (it's just a header file with
13 # a large enum, and doesn't bring in any other dependencies on 14 # a large enum, and doesn't bring in any other dependencies on
14 # //chrome). The plan of record to get rid of this is to change 15 # //chrome). The plan of record to get rid of this is to change
15 # Autofill and WebData to not use NotificationService, and instead 16 # Autofill and WebData to not use NotificationService, and instead
16 # use typed callback interfaces or allow registering base::Callback 17 # use typed callback interfaces or allow registering base::Callback
17 # callbacks for each event. 18 # callbacks for each event.
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "!chrome/browser/webdata/web_data_service_factory.h", 51 "!chrome/browser/webdata/web_data_service_factory.h",
51 "!chrome/browser/webdata/web_data_service_test_util.h", 52 "!chrome/browser/webdata/web_data_service_test_util.h",
52 "!chrome/common/chrome_constants.h", 53 "!chrome/common/chrome_constants.h",
53 "!chrome/common/chrome_paths.h", 54 "!chrome/common/chrome_paths.h",
54 "!chrome/common/pref_names.h", 55 "!chrome/common/pref_names.h",
55 "!chrome/common/render_messages.h", 56 "!chrome/common/render_messages.h",
56 "!chrome/common/url_constants.h", 57 "!chrome/common/url_constants.h",
57 "!chrome/test/base", 58 "!chrome/test/base",
58 ], 59 ],
59 } 60 }
OLDNEW
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/browser/autocomplete_history_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698