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

Side by Side Diff: chrome/browser/DEPS

Issue 9433006: Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The reason is the content mo… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments 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/browser_process.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",
11 "+google_update", 11 "+google_update",
12 "+grit", # For generated headers 12 "+grit", # For generated headers
13 "+media/audio", # For audio input for speech input feature.
14 "+policy", # For generated headers and source 13 "+policy", # For generated headers and source
15 "+ppapi/c", # For various types. 14 "+ppapi/c", # For various types.
16 "+ppapi/proxy", 15 "+ppapi/proxy",
17 "+rlz", 16 "+rlz",
18 "+sandbox/linux", 17 "+sandbox/linux",
19 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. 18 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox.
20 "+skia/ext", 19 "+skia/ext",
21 "+skia/include", 20 "+skia/include",
22 "+third_party/cros", 21 "+third_party/cros",
23 "+third_party/cros_system_api", 22 "+third_party/cros_system_api",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "+content/browser/net/url_request_slow_http_job.h", 65 "+content/browser/net/url_request_slow_http_job.h",
67 "+content/browser/plugin_service_filter.h", 66 "+content/browser/plugin_service_filter.h",
68 "+content/browser/quota_permission_context.h", 67 "+content/browser/quota_permission_context.h",
69 "+content/browser/renderer_host/backing_store.h", 68 "+content/browser/renderer_host/backing_store.h",
70 "+content/browser/renderer_host/backing_store_gtk.h", 69 "+content/browser/renderer_host/backing_store_gtk.h",
71 "+content/browser/renderer_host/backing_store_mac.h", 70 "+content/browser/renderer_host/backing_store_mac.h",
72 "+content/browser/renderer_host/backing_store_manager.h", 71 "+content/browser/renderer_host/backing_store_manager.h",
73 "+content/browser/renderer_host/backing_store_skia.h", 72 "+content/browser/renderer_host/backing_store_skia.h",
74 "+content/browser/renderer_host/dummy_resource_handler.h", 73 "+content/browser/renderer_host/dummy_resource_handler.h",
75 "+content/browser/renderer_host/media/media_observer.h", 74 "+content/browser/renderer_host/media/media_observer.h",
76 "+content/browser/renderer_host/media/media_stream_manager.h",
77 "+content/browser/renderer_host/mock_render_process_host.h", 75 "+content/browser/renderer_host/mock_render_process_host.h",
78 "+content/browser/renderer_host/render_process_host_browsertest.h", 76 "+content/browser/renderer_host/render_process_host_browsertest.h",
79 "+content/browser/renderer_host/render_sandbox_host_linux.h", 77 "+content/browser/renderer_host/render_sandbox_host_linux.h",
80 "+content/browser/renderer_host/render_view_host.h", 78 "+content/browser/renderer_host/render_view_host.h",
81 "+content/browser/renderer_host/render_view_host_factory.h", 79 "+content/browser/renderer_host/render_view_host_factory.h",
82 "+content/browser/renderer_host/render_widget_host.h", 80 "+content/browser/renderer_host/render_widget_host.h",
83 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h", 81 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h",
84 "+content/browser/renderer_host/resource_dispatcher_host.h", 82 "+content/browser/renderer_host/resource_dispatcher_host.h",
85 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h", 83 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h",
86 "+content/browser/renderer_host/resource_queue.h", 84 "+content/browser/renderer_host/resource_queue.h",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "+third_party/libjingle", 119 "+third_party/libjingle",
122 "+third_party/protobuf/src/google/protobuf", 120 "+third_party/protobuf/src/google/protobuf",
123 "+third_party/sqlite", 121 "+third_party/sqlite",
124 "+third_party/undoview", 122 "+third_party/undoview",
125 "+v8/include", # Browser uses V8 to get the version and run the debugger. 123 "+v8/include", # Browser uses V8 to get the version and run the debugger.
126 124
127 # FIXME: these should probably not be here, we need to find a better 125 # FIXME: these should probably not be here, we need to find a better
128 # structure for these includes. 126 # structure for these includes.
129 "+chrome/renderer", 127 "+chrome/renderer",
130 ] 128 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698