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

Side by Side Diff: content/browser/DEPS

Issue 6901146: Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. This allows us to remov... (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/test/automation/automation_proxy.cc ('k') | content/browser/gpu_process_host_ui_shim.cc » ('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 anymore! 5 # actively working on reducing this to 0. Do not add anymore!
6 6
7 # http://crbug.com/77093 7 # http://crbug.com/77093
8 "+chrome/app/breakpad_mac.h", 8 "+chrome/app/breakpad_mac.h",
9 "+chrome/browser/crash_handler_host_linux.h", 9 "+chrome/browser/crash_handler_host_linux.h",
10 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 54
55 "+chrome/browser/external_protocol_handler.h", 55 "+chrome/browser/external_protocol_handler.h",
56 56
57 "+chrome/browser/favicon/favicon_tab_helper.h", 57 "+chrome/browser/favicon/favicon_tab_helper.h",
58 "+chrome/browser/favicon/favicon_service.h", 58 "+chrome/browser/favicon/favicon_service.h",
59 59
60 # http://crbug.com/76794 60 # http://crbug.com/76794
61 "+chrome/browser/history/history.h", 61 "+chrome/browser/history/history.h",
62 "+chrome/browser/history/history_types.h", 62 "+chrome/browser/history/history_types.h",
63 63
64 "+chrome/browser/io_thread.h",
65
66 "+chrome/browser/load_from_memory_cache_details.h", 64 "+chrome/browser/load_from_memory_cache_details.h",
67 "+chrome/browser/load_notification_details.h", 65 "+chrome/browser/load_notification_details.h",
68 66
69 "+chrome/browser/mach_broker_mac.h", 67 "+chrome/browser/mach_broker_mac.h",
70 68
71 "+chrome/browser/net/load_timing_observer.h", 69 "+chrome/browser/net/load_timing_observer.h",
72 "+chrome/browser/net/predictor_api.h", 70 "+chrome/browser/net/predictor_api.h",
73 "+chrome/browser/net/resolve_proxy_msg_helper.h", 71 "+chrome/browser/net/resolve_proxy_msg_helper.h",
74 "+chrome/browser/net/url_request_tracking.h", 72 "+chrome/browser/net/url_request_tracking.h",
75 73
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "+chrome/browser/net/url_request_mock_http_job.h", 163 "+chrome/browser/net/url_request_mock_http_job.h",
166 "+chrome/browser/profiles/profile_manager.h", 164 "+chrome/browser/profiles/profile_manager.h",
167 "+chrome/browser/sessions/session_service.h", 165 "+chrome/browser/sessions/session_service.h",
168 "+chrome/browser/sessions/session_service_factory.h", 166 "+chrome/browser/sessions/session_service_factory.h",
169 "+chrome/browser/sessions/session_service_test_helper.h", 167 "+chrome/browser/sessions/session_service_test_helper.h",
170 "+chrome/browser/ui/browser.h", 168 "+chrome/browser/ui/browser.h",
171 "+chrome/browser/ui/cocoa/find_pasteboard.h", 169 "+chrome/browser/ui/cocoa/find_pasteboard.h",
172 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h", 170 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h",
173 "+chrome/common/net/test_url_fetcher_factory.h", 171 "+chrome/common/net/test_url_fetcher_factory.h",
174 ] 172 ]
OLDNEW
« no previous file with comments | « chrome/test/automation/automation_proxy.cc ('k') | content/browser/gpu_process_host_ui_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698