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

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: remove #if 0 Created 8 years, 7 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'common/gpu/gpu_memory_manager.h', 186 'common/gpu/gpu_memory_manager.h',
187 'common/gpu/gpu_messages.h', 187 'common/gpu/gpu_messages.h',
188 'common/gpu/gpu_process_launch_causes.h', 188 'common/gpu/gpu_process_launch_causes.h',
189 'common/gpu/gpu_watchdog.h', 189 'common/gpu/gpu_watchdog.h',
190 'common/gpu/image_transport_surface.h', 190 'common/gpu/image_transport_surface.h',
191 'common/gpu/image_transport_surface.cc', 191 'common/gpu/image_transport_surface.cc',
192 'common/gpu/image_transport_surface_android.cc', 192 'common/gpu/image_transport_surface_android.cc',
193 'common/gpu/image_transport_surface_linux.cc', 193 'common/gpu/image_transport_surface_linux.cc',
194 'common/gpu/image_transport_surface_mac.cc', 194 'common/gpu/image_transport_surface_mac.cc',
195 'common/gpu/image_transport_surface_win.cc', 195 'common/gpu/image_transport_surface_win.cc',
196 'common/gpu/media/mac_video_decode_accelerator.h',
197 'common/gpu/media/mac_video_decode_accelerator.mm',
196 'common/gpu/media/gpu_video_decode_accelerator.cc', 198 'common/gpu/media/gpu_video_decode_accelerator.cc',
197 'common/gpu/media/gpu_video_decode_accelerator.h', 199 'common/gpu/media/gpu_video_decode_accelerator.h',
198 'common/gpu/texture_image_transport_surface.h', 200 'common/gpu/texture_image_transport_surface.h',
199 'common/gpu/texture_image_transport_surface.cc', 201 'common/gpu/texture_image_transport_surface.cc',
200 'common/handle_enumerator_win.cc', 202 'common/handle_enumerator_win.cc',
201 'common/handle_enumerator_win.h', 203 'common/handle_enumerator_win.h',
202 'common/hi_res_timer_manager_posix.cc', 204 'common/hi_res_timer_manager_posix.cc',
203 'common/hi_res_timer_manager_win.cc', 205 'common/hi_res_timer_manager_win.cc',
204 'common/hi_res_timer_manager.h', 206 'common/hi_res_timer_manager.h',
205 'common/indexed_db/indexed_db_key.cc', 207 'common/indexed_db/indexed_db_key.cc',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 '../build/extract_from_cab.py', 452 '../build/extract_from_cab.py',
451 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 453 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
452 '<(output)', 454 '<(output)',
453 '<(PRODUCT_DIR)', 455 '<(PRODUCT_DIR)',
454 ], 456 ],
455 }, 457 },
456 ] 458 ]
457 }] 459 }]
458 ], 460 ],
459 } 461 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698