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

Side by Side Diff: content/content_common.gypi

Issue 10388108: Implement media::VideoDecodeAccelerator on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix cros build Created 8 years, 6 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
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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'common/gpu/gpu_memory_manager.h', 190 'common/gpu/gpu_memory_manager.h',
191 'common/gpu/gpu_messages.h', 191 'common/gpu/gpu_messages.h',
192 'common/gpu/gpu_process_launch_causes.h', 192 'common/gpu/gpu_process_launch_causes.h',
193 'common/gpu/gpu_watchdog.h', 193 'common/gpu/gpu_watchdog.h',
194 'common/gpu/image_transport_surface.h', 194 'common/gpu/image_transport_surface.h',
195 'common/gpu/image_transport_surface.cc', 195 'common/gpu/image_transport_surface.cc',
196 'common/gpu/image_transport_surface_android.cc', 196 'common/gpu/image_transport_surface_android.cc',
197 'common/gpu/image_transport_surface_linux.cc', 197 'common/gpu/image_transport_surface_linux.cc',
198 'common/gpu/image_transport_surface_mac.cc', 198 'common/gpu/image_transport_surface_mac.cc',
199 'common/gpu/image_transport_surface_win.cc', 199 'common/gpu/image_transport_surface_win.cc',
200 'common/gpu/media/mac_video_decode_accelerator.h',
201 'common/gpu/media/mac_video_decode_accelerator.mm',
200 'common/gpu/media/gpu_video_decode_accelerator.cc', 202 'common/gpu/media/gpu_video_decode_accelerator.cc',
201 'common/gpu/media/gpu_video_decode_accelerator.h', 203 'common/gpu/media/gpu_video_decode_accelerator.h',
202 'common/gpu/texture_image_transport_surface.h', 204 'common/gpu/texture_image_transport_surface.h',
203 'common/gpu/texture_image_transport_surface.cc', 205 'common/gpu/texture_image_transport_surface.cc',
204 'common/handle_enumerator_win.cc', 206 'common/handle_enumerator_win.cc',
205 'common/handle_enumerator_win.h', 207 'common/handle_enumerator_win.h',
206 'common/hi_res_timer_manager_posix.cc', 208 'common/hi_res_timer_manager_posix.cc',
207 'common/hi_res_timer_manager_win.cc', 209 'common/hi_res_timer_manager_win.cc',
208 'common/hi_res_timer_manager.h', 210 'common/hi_res_timer_manager.h',
209 'common/indexed_db/indexed_db_key.cc', 211 'common/indexed_db/indexed_db_key.cc',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 '../build/extract_from_cab.py', 460 '../build/extract_from_cab.py',
459 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 461 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
460 '<(output)', 462 '<(output)',
461 '<(PRODUCT_DIR)', 463 '<(PRODUCT_DIR)',
462 ], 464 ],
463 }, 465 },
464 ] 466 ]
465 }] 467 }]
466 ], 468 ],
467 } 469 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698