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

Side by Side Diff: content/browser/DEPS

Issue 7068034: Remove the last prefs code from content. I tried hard to move ShouldShowBookmarkBar out of TabCo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 | « chrome/browser/ui/webui/ntp/new_tab_ui.cc ('k') | content/browser/content_browser_client.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 "+content/gpu", # For gpu_info_collector.h. Needs to move to common\gpu. 2 "+content/gpu", # For gpu_info_collector.h. Needs to move to common\gpu.
3 3
4 # Listing of the remaining #chrome includes in content\browser. People are 4 # Listing of the remaining #chrome includes in content\browser. People are
5 # actively working on reducing this to 0. Do not add any more! 5 # actively working on reducing this to 0. Do not add any more!
6 6
7 "+chrome/browser/accessibility/browser_accessibility_state.h", 7 "+chrome/browser/accessibility/browser_accessibility_state.h",
8 8
9 "+chrome/browser/browser_about_handler.h", 9 "+chrome/browser/browser_about_handler.h",
10 10
11 "+chrome/browser/browser_process.h", 11 "+chrome/browser/browser_process.h",
12 12
13 "+chrome/browser/browser_shutdown.h", 13 "+chrome/browser/browser_shutdown.h",
14 14
15 "+chrome/browser/browser_url_handler.h", 15 "+chrome/browser/browser_url_handler.h",
16 16
17 "+chrome/browser/debugger/devtools_manager.h", 17 "+chrome/browser/debugger/devtools_manager.h",
18 "+chrome/browser/debugger/devtools_netlog_observer.h", 18 "+chrome/browser/debugger/devtools_netlog_observer.h",
19 19
20 "+chrome/browser/defaults.h",
21
22 # http://crbug.com/82782 20 # http://crbug.com/82782
23 "+chrome/browser/download/download_file_manager.h", 21 "+chrome/browser/download/download_file_manager.h",
24 "+chrome/browser/download/download_manager.h", 22 "+chrome/browser/download/download_manager.h",
25 "+chrome/browser/download/download_request_limiter.h", 23 "+chrome/browser/download/download_request_limiter.h",
26 "+chrome/browser/download/save_file_manager.h", 24 "+chrome/browser/download/save_file_manager.h",
27 "+chrome/browser/download/download_types.h", 25 "+chrome/browser/download/download_types.h",
28 "+chrome/browser/download/download_util.h", 26 "+chrome/browser/download/download_util.h",
29 "+chrome/browser/renderer_host/download_resource_handler.h", 27 "+chrome/browser/renderer_host/download_resource_handler.h",
30 "+chrome/browser/renderer_host/save_file_resource_handler.h", 28 "+chrome/browser/renderer_host/save_file_resource_handler.h",
31 29
32 # http://crbug.com/76789 30 # http://crbug.com/76789
33 "+chrome/browser/extensions/extension_info_map.h", 31 "+chrome/browser/extensions/extension_info_map.h",
34 "+chrome/common/extensions/extension.h", 32 "+chrome/common/extensions/extension.h",
35 "+chrome/common/extensions/user_script.h", 33 "+chrome/common/extensions/user_script.h",
36 34
37 "+chrome/browser/external_protocol/external_protocol_handler.h", 35 "+chrome/browser/external_protocol/external_protocol_handler.h",
38 36
39 "+chrome/browser/load_from_memory_cache_details.h", 37 "+chrome/browser/load_from_memory_cache_details.h",
40 38
41 "+chrome/browser/mach_broker_mac.h", 39 "+chrome/browser/mach_broker_mac.h",
42 40
43 "+chrome/browser/net/load_timing_observer.h", 41 "+chrome/browser/net/load_timing_observer.h",
44 42
45 "+chrome/browser/notifications/desktop_notification_service.h", 43 "+chrome/browser/notifications/desktop_notification_service.h",
46 "+chrome/browser/notifications/desktop_notification_service_factory.h", 44 "+chrome/browser/notifications/desktop_notification_service_factory.h",
47 "+chrome/browser/notifications/notifications_prefs_cache.h", 45 "+chrome/browser/notifications/notifications_prefs_cache.h",
48 46
49 "+chrome/browser/platform_util.h", 47 "+chrome/browser/platform_util.h",
50 48
51 "+chrome/browser/prefs/pref_service.h",
52 "+chrome/common/pref_names.h",
53
54 # http://crbug.com/76788 49 # http://crbug.com/76788
55 "+chrome/browser/profiles/profile.h", 50 "+chrome/browser/profiles/profile.h",
56 51
57 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", 52 "+chrome/browser/renderer_host/download_throttling_resource_handler.h",
58 53
59 "+chrome/browser/renderer_host/offline_resource_handler.h", 54 "+chrome/browser/renderer_host/offline_resource_handler.h",
60 55
61 "+chrome/browser/renderer_host/web_cache_manager.h", 56 "+chrome/browser/renderer_host/web_cache_manager.h",
62 57
63 # http://crbug.com/77089 58 # http://crbug.com/77089
(...skipping 29 matching lines...) Expand all
93 88
94 "+chrome/common/security_style.h", 89 "+chrome/common/security_style.h",
95 90
96 # ONLY USED BY TESTS 91 # ONLY USED BY TESTS
97 "+chrome/browser/net/url_request_failed_dns_job.h", 92 "+chrome/browser/net/url_request_failed_dns_job.h",
98 "+chrome/browser/net/url_request_mock_http_job.h", 93 "+chrome/browser/net/url_request_mock_http_job.h",
99 "+chrome/browser/ui/browser.h", 94 "+chrome/browser/ui/browser.h",
100 "+chrome/browser/ui/cocoa/find_pasteboard.h", 95 "+chrome/browser/ui/cocoa/find_pasteboard.h",
101 "+chrome/common/net/test_url_fetcher_factory.h", 96 "+chrome/common/net/test_url_fetcher_factory.h",
102 ] 97 ]
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_ui.cc ('k') | content/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698