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

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

Issue 17893010: In components/autofill, move notification handling into content driver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review Created 7 years, 5 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 "+components/webdata/common", 2 "+components/webdata/common",
3 "+crypto/random.h", 3 "+crypto/random.h",
4 "+google_apis/gaia", 4 "+google_apis/gaia",
5 "+google_apis/google_api_keys.h", 5 "+google_apis/google_api_keys.h",
6 "+net", 6 "+net",
7 "+sql", 7 "+sql",
8 "+third_party/libjingle", 8 "+third_party/libjingle",
9 "+third_party/libphonenumber", # For phone number i18n. 9 "+third_party/libphonenumber", # For phone number i18n.
10 10
11 # TODO(blundell): Bring this list to zero. 11 # TODO(blundell): Bring this list to zero.
12 # 12 #
13 # Do not add to the list of temporarily-allowed dependencies below, 13 # Do not add to the list of temporarily-allowed dependencies below,
14 # and please do not introduce more #includes of these files. 14 # and please do not introduce more #includes of these files.
15 "!components/autofill/content/browser/autocheckout/whitelist_manager.h", 15 "!components/autofill/content/browser/autocheckout/whitelist_manager.h",
16 "!components/autofill/content/browser/autocheckout_manager.h", 16 "!components/autofill/content/browser/autocheckout_manager.h",
17 "!components/autofill/content/browser/autocheckout_page_meta_data.h", 17 "!components/autofill/content/browser/autocheckout_page_meta_data.h",
18 "!components/autofill/content/browser/autocheckout_steps.h", 18 "!components/autofill/content/browser/autocheckout_steps.h",
19 "!content/public/browser/android/content_view_core.h", 19 "!content/public/browser/android/content_view_core.h",
20 "!content/public/browser/browser_context.h", 20 "!content/public/browser/browser_context.h",
21 "!content/public/browser/browser_thread.h", 21 "!content/public/browser/browser_thread.h",
22 "!content/public/browser/navigation_controller.h",
23 "!content/public/browser/notification_details.h",
24 "!content/public/browser/notification_observer.h",
25 "!content/public/browser/notification_registrar.h",
26 "!content/public/browser/notification_service.h",
27 "!content/public/browser/notification_source.h",
28 "!content/public/browser/notification_types.h",
29 "!content/public/browser/render_view_host.h", 22 "!content/public/browser/render_view_host.h",
30 "!content/public/browser/web_contents.h", 23 "!content/public/browser/web_contents.h",
31 "!content/public/browser/web_contents_observer.h", 24 "!content/public/browser/web_contents_observer.h",
32 "!content/public/browser/web_contents_view.h", 25 "!content/public/browser/web_contents_view.h",
33 "!content/public/common/url_constants.h", 26 "!content/public/common/url_constants.h",
34 "!third_party/WebKit/public/web/WebAutofillClient.h", 27 "!third_party/WebKit/public/web/WebAutofillClient.h",
35 "!third_party/WebKit/public/web/WebInputElement.h", 28 "!third_party/WebKit/public/web/WebInputElement.h",
36 29
37 # TODO(akalin): Remove this dependency. 30 # TODO(akalin): Remove this dependency.
38 "!sync/util/data_encryption_win.h", 31 "!sync/util/data_encryption_win.h",
(...skipping 14 matching lines...) Expand all
53 "!chrome/browser/profiles/profile.h", 46 "!chrome/browser/profiles/profile.h",
54 "!chrome/browser/sync/profile_sync_service.h", 47 "!chrome/browser/sync/profile_sync_service.h",
55 "!chrome/browser/sync/profile_sync_service_factory.h", 48 "!chrome/browser/sync/profile_sync_service_factory.h",
56 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", 49 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h",
57 "!chrome/browser/webdata/web_data_service.h", 50 "!chrome/browser/webdata/web_data_service.h",
58 "!chrome/browser/webdata/web_data_service_factory.h", 51 "!chrome/browser/webdata/web_data_service_factory.h",
59 "!chrome/common/chrome_paths.h", 52 "!chrome/common/chrome_paths.h",
60 "!chrome/test/base", 53 "!chrome/test/base",
61 ], 54 ],
62 } 55 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698