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

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: Remove unused entry from media.gyp 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
« no previous file with comments | « content/common/gpu/media/h264_parser.cc ('k') | content/content_tests.gypi » ('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 '../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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'common/gpu/stream_texture_manager_android.h', 209 'common/gpu/stream_texture_manager_android.h',
210 'common/gpu/gpu_watchdog.h', 210 'common/gpu/gpu_watchdog.h',
211 'common/gpu/image_transport_surface.h', 211 'common/gpu/image_transport_surface.h',
212 'common/gpu/image_transport_surface.cc', 212 'common/gpu/image_transport_surface.cc',
213 'common/gpu/image_transport_surface_android.cc', 213 'common/gpu/image_transport_surface_android.cc',
214 'common/gpu/image_transport_surface_linux.cc', 214 'common/gpu/image_transport_surface_linux.cc',
215 'common/gpu/image_transport_surface_mac.cc', 215 'common/gpu/image_transport_surface_mac.cc',
216 'common/gpu/image_transport_surface_win.cc', 216 'common/gpu/image_transport_surface_win.cc',
217 'common/gpu/media/avc_config_record_builder.cc', 217 'common/gpu/media/avc_config_record_builder.cc',
218 'common/gpu/media/avc_config_record_builder.h', 218 'common/gpu/media/avc_config_record_builder.h',
219 'common/gpu/media/h264_bit_reader.cc',
220 'common/gpu/media/h264_bit_reader.h',
219 'common/gpu/media/h264_parser.cc', 221 'common/gpu/media/h264_parser.cc',
220 'common/gpu/media/h264_parser.h', 222 'common/gpu/media/h264_parser.h',
221 'common/gpu/media/mac_video_decode_accelerator.h', 223 'common/gpu/media/mac_video_decode_accelerator.h',
222 'common/gpu/media/mac_video_decode_accelerator.mm', 224 'common/gpu/media/mac_video_decode_accelerator.mm',
223 'common/gpu/media/gpu_video_decode_accelerator.cc', 225 'common/gpu/media/gpu_video_decode_accelerator.cc',
224 'common/gpu/media/gpu_video_decode_accelerator.h', 226 'common/gpu/media/gpu_video_decode_accelerator.h',
225 'common/gpu/sync_point_manager.h', 227 'common/gpu/sync_point_manager.h',
226 'common/gpu/sync_point_manager.cc', 228 'common/gpu/sync_point_manager.cc',
227 'common/gpu/texture_image_transport_surface.h', 229 'common/gpu/texture_image_transport_surface.h',
228 'common/gpu/texture_image_transport_surface.cc', 230 'common/gpu/texture_image_transport_surface.cc',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 '../build/extract_from_cab.py', 495 '../build/extract_from_cab.py',
494 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 496 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
495 '<(output)', 497 '<(output)',
496 '<(PRODUCT_DIR)', 498 '<(PRODUCT_DIR)',
497 ], 499 ],
498 }, 500 },
499 ] 501 ]
500 }] 502 }]
501 ], 503 ],
502 } 504 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/h264_parser.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698