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

Side by Side Diff: content/content_renderer.gypi

Issue 11274036: Refactor video capture to new design (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: export Created 8 years, 1 month 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
« no previous file with comments | « no previous file | content/renderer/pepper/content_renderer_pepper_host_factory.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 # 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_host', 9 '../ppapi/ppapi_internal.gyp:ppapi_host',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'renderer/pepper/pepper_platform_context_3d_impl.cc', 192 'renderer/pepper/pepper_platform_context_3d_impl.cc',
193 'renderer/pepper/pepper_platform_context_3d_impl.h', 193 'renderer/pepper/pepper_platform_context_3d_impl.h',
194 'renderer/pepper/pepper_platform_image_2d_impl.cc', 194 'renderer/pepper/pepper_platform_image_2d_impl.cc',
195 'renderer/pepper/pepper_platform_image_2d_impl.h', 195 'renderer/pepper/pepper_platform_image_2d_impl.h',
196 'renderer/pepper/pepper_platform_video_capture_impl.cc', 196 'renderer/pepper/pepper_platform_video_capture_impl.cc',
197 'renderer/pepper/pepper_platform_video_capture_impl.h', 197 'renderer/pepper/pepper_platform_video_capture_impl.h',
198 'renderer/pepper/pepper_plugin_delegate_impl.cc', 198 'renderer/pepper/pepper_plugin_delegate_impl.cc',
199 'renderer/pepper/pepper_plugin_delegate_impl.h', 199 'renderer/pepper/pepper_plugin_delegate_impl.h',
200 'renderer/pepper/pepper_proxy_channel_delegate_impl.cc', 200 'renderer/pepper/pepper_proxy_channel_delegate_impl.cc',
201 'renderer/pepper/pepper_proxy_channel_delegate_impl.h', 201 'renderer/pepper/pepper_proxy_channel_delegate_impl.h',
202 'renderer/pepper/pepper_video_capture_host.cc',
203 'renderer/pepper/pepper_video_capture_host.h',
202 'renderer/pepper/pepper_websocket_host.cc', 204 'renderer/pepper/pepper_websocket_host.cc',
203 'renderer/pepper/pepper_websocket_host.h', 205 'renderer/pepper/pepper_websocket_host.h',
204 'renderer/pepper/renderer_ppapi_host_impl.cc', 206 'renderer/pepper/renderer_ppapi_host_impl.cc',
205 'renderer/pepper/renderer_ppapi_host_impl.h', 207 'renderer/pepper/renderer_ppapi_host_impl.h',
206 'renderer/plugin_channel_host.cc', 208 'renderer/plugin_channel_host.cc',
207 'renderer/plugin_channel_host.h', 209 'renderer/plugin_channel_host.h',
208 'renderer/browser_plugin/browser_plugin.cc', 210 'renderer/browser_plugin/browser_plugin.cc',
209 'renderer/browser_plugin/browser_plugin.h', 211 'renderer/browser_plugin/browser_plugin.h',
210 'renderer/browser_plugin/browser_plugin_backing_store.h', 212 'renderer/browser_plugin/browser_plugin_backing_store.h',
211 'renderer/browser_plugin/browser_plugin_backing_store.cc', 213 'renderer/browser_plugin/browser_plugin_backing_store.cc',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 }], 375 }],
374 ], 376 ],
375 'target_conditions': [ 377 'target_conditions': [
376 ['OS=="android"', { 378 ['OS=="android"', {
377 'sources/': [ 379 'sources/': [
378 ['include', '^renderer/render_view_linux\\.cc$'], 380 ['include', '^renderer/render_view_linux\\.cc$'],
379 ], 381 ],
380 }], 382 }],
381 ], 383 ],
382 } 384 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/pepper/content_renderer_pepper_host_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698