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

Side by Side Diff: chrome/browser/DEPS

Issue 9419033: Move creation of BrowserContext objects that live in content to content, instead of depending on th… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fix memory leaks in tests 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/browsing_data_appcache_helper.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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "+content/browser/download/download_file_manager.h", 45 "+content/browser/download/download_file_manager.h",
46 "+content/browser/download/download_persistent_store_info.h", 46 "+content/browser/download/download_persistent_store_info.h",
47 "+content/browser/download/download_request_handle.h", 47 "+content/browser/download/download_request_handle.h",
48 "+content/browser/download/download_state_info.h", 48 "+content/browser/download/download_state_info.h",
49 "+content/browser/download/download_status_updater.h", 49 "+content/browser/download/download_status_updater.h",
50 "+content/browser/download/download_types.h", 50 "+content/browser/download/download_types.h",
51 "+content/browser/download/drag_download_file.h", 51 "+content/browser/download/drag_download_file.h",
52 "+content/browser/download/drag_download_util.h", 52 "+content/browser/download/drag_download_util.h",
53 "+content/browser/download/interrupt_reasons.h", 53 "+content/browser/download/interrupt_reasons.h",
54 "+content/browser/download/mhtml_generation_manager.h", 54 "+content/browser/download/mhtml_generation_manager.h",
55 "+content/browser/file_system/browser_file_system_helper.h",
56 "+content/browser/find_pasteboard.h", 55 "+content/browser/find_pasteboard.h",
57 "+content/browser/font_list_async.h", 56 "+content/browser/font_list_async.h",
58 "+content/browser/geolocation/wifi_data_provider_common.h", 57 "+content/browser/geolocation/wifi_data_provider_common.h",
59 "+content/browser/in_process_webkit/dom_storage_context.h", 58 "+content/browser/in_process_webkit/dom_storage_context.h",
60 "+content/browser/in_process_webkit/session_storage_namespace.h", 59 "+content/browser/in_process_webkit/session_storage_namespace.h",
61 "+content/browser/in_process_webkit/webkit_context.h", 60 "+content/browser/in_process_webkit/webkit_context.h",
62 "+content/browser/intents/intent_injector.h", 61 "+content/browser/intents/intent_injector.h",
63 "+content/browser/load_notification_details.h", 62 "+content/browser/load_notification_details.h",
64 "+content/browser/mac/closure_blocks_leopard_compat.h", 63 "+content/browser/mac/closure_blocks_leopard_compat.h",
65 "+content/browser/mach_broker_mac.h", 64 "+content/browser/mach_broker_mac.h",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "+third_party/libjingle", 126 "+third_party/libjingle",
128 "+third_party/protobuf/src/google/protobuf", 127 "+third_party/protobuf/src/google/protobuf",
129 "+third_party/sqlite", 128 "+third_party/sqlite",
130 "+third_party/undoview", 129 "+third_party/undoview",
131 "+v8/include", # Browser uses V8 to get the version and run the debugger. 130 "+v8/include", # Browser uses V8 to get the version and run the debugger.
132 131
133 # FIXME: these should probably not be here, we need to find a better 132 # FIXME: these should probably not be here, we need to find a better
134 # structure for these includes. 133 # structure for these includes.
135 "+chrome/renderer", 134 "+chrome/renderer",
136 ] 135 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browsing_data_appcache_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698