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

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

Issue 11612017: [Autofill] Add protobuf for Google Wallet risk parameters and a utility function for filling it out. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 12 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Autofill is being made into a Browser Component, so we have these 2 # Autofill is being made into a Browser Component, so we have these basic
3 # three basic rules followed by temporary exceptions. Please don't 3 # rules followed by temporary exceptions. Please don't add to the list of
4 # add to the list of exceptions! 4 # exceptions!
5 "-chrome/browser", 5 "-chrome/browser",
6 "+chrome/browser/api", 6 "+chrome/browser/api",
7 "+chrome/browser/autofill", 7 "+chrome/browser/autofill",
8 "+chrome/browser/common", 8 "+chrome/browser/common",
9 "+chrome/browser/ui/autofill", 9 "+chrome/browser/ui/autofill",
10 10
11 # Permanently-allowed DEPS beyond the standard Browser 11 # Permanently-allowed DEPS beyond the standard Browser
12 # Components-like DEPS above go here. 12 # Components-like DEPS above go here.
13 "+third_party/libphonenumber", # For phone number i18n. 13 "+third_party/libphonenumber", # For phone number i18n.
14 14
(...skipping 22 matching lines...) Expand all
37 "!chrome/browser/translate/translate_manager.h", 37 "!chrome/browser/translate/translate_manager.h",
38 "!chrome/browser/webdata/autofill_web_data_service_impl.h", 38 "!chrome/browser/webdata/autofill_web_data_service_impl.h",
39 "!chrome/browser/webdata/web_data_service.h", 39 "!chrome/browser/webdata/web_data_service.h",
40 "!chrome/browser/webdata/web_data_service_factory.h", 40 "!chrome/browser/webdata/web_data_service_factory.h",
41 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", 41 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h",
42 "!chrome/browser/ui/browser.h", 42 "!chrome/browser/ui/browser.h",
43 "!chrome/browser/ui/browser_tabstrip.h", 43 "!chrome/browser/ui/browser_tabstrip.h",
44 "!chrome/browser/ui/browser_window.h", 44 "!chrome/browser/ui/browser_window.h",
45 ], 45 ],
46 46
47 # TODO(joi): Remove these dependencies once the Prefs refactoring is complete.
48 'fingerprint\.cc': [
49 "!chrome/browser/browser_process.h",
50 ],
Ilya Sherman 2012/12/27 00:18:12 Joi, is there currently a way to access the LocalS
Jói 2012/12/27 09:54:28 You could add "GetLocalState" as a method to Autof
Ilya Sherman 2012/12/28 02:13:39 Ok, if you don't mind, I'll just leave this TODO i
51
47 # TODO(joi): May be able to get rid of the need for this by moving 52 # TODO(joi): May be able to get rid of the need for this by moving
48 # PersonalDataManagerFactory to chrome/browser/profiles. 53 # PersonalDataManagerFactory to chrome/browser/profiles.
49 'personal_data_manager_factory\.(h|cc)': [ 54 'personal_data_manager_factory\.(h|cc)': [
50 "!chrome/browser/profiles/profile_dependency_manager.h", 55 "!chrome/browser/profiles/profile_dependency_manager.h",
51 "!chrome/browser/profiles/profile_keyed_service_factory.h", 56 "!chrome/browser/profiles/profile_keyed_service_factory.h",
52 "!chrome/browser/profiles/profile.h", 57 "!chrome/browser/profiles/profile.h",
53 "!chrome/browser/webdata/web_data_service_factory.h", 58 "!chrome/browser/webdata/web_data_service_factory.h",
54 ], 59 ],
55 } 60 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/autofill/risk/fingerprint.h » ('j') | chrome/browser/autofill/risk/fingerprint.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698