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

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

Issue 10843071: Create chrome/browser/api directory. Move infobar delegates used by Autofill to the directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 8 years, 4 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
3 # two basic rules followed by temporary exceptions. Please don't 3 # two basic rules followed by temporary exceptions. Please don't
4 # add to the list of exceptions! 4 # add to the list of exceptions!
5 "-chrome/browser", 5 "-chrome/browser",
6 "+chrome/browser/api", 6 "+chrome/browser/api",
7 "+chrome/browser/autofill", 7 "+chrome/browser/autofill",
8 8
9 # TODO(joi): Bring this list to zero. 9 # TODO(joi): Bring this list to zero.
10 # 10 #
11 # Do not add to the list of temporarily-allowed dependencies below, 11 # Do not add to the list of temporarily-allowed dependencies below,
12 # and please do not introduce more #includes of these files. 12 # and please do not introduce more #includes of these files.
13 "!chrome/browser/feedback/proto/extension.pb.h",
14 "!chrome/browser/infobars/infobar_tab_helper.h", 13 "!chrome/browser/infobars/infobar_tab_helper.h",
15 "!chrome/browser/password_manager/encryptor.h", 14 "!chrome/browser/password_manager/encryptor.h",
16 "!chrome/browser/password_manager/password_manager.h", 15 "!chrome/browser/password_manager/password_manager.h",
17 "!chrome/browser/prefs/pref_change_registrar.h", 16 "!chrome/browser/prefs/pref_change_registrar.h",
18 "!chrome/browser/prefs/pref_member.h", 17 "!chrome/browser/prefs/pref_member.h",
19 "!chrome/browser/prefs/pref_service.h", 18 "!chrome/browser/prefs/pref_service.h",
20 "!chrome/browser/profiles/profile.h", 19 "!chrome/browser/profiles/profile.h",
21 "!chrome/browser/profiles/profile_dependency_manager.h", 20 "!chrome/browser/profiles/profile_dependency_manager.h",
22 "!chrome/browser/profiles/profile_keyed_service.h", 21 "!chrome/browser/profiles/profile_keyed_service.h",
23 "!chrome/browser/profiles/profile_keyed_service_factory.h", 22 "!chrome/browser/profiles/profile_keyed_service_factory.h",
24 "!chrome/browser/sync/profile_sync_service.h", 23 "!chrome/browser/sync/profile_sync_service.h",
25 "!chrome/browser/sync/profile_sync_service_factory.h", 24 "!chrome/browser/sync/profile_sync_service_factory.h",
26 "!chrome/browser/sync/profile_sync_service_observer.h", 25 "!chrome/browser/sync/profile_sync_service_observer.h",
27 "!chrome/browser/tab_contents/confirm_infobar_delegate.h",
28 "!chrome/browser/tab_contents/link_infobar_delegate.h",
29 "!chrome/browser/translate/translate_infobar_delegate.h", 26 "!chrome/browser/translate/translate_infobar_delegate.h",
30 "!chrome/browser/translate/translate_manager.h", 27 "!chrome/browser/translate/translate_manager.h",
31 "!chrome/browser/ui/browser.h", 28 "!chrome/browser/ui/browser.h",
32 "!chrome/browser/ui/browser_finder.h", 29 "!chrome/browser/ui/browser_finder.h",
33 "!chrome/browser/ui/browser_tabstrip.h", 30 "!chrome/browser/ui/browser_tabstrip.h",
34 "!chrome/browser/ui/browser_window.h", 31 "!chrome/browser/ui/browser_window.h",
35 "!chrome/browser/ui/chrome_pages.h", 32 "!chrome/browser/ui/chrome_pages.h",
36 "!chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h", 33 "!chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h",
37 "!chrome/browser/ui/gtk/gtk_theme_service.h", 34 "!chrome/browser/ui/gtk/gtk_theme_service.h",
38 "!chrome/browser/ui/tab_contents/tab_contents.h", 35 "!chrome/browser/ui/tab_contents/tab_contents.h",
39 "!chrome/browser/ui/tab_contents/test_tab_contents.h", 36 "!chrome/browser/ui/tab_contents/test_tab_contents.h",
40 "!chrome/browser/ui/webui/feedback_ui.h", 37 "!chrome/browser/ui/webui/feedback_ui.h",
41 "!chrome/browser/webdata/autofill_entry.h", 38 "!chrome/browser/webdata/autofill_entry.h",
42 "!chrome/browser/webdata/web_data_service.h", 39 "!chrome/browser/webdata/web_data_service.h",
43 "!chrome/browser/webdata/web_data_service_factory.h", 40 "!chrome/browser/webdata/web_data_service_factory.h",
44 # Do not add to the list of temporarily-allowed dependencies above, 41 # Do not add to the list of temporarily-allowed dependencies above,
45 # and please do not introduce more #includes of these files. 42 # and please do not introduce more #includes of these files.
46 43
47 # TODO(akalin): Remove this dependency. 44 # TODO(akalin): Remove this dependency.
48 "+sync/util/data_encryption_win.h", 45 "+sync/util/data_encryption_win.h",
49 "+third_party/libphonenumber", # For phone number i18n. 46 "+third_party/libphonenumber", # For phone number i18n.
50 ] 47 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698