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

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: Clean up! Created 8 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
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 21 matching lines...) Expand all
36 "!chrome/browser/translate/translate_manager.h", 36 "!chrome/browser/translate/translate_manager.h",
37 "!chrome/browser/webdata/autofill_web_data_service_impl.h", 37 "!chrome/browser/webdata/autofill_web_data_service_impl.h",
38 "!chrome/browser/webdata/web_data_service.h", 38 "!chrome/browser/webdata/web_data_service.h",
39 "!chrome/browser/webdata/web_data_service_factory.h", 39 "!chrome/browser/webdata/web_data_service_factory.h",
40 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", 40 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h",
41 "!chrome/browser/ui/browser.h", 41 "!chrome/browser/ui/browser.h",
42 "!chrome/browser/ui/browser_tabstrip.h", 42 "!chrome/browser/ui/browser_tabstrip.h",
43 "!chrome/browser/ui/browser_window.h", 43 "!chrome/browser/ui/browser_window.h",
44 ], 44 ],
45 45
46 # TODO(joi): Remove these dependencies once the Prefs refactoring is complete.
47 'fingerprint\.cc': [
48 "!chrome/browser/browser_process.h",
49 "!chrome/browser/prefs/pref_service.h",
50 ],
51
46 # 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
47 # PersonalDataManagerFactory to chrome/browser/profiles. 53 # PersonalDataManagerFactory to chrome/browser/profiles.
48 'personal_data_manager_factory\.(h|cc)': [ 54 'personal_data_manager_factory\.(h|cc)': [
49 "!chrome/browser/profiles/profile_dependency_manager.h", 55 "!chrome/browser/profiles/profile_dependency_manager.h",
50 "!chrome/browser/profiles/profile_keyed_service_factory.h", 56 "!chrome/browser/profiles/profile_keyed_service_factory.h",
51 "!chrome/browser/profiles/profile.h", 57 "!chrome/browser/profiles/profile.h",
52 "!chrome/browser/webdata/web_data_service_factory.h", 58 "!chrome/browser/webdata/web_data_service_factory.h",
53 ], 59 ],
54 } 60 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/autofill/risk/fingerprint.h » ('j') | chrome/browser/autofill/risk/fingerprint.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698