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

Side by Side Diff: content/content_renderer.gypi

Issue 9234064: Implement device enumeration for PPB_VideoCapture_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 | content/renderer/pepper_platform_video_capture_impl.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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 9 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
10 '../ppapi/ppapi_internal.gyp:ppapi_shared', 10 '../ppapi/ppapi_internal.gyp:ppapi_shared',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'renderer/mouse_lock_dispatcher.cc', 115 'renderer/mouse_lock_dispatcher.cc',
116 'renderer/mouse_lock_dispatcher.h', 116 'renderer/mouse_lock_dispatcher.h',
117 'renderer/notification_provider.cc', 117 'renderer/notification_provider.cc',
118 'renderer/notification_provider.h', 118 'renderer/notification_provider.h',
119 'renderer/paint_aggregator.cc', 119 'renderer/paint_aggregator.cc',
120 'renderer/paint_aggregator.h', 120 'renderer/paint_aggregator.h',
121 'renderer/pepper_parent_context_provider.cc', 121 'renderer/pepper_parent_context_provider.cc',
122 'renderer/pepper_parent_context_provider.h', 122 'renderer/pepper_parent_context_provider.h',
123 'renderer/pepper_platform_context_3d_impl.cc', 123 'renderer/pepper_platform_context_3d_impl.cc',
124 'renderer/pepper_platform_context_3d_impl.h', 124 'renderer/pepper_platform_context_3d_impl.h',
125 'renderer/pepper_platform_video_capture_impl.cc',
126 'renderer/pepper_platform_video_capture_impl.h',
125 'renderer/pepper_plugin_delegate_impl.cc', 127 'renderer/pepper_plugin_delegate_impl.cc',
126 'renderer/pepper_plugin_delegate_impl.h', 128 'renderer/pepper_plugin_delegate_impl.h',
127 'renderer/plugin_channel_host.cc', 129 'renderer/plugin_channel_host.cc',
128 'renderer/plugin_channel_host.h', 130 'renderer/plugin_channel_host.h',
129 'renderer/render_process.h', 131 'renderer/render_process.h',
130 'renderer/render_process_impl.cc', 132 'renderer/render_process_impl.cc',
131 'renderer/render_process_impl.h', 133 'renderer/render_process_impl.h',
132 'renderer/render_thread_impl.cc', 134 'renderer/render_thread_impl.cc',
133 'renderer/render_thread_impl.h', 135 'renderer/render_thread_impl.h',
134 'renderer/render_view_impl.cc', 136 'renderer/render_view_impl.cc',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 }, { 268 }, {
267 'sources!': [ 269 'sources!': [
268 'renderer/java/java_bridge_channel.cc', 270 'renderer/java/java_bridge_channel.cc',
269 'renderer/java/java_bridge_channel.h', 271 'renderer/java/java_bridge_channel.h',
270 'renderer/java/java_bridge_dispatcher.cc', 272 'renderer/java/java_bridge_dispatcher.cc',
271 'renderer/java/java_bridge_dispatcher.h', 273 'renderer/java/java_bridge_dispatcher.h',
272 ], 274 ],
273 }], 275 }],
274 ], 276 ],
275 } 277 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/pepper_platform_video_capture_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698