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

Side by Side Diff: chrome/browser/DEPS

Issue 9371025: Move resource_context.h to content/public/browser. Remove the workaround in its destructor since ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 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/chrome_content_browser_client.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 "+chrome/app", 2 "+chrome/app",
3 "+chrome/app/locales", 3 "+chrome/app/locales",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/personalization", 5 "+chrome/personalization",
6 "+chrome/profile_import", 6 "+chrome/profile_import",
7 "+chrome/tools/profiles", # For history unit tests. 7 "+chrome/tools/profiles", # For history unit tests.
8 "+chrome/views", 8 "+chrome/views",
9 "+content/plugin/plugin_interpose_util_mac.h", 9 "+content/plugin/plugin_interpose_util_mac.h",
10 "+content/public/browser", 10 "+content/public/browser",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "+content/browser/renderer_host/render_widget_host.h", 87 "+content/browser/renderer_host/render_widget_host.h",
88 "+content/browser/renderer_host/render_widget_host_view.h", 88 "+content/browser/renderer_host/render_widget_host_view.h",
89 "+content/browser/renderer_host/render_widget_host_view_gtk.h", 89 "+content/browser/renderer_host/render_widget_host_view_gtk.h",
90 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h", 90 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h",
91 "+content/browser/renderer_host/resource_dispatcher_host.h", 91 "+content/browser/renderer_host/resource_dispatcher_host.h",
92 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h", 92 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h",
93 "+content/browser/renderer_host/resource_handler.h", 93 "+content/browser/renderer_host/resource_handler.h",
94 "+content/browser/renderer_host/resource_queue.h", 94 "+content/browser/renderer_host/resource_queue.h",
95 "+content/browser/renderer_host/resource_request_details.h", 95 "+content/browser/renderer_host/resource_request_details.h",
96 "+content/browser/renderer_host/test_render_view_host.h", 96 "+content/browser/renderer_host/test_render_view_host.h",
97 "+content/browser/resource_context.h",
98 "+content/browser/sensors/sensors_provider.h", 97 "+content/browser/sensors/sensors_provider.h",
99 "+content/browser/speech/speech_input_manager.h", 98 "+content/browser/speech/speech_input_manager.h",
100 "+content/browser/speech/speech_input_preferences.h", 99 "+content/browser/speech/speech_input_preferences.h",
101 "+content/browser/speech/speech_recognizer.h", 100 "+content/browser/speech/speech_recognizer.h",
102 "+content/browser/ssl/ssl_cert_error_handler.h", 101 "+content/browser/ssl/ssl_cert_error_handler.h",
103 "+content/browser/ssl/ssl_client_auth_handler.h", 102 "+content/browser/ssl/ssl_client_auth_handler.h",
104 "+content/browser/ssl/ssl_client_auth_handler_mock.h", 103 "+content/browser/ssl/ssl_client_auth_handler_mock.h",
105 "+content/browser/ssl/ssl_host_state.h", 104 "+content/browser/ssl/ssl_host_state.h",
106 "+content/browser/ssl/ssl_manager.h", 105 "+content/browser/ssl/ssl_manager.h",
107 "+content/browser/tab_contents/popup_menu_helper_mac.h", 106 "+content/browser/tab_contents/popup_menu_helper_mac.h",
(...skipping 27 matching lines...) Expand all
135 "+third_party/libjingle", 134 "+third_party/libjingle",
136 "+third_party/protobuf/src/google/protobuf", 135 "+third_party/protobuf/src/google/protobuf",
137 "+third_party/sqlite", 136 "+third_party/sqlite",
138 "+third_party/undoview", 137 "+third_party/undoview",
139 "+v8/include", # Browser uses V8 to get the version and run the debugger. 138 "+v8/include", # Browser uses V8 to get the version and run the debugger.
140 139
141 # FIXME: these should probably not be here, we need to find a better 140 # FIXME: these should probably not be here, we need to find a better
142 # structure for these includes. 141 # structure for these includes.
143 "+chrome/renderer", 142 "+chrome/renderer",
144 ] 143 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698