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

Side by Side Diff: content/browser/DEPS

Issue 6880320: Move code that talks to spellchecking out of content. (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
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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 102
103 "+chrome/browser/renderer_preferences_util.h", 103 "+chrome/browser/renderer_preferences_util.h",
104 104
105 # http://crbug.com/77089 105 # http://crbug.com/77089
106 "+chrome/browser/safe_browsing/client_side_detection_host.h", 106 "+chrome/browser/safe_browsing/client_side_detection_host.h",
107 "+chrome/browser/safe_browsing/client_side_detection_service.h", 107 "+chrome/browser/safe_browsing/client_side_detection_service.h",
108 "+chrome/browser/safe_browsing/safe_browsing_service.h", 108 "+chrome/browser/safe_browsing/safe_browsing_service.h",
109 "+chrome/browser/renderer_host/safe_browsing_resource_handler.h", 109 "+chrome/browser/renderer_host/safe_browsing_resource_handler.h",
110 "+chrome/common/safe_browsing/safebrowsing_messages.h", 110 "+chrome/common/safe_browsing/safebrowsing_messages.h",
111 111
112 "+chrome/browser/spellcheck_host.h",
113 "+chrome/common/spellcheck_messages.h",
114
115 "+chrome/browser/sessions/session_id.h", 112 "+chrome/browser/sessions/session_id.h",
116 "+chrome/browser/sessions/session_types.h", 113 "+chrome/browser/sessions/session_types.h",
117 114
118 "+chrome/browser/ssl/ssl_add_cert_handler.h", 115 "+chrome/browser/ssl/ssl_add_cert_handler.h",
119 "+chrome/browser/ssl/ssl_client_auth_handler.h", 116 "+chrome/browser/ssl/ssl_client_auth_handler.h",
120 "+chrome/browser/ssl/ssl_manager.h", 117 "+chrome/browser/ssl/ssl_manager.h",
121 "+chrome/browser/tab_contents/tab_contents_ssl_helper.h", 118 "+chrome/browser/tab_contents/tab_contents_ssl_helper.h",
122 119
123 # http://crbug.com/76792 120 # http://crbug.com/76792
124 "+chrome/browser/tab_contents/infobar_delegate.h", 121 "+chrome/browser/tab_contents/infobar_delegate.h",
(...skipping 15 matching lines...) Expand all
140 137
141 "+chrome/common/child_process_logging.h", 138 "+chrome/common/child_process_logging.h",
142 "+chrome/common/chrome_constants.h", 139 "+chrome/common/chrome_constants.h",
143 "+chrome/common/chrome_switches.h", 140 "+chrome/common/chrome_switches.h",
144 "+chrome/common/chrome_paths.h", 141 "+chrome/common/chrome_paths.h",
145 "+chrome/common/chrome_paths_internal.h", 142 "+chrome/common/chrome_paths_internal.h",
146 "+chrome/common/logging_chrome.h", 143 "+chrome/common/logging_chrome.h",
147 "+chrome/common/render_messages.h", 144 "+chrome/common/render_messages.h",
148 "+chrome/common/url_constants.h", 145 "+chrome/common/url_constants.h",
149 146
150 "+chrome/common/icon_messages.h",
151
152 # http://crbug.com/77091 147 # http://crbug.com/77091
153 "+chrome/common/instant_types.h", 148 "+chrome/common/instant_types.h",
154 149
155 "+chrome/common/net/url_fetcher.h", 150 "+chrome/common/net/url_fetcher.h",
156 151
157 "+chrome/common/render_view_commands.h", 152 "+chrome/common/render_view_commands.h",
158 153
159 "+chrome/common/sandbox_policy.h", 154 "+chrome/common/sandbox_policy.h",
160 155
161 "+chrome/common/security_style.h", 156 "+chrome/common/security_style.h",
162 157
163 "+chrome/common/view_types.h", 158 "+chrome/common/view_types.h",
164 159
165 "+chrome/common/net/x509_certificate_model.h", 160 "+chrome/common/net/x509_certificate_model.h",
166 161
167 # ONLY USED BY TESTS 162 # ONLY USED BY TESTS
168 "+chrome/browser/chromeos/cros/mock_network_library.h", 163 "+chrome/browser/chromeos/cros/mock_network_library.h",
169 "+chrome/browser/net/url_request_failed_dns_job.h", 164 "+chrome/browser/net/url_request_failed_dns_job.h",
170 "+chrome/browser/net/url_request_mock_http_job.h", 165 "+chrome/browser/net/url_request_mock_http_job.h",
171 "+chrome/browser/profiles/profile_manager.h", 166 "+chrome/browser/profiles/profile_manager.h",
172 "+chrome/browser/sessions/session_service.h", 167 "+chrome/browser/sessions/session_service.h",
173 "+chrome/browser/sessions/session_service_factory.h", 168 "+chrome/browser/sessions/session_service_factory.h",
174 "+chrome/browser/sessions/session_service_test_helper.h", 169 "+chrome/browser/sessions/session_service_test_helper.h",
175 "+chrome/browser/ui/browser.h", 170 "+chrome/browser/ui/browser.h",
176 "+chrome/browser/ui/cocoa/find_pasteboard.h", 171 "+chrome/browser/ui/cocoa/find_pasteboard.h",
177 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h", 172 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h",
178 "+chrome/common/net/test_url_fetcher_factory.h", 173 "+chrome/common/net/test_url_fetcher_factory.h",
179 ] 174 ]
OLDNEW
« no previous file with comments | « chrome/browser/spellcheck_message_filter_browsertest.cc ('k') | content/browser/renderer_host/browser_render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698