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

Side by Side Diff: content/browser/DEPS

Issue 7111013: Move most of the core SSL code from chrome to content. The UI code that's specific to Chrome (i.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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/chrome_tests.gypi ('k') | content/browser/renderer_host/resource_dispatcher_host.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 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_process.h", 9 "+chrome/browser/browser_process.h",
10 10
(...skipping 29 matching lines...) Expand all
40 "+chrome/browser/notifications/desktop_notification_service_factory.h", 40 "+chrome/browser/notifications/desktop_notification_service_factory.h",
41 "+chrome/browser/notifications/notifications_prefs_cache.h", 41 "+chrome/browser/notifications/notifications_prefs_cache.h",
42 42
43 # http://crbug.com/76788 43 # http://crbug.com/76788
44 "+chrome/browser/profiles/profile.h", 44 "+chrome/browser/profiles/profile.h",
45 45
46 "+chrome/browser/sessions/session_id.h", 46 "+chrome/browser/sessions/session_id.h",
47 "+chrome/browser/sessions/session_types.h", 47 "+chrome/browser/sessions/session_types.h",
48 48
49 "+chrome/browser/ssl/ssl_add_cert_handler.h", 49 "+chrome/browser/ssl/ssl_add_cert_handler.h",
50 "+chrome/browser/ssl/ssl_client_auth_handler.h", 50 "+chrome/browser/ssl/ssl_blocking_page.h",
51 "+chrome/browser/ssl/ssl_manager.h", 51 "+chrome/browser/ssl/ssl_error_info.h",
52 "+chrome/browser/tab_contents/tab_contents_ssl_helper.h",
53 "+chrome/browser/tab_contents/tab_util.h",
54 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h",
52 55
53 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", 56 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h",
54 57
55 "+chrome/browser/utility_process_host.h", 58 "+chrome/browser/utility_process_host.h",
56 59
57 "+chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h", 60 "+chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h",
58 "+chrome/browser/ui/app_modal_dialogs/message_box_handler.h", 61 "+chrome/browser/ui/app_modal_dialogs/message_box_handler.h",
59 "+chrome/browser/ui/crypto_module_password_dialog.h", 62 "+chrome/browser/ui/crypto_module_password_dialog.h",
60 63
61 "+chrome/common/chrome_constants.h", 64 "+chrome/common/chrome_constants.h",
62 "+chrome/common/chrome_switches.h", 65 "+chrome/common/chrome_switches.h",
63 "+chrome/common/chrome_paths.h", 66 "+chrome/common/chrome_paths.h",
64 "+chrome/common/logging_chrome.h", 67 "+chrome/common/logging_chrome.h",
65 68
66 # ONLY USED BY TESTS 69 # ONLY USED BY TESTS
67 "+chrome/browser/net/url_request_failed_dns_job.h", 70 "+chrome/browser/net/url_request_failed_dns_job.h",
68 "+chrome/browser/net/url_request_mock_http_job.h", 71 "+chrome/browser/net/url_request_mock_http_job.h",
69 "+chrome/browser/ui/browser.h", 72 "+chrome/browser/ui/browser.h",
70 "+chrome/browser/ui/cocoa/find_pasteboard.h", 73 "+chrome/browser/ui/cocoa/find_pasteboard.h",
71 ] 74 ]
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/browser/renderer_host/resource_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698