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

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

Issue 10828259: Move AutofillExternalDelegateGtk to chrome/browser/ui/gtk/autofill, where it belongs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head 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
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_external_delegate_gtk.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 # 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 # three basic rules followed by temporary exceptions. Please don't 3 # three 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 # Permanently-allowed DEPS beyond the standard Browser 9 # Permanently-allowed DEPS beyond the standard Browser
10 # Components-like DEPS above go here. 10 # Components-like DEPS above go here.
(...skipping 12 matching lines...) Expand all
23 "!chrome/browser/profiles/profile_dependency_manager.h", 23 "!chrome/browser/profiles/profile_dependency_manager.h",
24 "!chrome/browser/profiles/profile_keyed_service.h", 24 "!chrome/browser/profiles/profile_keyed_service.h",
25 "!chrome/browser/profiles/profile_keyed_service_factory.h", 25 "!chrome/browser/profiles/profile_keyed_service_factory.h",
26 "!chrome/browser/sync/profile_sync_service.h", 26 "!chrome/browser/sync/profile_sync_service.h",
27 "!chrome/browser/sync/profile_sync_service_factory.h", 27 "!chrome/browser/sync/profile_sync_service_factory.h",
28 "!chrome/browser/sync/profile_sync_service_observer.h", 28 "!chrome/browser/sync/profile_sync_service_observer.h",
29 "!chrome/browser/ui/browser.h", 29 "!chrome/browser/ui/browser.h",
30 "!chrome/browser/ui/browser_finder.h", 30 "!chrome/browser/ui/browser_finder.h",
31 "!chrome/browser/ui/browser_window.h", 31 "!chrome/browser/ui/browser_window.h",
32 "!chrome/browser/ui/chrome_pages.h", 32 "!chrome/browser/ui/chrome_pages.h",
33 "!chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h",
34 "!chrome/browser/ui/gtk/gtk_theme_service.h",
35 "!chrome/browser/ui/tab_contents/tab_contents.h", 33 "!chrome/browser/ui/tab_contents/tab_contents.h",
36 "!chrome/browser/webdata/autofill_entry.h", 34 "!chrome/browser/webdata/autofill_entry.h",
37 "!chrome/browser/webdata/web_data_service.h", 35 "!chrome/browser/webdata/web_data_service.h",
38 "!chrome/browser/webdata/web_data_service_factory.h", 36 "!chrome/browser/webdata/web_data_service_factory.h",
39 # Do not add to the list of temporarily-allowed dependencies above, 37 # Do not add to the list of temporarily-allowed dependencies above,
40 # and please do not introduce more #includes of these files. 38 # and please do not introduce more #includes of these files.
41 39
42 # TODO(akalin): Remove this dependency. 40 # TODO(akalin): Remove this dependency.
43 "!sync/util/data_encryption_win.h", 41 "!sync/util/data_encryption_win.h",
44 ] 42 ]
45 43
46 specific_include_rules = { 44 specific_include_rules = {
47 # TODO(joi): Bring this list to zero. 45 # TODO(joi): Bring this list to zero.
48 # 46 #
49 # Do not add to the list of temporarily-allowed dependencies below, 47 # Do not add to the list of temporarily-allowed dependencies below,
50 # and please do not introduce more #includes of these files. 48 # and please do not introduce more #includes of these files.
51 '.*_[a-z]*test\.cc': [ 49 '.*_[a-z]*test\.cc': [
52 "!chrome/browser/password_manager/encryptor.h", 50 "!chrome/browser/password_manager/encryptor.h",
53 "!chrome/browser/translate/translate_infobar_delegate.h", 51 "!chrome/browser/translate/translate_infobar_delegate.h",
54 "!chrome/browser/translate/translate_manager.h", 52 "!chrome/browser/translate/translate_manager.h",
55 "!chrome/browser/ui/browser_tabstrip.h", 53 "!chrome/browser/ui/browser_tabstrip.h",
56 "!chrome/browser/ui/tab_contents/test_tab_contents.h", 54 "!chrome/browser/ui/tab_contents/test_tab_contents.h",
57 ] 55 ]
58 } 56 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_external_delegate_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698