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

Side by Side Diff: content/content_common.gypi

Issue 20632002: Add media::VideoEncodeAccelerator with WebRTC integration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@git-svn
Patch Set: 7fd9dbd5 More debugging statements, some fixes Created 7 years, 4 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
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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'common/gpu/client/context_provider_command_buffer.cc', 185 'common/gpu/client/context_provider_command_buffer.cc',
186 'common/gpu/client/context_provider_command_buffer.h', 186 'common/gpu/client/context_provider_command_buffer.h',
187 'common/gpu/client/gl_helper.cc', 187 'common/gpu/client/gl_helper.cc',
188 'common/gpu/client/gl_helper.h', 188 'common/gpu/client/gl_helper.h',
189 'common/gpu/client/gl_helper_scaling.cc', 189 'common/gpu/client/gl_helper_scaling.cc',
190 'common/gpu/client/gl_helper_scaling.h', 190 'common/gpu/client/gl_helper_scaling.h',
191 'common/gpu/client/gpu_channel_host.cc', 191 'common/gpu/client/gpu_channel_host.cc',
192 'common/gpu/client/gpu_channel_host.h', 192 'common/gpu/client/gpu_channel_host.h',
193 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 193 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
194 'common/gpu/client/gpu_video_decode_accelerator_host.h', 194 'common/gpu/client/gpu_video_decode_accelerator_host.h',
195 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
196 'common/gpu/client/gpu_video_encode_accelerator_host.h',
195 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 197 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
196 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 198 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
197 'common/gpu/gpu_channel.cc', 199 'common/gpu/gpu_channel.cc',
198 'common/gpu/gpu_channel.h', 200 'common/gpu/gpu_channel.h',
199 'common/gpu/gpu_channel_manager.cc', 201 'common/gpu/gpu_channel_manager.cc',
200 'common/gpu/gpu_channel_manager.h', 202 'common/gpu/gpu_channel_manager.h',
201 'common/gpu/gpu_command_buffer_stub.cc', 203 'common/gpu/gpu_command_buffer_stub.cc',
202 'common/gpu/gpu_command_buffer_stub.h', 204 'common/gpu/gpu_command_buffer_stub.h',
203 'common/gpu/gpu_config.h', 205 'common/gpu/gpu_config.h',
204 'common/gpu/gpu_memory_allocation.h', 206 'common/gpu/gpu_memory_allocation.h',
(...skipping 18 matching lines...) Expand all
223 'common/gpu/image_transport_surface_android.cc', 225 'common/gpu/image_transport_surface_android.cc',
224 'common/gpu/image_transport_surface_linux.cc', 226 'common/gpu/image_transport_surface_linux.cc',
225 'common/gpu/image_transport_surface_mac.cc', 227 'common/gpu/image_transport_surface_mac.cc',
226 'common/gpu/image_transport_surface_win.cc', 228 'common/gpu/image_transport_surface_win.cc',
227 'common/gpu/media/h264_bit_reader.cc', 229 'common/gpu/media/h264_bit_reader.cc',
228 'common/gpu/media/h264_bit_reader.h', 230 'common/gpu/media/h264_bit_reader.h',
229 'common/gpu/media/h264_parser.cc', 231 'common/gpu/media/h264_parser.cc',
230 'common/gpu/media/h264_parser.h', 232 'common/gpu/media/h264_parser.h',
231 'common/gpu/media/gpu_video_decode_accelerator.cc', 233 'common/gpu/media/gpu_video_decode_accelerator.cc',
232 'common/gpu/media/gpu_video_decode_accelerator.h', 234 'common/gpu/media/gpu_video_decode_accelerator.h',
235 'common/gpu/media/gpu_video_encode_accelerator.cc',
236 'common/gpu/media/gpu_video_encode_accelerator.h',
233 'common/gpu/sync_point_manager.h', 237 'common/gpu/sync_point_manager.h',
234 'common/gpu/sync_point_manager.cc', 238 'common/gpu/sync_point_manager.cc',
235 'common/gpu/texture_image_transport_surface.h', 239 'common/gpu/texture_image_transport_surface.h',
236 'common/gpu/texture_image_transport_surface.cc', 240 'common/gpu/texture_image_transport_surface.cc',
237 'common/handle_enumerator_win.cc', 241 'common/handle_enumerator_win.cc',
238 'common/handle_enumerator_win.h', 242 'common/handle_enumerator_win.h',
239 'common/image_messages.h', 243 'common/image_messages.h',
240 'common/indexed_db/indexed_db_key.cc', 244 'common/indexed_db/indexed_db_key.cc',
241 'common/indexed_db/indexed_db_key.h', 245 'common/indexed_db/indexed_db_key.h',
242 'common/indexed_db/indexed_db_key_path.cc', 246 'common/indexed_db/indexed_db_key_path.cc',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'common/gpu/media/android_video_decode_accelerator.h', 477 'common/gpu/media/android_video_decode_accelerator.h',
474 ], 478 ],
475 }], 479 }],
476 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { 480 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', {
477 'dependencies': [ 481 'dependencies': [
478 '../media/media.gyp:media', 482 '../media/media.gyp:media',
479 ], 483 ],
480 'sources': [ 484 'sources': [
481 'common/gpu/media/exynos_video_decode_accelerator.cc', 485 'common/gpu/media/exynos_video_decode_accelerator.cc',
482 'common/gpu/media/exynos_video_decode_accelerator.h', 486 'common/gpu/media/exynos_video_decode_accelerator.h',
487 'common/gpu/media/exynos_video_encode_accelerator.cc',
488 'common/gpu/media/exynos_video_encode_accelerator.h',
Ami GONE FROM CHROMIUM 2013/07/31 23:01:12 EVEA is not a part of this CL.
sheu 2013/08/02 01:27:49 Done.
483 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', 489 'common/gpu/media/gles2_texture_to_egl_image_translator.cc',
484 'common/gpu/media/gles2_texture_to_egl_image_translator.h', 490 'common/gpu/media/gles2_texture_to_egl_image_translator.h',
485 'common/gpu/media/omx_video_decode_accelerator.cc', 491 'common/gpu/media/omx_video_decode_accelerator.cc',
486 'common/gpu/media/omx_video_decode_accelerator.h', 492 'common/gpu/media/omx_video_decode_accelerator.h',
487 ], 493 ],
488 'include_dirs': [ 494 'include_dirs': [
489 '<(DEPTH)/third_party/khronos', 495 '<(DEPTH)/third_party/khronos',
490 '<(DEPTH)/third_party/openmax/il', 496 '<(DEPTH)/third_party/openmax/il',
491 ], 497 ],
492 'link_settings': { 498 'link_settings': {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 571 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
566 '<(output)', 572 '<(output)',
567 '<(PRODUCT_DIR)', 573 '<(PRODUCT_DIR)',
568 ], 574 ],
569 'msvs_cygwin_shell': 1, 575 'msvs_cygwin_shell': 1,
570 }, 576 },
571 ] 577 ]
572 }], 578 }],
573 ], 579 ],
574 } 580 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698