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

Side by Side Diff: content/content_common.gypi

Issue 10710002: Add HE AAC support to ISO BMFF. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Explicitly check if audio is AAC. Created 8 years, 5 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 '../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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'common/gpu/gpu_process_launch_causes.h', 201 'common/gpu/gpu_process_launch_causes.h',
202 'common/gpu/gpu_watchdog.h', 202 'common/gpu/gpu_watchdog.h',
203 'common/gpu/image_transport_surface.h', 203 'common/gpu/image_transport_surface.h',
204 'common/gpu/image_transport_surface.cc', 204 'common/gpu/image_transport_surface.cc',
205 'common/gpu/image_transport_surface_android.cc', 205 'common/gpu/image_transport_surface_android.cc',
206 'common/gpu/image_transport_surface_linux.cc', 206 'common/gpu/image_transport_surface_linux.cc',
207 'common/gpu/image_transport_surface_mac.cc', 207 'common/gpu/image_transport_surface_mac.cc',
208 'common/gpu/image_transport_surface_win.cc', 208 'common/gpu/image_transport_surface_win.cc',
209 'common/gpu/media/avc_config_record_builder.cc', 209 'common/gpu/media/avc_config_record_builder.cc',
210 'common/gpu/media/avc_config_record_builder.h', 210 'common/gpu/media/avc_config_record_builder.h',
211 'common/gpu/media/h264_bit_reader.cc',
212 'common/gpu/media/h264_bit_reader.h',
211 'common/gpu/media/h264_parser.cc', 213 'common/gpu/media/h264_parser.cc',
212 'common/gpu/media/h264_parser.h', 214 'common/gpu/media/h264_parser.h',
213 'common/gpu/media/mac_video_decode_accelerator.h', 215 'common/gpu/media/mac_video_decode_accelerator.h',
214 'common/gpu/media/mac_video_decode_accelerator.mm', 216 'common/gpu/media/mac_video_decode_accelerator.mm',
215 'common/gpu/media/gpu_video_decode_accelerator.cc', 217 'common/gpu/media/gpu_video_decode_accelerator.cc',
216 'common/gpu/media/gpu_video_decode_accelerator.h', 218 'common/gpu/media/gpu_video_decode_accelerator.h',
217 'common/gpu/sync_point_manager.h', 219 'common/gpu/sync_point_manager.h',
218 'common/gpu/sync_point_manager.cc', 220 'common/gpu/sync_point_manager.cc',
219 'common/gpu/texture_image_transport_surface.h', 221 'common/gpu/texture_image_transport_surface.h',
220 'common/gpu/texture_image_transport_surface.cc', 222 'common/gpu/texture_image_transport_surface.cc',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 '../build/extract_from_cab.py', 487 '../build/extract_from_cab.py',
486 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 488 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
487 '<(output)', 489 '<(output)',
488 '<(PRODUCT_DIR)', 490 '<(PRODUCT_DIR)',
489 ], 491 ],
490 }, 492 },
491 ] 493 ]
492 }] 494 }]
493 ], 495 ],
494 } 496 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698