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

Side by Side Diff: content/content_common.gypi

Issue 119153002: Move H264Parser and H264BitReader to media/filters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add test-25fps.h264 to isolate Created 6 years, 12 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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'common/gpu/image_transport_surface.cc', 236 'common/gpu/image_transport_surface.cc',
237 'common/gpu/image_transport_surface.h', 237 'common/gpu/image_transport_surface.h',
238 'common/gpu/image_transport_surface_android.cc', 238 'common/gpu/image_transport_surface_android.cc',
239 'common/gpu/image_transport_surface_linux.cc', 239 'common/gpu/image_transport_surface_linux.cc',
240 'common/gpu/image_transport_surface_mac.cc', 240 'common/gpu/image_transport_surface_mac.cc',
241 'common/gpu/image_transport_surface_win.cc', 241 'common/gpu/image_transport_surface_win.cc',
242 'common/gpu/media/gpu_video_decode_accelerator.cc', 242 'common/gpu/media/gpu_video_decode_accelerator.cc',
243 'common/gpu/media/gpu_video_decode_accelerator.h', 243 'common/gpu/media/gpu_video_decode_accelerator.h',
244 'common/gpu/media/gpu_video_encode_accelerator.cc', 244 'common/gpu/media/gpu_video_encode_accelerator.cc',
245 'common/gpu/media/gpu_video_encode_accelerator.h', 245 'common/gpu/media/gpu_video_encode_accelerator.h',
246 'common/gpu/media/h264_bit_reader.cc',
247 'common/gpu/media/h264_bit_reader.h',
248 'common/gpu/media/h264_parser.cc',
249 'common/gpu/media/h264_parser.h',
250 'common/gpu/media/video_decode_accelerator_impl.cc', 246 'common/gpu/media/video_decode_accelerator_impl.cc',
251 'common/gpu/media/video_decode_accelerator_impl.h', 247 'common/gpu/media/video_decode_accelerator_impl.h',
252 'common/gpu/stream_texture_manager_android.cc', 248 'common/gpu/stream_texture_manager_android.cc',
253 'common/gpu/stream_texture_manager_android.h', 249 'common/gpu/stream_texture_manager_android.h',
254 'common/gpu/sync_point_manager.cc', 250 'common/gpu/sync_point_manager.cc',
255 'common/gpu/sync_point_manager.h', 251 'common/gpu/sync_point_manager.h',
256 'common/gpu/texture_image_transport_surface.cc', 252 'common/gpu/texture_image_transport_surface.cc',
257 'common/gpu/texture_image_transport_surface.h', 253 'common/gpu/texture_image_transport_surface.h',
258 'common/handle_enumerator_win.cc', 254 'common/handle_enumerator_win.cc',
259 'common/handle_enumerator_win.h', 255 'common/handle_enumerator_win.h',
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 627 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
632 '<(output)', 628 '<(output)',
633 '<(PRODUCT_DIR)', 629 '<(PRODUCT_DIR)',
634 ], 630 ],
635 'msvs_cygwin_shell': 1, 631 'msvs_cygwin_shell': 1,
636 }, 632 },
637 ] 633 ]
638 }], 634 }],
639 ], 635 ],
640 } 636 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698