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

Side by Side Diff: chrome/browser/DEPS

Issue 9221017: Hide BrowsingInstance from all but SiteInstance, as intended by design. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 years, 11 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 12 matching lines...) Expand all
23 "+webkit/database", 23 "+webkit/database",
24 "+webkit/forms", # Defines some types that are marshalled over IPC. 24 "+webkit/forms", # Defines some types that are marshalled over IPC.
25 "+webkit/glue", # Defines some types that are marshalled over IPC. 25 "+webkit/glue", # Defines some types that are marshalled over IPC.
26 "+webkit/plugins", # Defines some types that are marshalled over IPC. 26 "+webkit/plugins", # Defines some types that are marshalled over IPC.
27 "+webkit/quota", 27 "+webkit/quota",
28 "+xib_localizers", # For generated mac localization helpers 28 "+xib_localizers", # For generated mac localization helpers
29 29
30 # TODO(jam): this needs to be removed, and only use content/public. BUG=98716 30 # TODO(jam): this needs to be removed, and only use content/public. BUG=98716
31 "+content/browser", 31 "+content/browser",
32 "-content/browser/browser_process_sub_thread.h", 32 "-content/browser/browser_process_sub_thread.h",
33 "-content/browser/browsing_instance.h",
33 "-content/browser/download/download_manager_impl.h", 34 "-content/browser/download/download_manager_impl.h",
34 "-content/browser/download/download_resource_handler.h", 35 "-content/browser/download/download_resource_handler.h",
35 "-content/browser/download/save_file_manager.h", 36 "-content/browser/download/save_file_manager.h",
36 "-content/browser/notification_service_impl.h", 37 "-content/browser/notification_service_impl.h",
37 "-content/browser/tab_contents/navigation_controller_impl.h", 38 "-content/browser/tab_contents/navigation_controller_impl.h",
38 "-content/browser/tab_contents/navigation_entry_impl.h", 39 "-content/browser/tab_contents/navigation_entry_impl.h",
39 "-content/browser/tab_contents/render_view_host_manager.h", 40 "-content/browser/tab_contents/render_view_host_manager.h",
40 "-content/browser/plugin_service_impl.h", 41 "-content/browser/plugin_service_impl.h",
41 "-content/browser/worker_service_impl.h", 42 "-content/browser/worker_service_impl.h",
42 43
(...skipping 14 matching lines...) Expand all
57 "+third_party/libjingle", 58 "+third_party/libjingle",
58 "+third_party/protobuf/src/google/protobuf", 59 "+third_party/protobuf/src/google/protobuf",
59 "+third_party/sqlite", 60 "+third_party/sqlite",
60 "+third_party/undoview", 61 "+third_party/undoview",
61 "+v8/include", # Browser uses V8 to get the version and run the debugger. 62 "+v8/include", # Browser uses V8 to get the version and run the debugger.
62 63
63 # FIXME: these should probably not be here, we need to find a better 64 # FIXME: these should probably not be here, we need to find a better
64 # structure for these includes. 65 # structure for these includes.
65 "+chrome/renderer", 66 "+chrome/renderer",
66 ] 67 ]
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