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

Side by Side Diff: chrome/browser/DEPS

Issue 9384014: Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback is given to the embed... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments+sync 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.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 "+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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "+content/browser/renderer_host/render_widget_host_view.h", 90 "+content/browser/renderer_host/render_widget_host_view.h",
91 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h", 91 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h",
92 "+content/browser/renderer_host/resource_dispatcher_host.h", 92 "+content/browser/renderer_host/resource_dispatcher_host.h",
93 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h", 93 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h",
94 "+content/browser/renderer_host/resource_handler.h", 94 "+content/browser/renderer_host/resource_handler.h",
95 "+content/browser/renderer_host/resource_queue.h", 95 "+content/browser/renderer_host/resource_queue.h",
96 "+content/browser/renderer_host/resource_request_details.h", 96 "+content/browser/renderer_host/resource_request_details.h",
97 "+content/browser/renderer_host/test_render_view_host.h", 97 "+content/browser/renderer_host/test_render_view_host.h",
98 "+content/browser/speech/speech_input_manager.h", 98 "+content/browser/speech/speech_input_manager.h",
99 "+content/browser/speech/speech_recognizer.h", 99 "+content/browser/speech/speech_recognizer.h",
100 "+content/browser/ssl/ssl_client_auth_handler.h",
101 "+content/browser/ssl/ssl_client_auth_handler_mock.h",
102 "+content/browser/tab_contents/popup_menu_helper_mac.h", 100 "+content/browser/tab_contents/popup_menu_helper_mac.h",
103 "+content/browser/tab_contents/provisional_load_details.h", 101 "+content/browser/tab_contents/provisional_load_details.h",
104 "+content/browser/tab_contents/tab_contents_view_android.h", 102 "+content/browser/tab_contents/tab_contents_view_android.h",
105 "+content/browser/tab_contents/tab_contents_view_gtk.h", 103 "+content/browser/tab_contents/tab_contents_view_gtk.h",
106 "+content/browser/tab_contents/tab_contents_view_helper.h", 104 "+content/browser/tab_contents/tab_contents_view_helper.h",
107 "+content/browser/tab_contents/tab_contents_view_wrapper_gtk.h", 105 "+content/browser/tab_contents/tab_contents_view_wrapper_gtk.h",
108 "+content/browser/tab_contents/test_tab_contents.h", 106 "+content/browser/tab_contents/test_tab_contents.h",
109 "+content/browser/tab_contents/title_updated_details.h", 107 "+content/browser/tab_contents/title_updated_details.h",
110 "+content/browser/tab_contents/web_contents_view_mac.h", 108 "+content/browser/tab_contents/web_contents_view_mac.h",
111 "+content/browser/tab_contents/web_drag_dest_delegate.h", 109 "+content/browser/tab_contents/web_drag_dest_delegate.h",
(...skipping 20 matching lines...) Expand all
132 "+third_party/libjingle", 130 "+third_party/libjingle",
133 "+third_party/protobuf/src/google/protobuf", 131 "+third_party/protobuf/src/google/protobuf",
134 "+third_party/sqlite", 132 "+third_party/sqlite",
135 "+third_party/undoview", 133 "+third_party/undoview",
136 "+v8/include", # Browser uses V8 to get the version and run the debugger. 134 "+v8/include", # Browser uses V8 to get the version and run the debugger.
137 135
138 # FIXME: these should probably not be here, we need to find a better 136 # FIXME: these should probably not be here, we need to find a better
139 # structure for these includes. 137 # structure for these includes.
140 "+chrome/renderer", 138 "+chrome/renderer",
141 ] 139 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698