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

Side by Side Diff: content/content_common.gypi

Issue 825863002: WIP: Add hardware jpeg decode on tegra platform Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 5 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
« no previous file with comments | « content/common/gpu/media/tegra_jpeg_codec_device.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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'common/gpu/image_transport_surface_fbo_mac.mm', 317 'common/gpu/image_transport_surface_fbo_mac.mm',
318 'common/gpu/image_transport_surface_iosurface_mac.cc', 318 'common/gpu/image_transport_surface_iosurface_mac.cc',
319 'common/gpu/image_transport_surface_iosurface_mac.h', 319 'common/gpu/image_transport_surface_iosurface_mac.h',
320 'common/gpu/image_transport_surface_linux.cc', 320 'common/gpu/image_transport_surface_linux.cc',
321 'common/gpu/image_transport_surface_mac.mm', 321 'common/gpu/image_transport_surface_mac.mm',
322 'common/gpu/image_transport_surface_win.cc', 322 'common/gpu/image_transport_surface_win.cc',
323 'common/gpu/media/gpu_video_decode_accelerator.cc', 323 'common/gpu/media/gpu_video_decode_accelerator.cc',
324 'common/gpu/media/gpu_video_decode_accelerator.h', 324 'common/gpu/media/gpu_video_decode_accelerator.h',
325 'common/gpu/media/gpu_video_encode_accelerator.cc', 325 'common/gpu/media/gpu_video_encode_accelerator.cc',
326 'common/gpu/media/gpu_video_encode_accelerator.h', 326 'common/gpu/media/gpu_video_encode_accelerator.h',
327 'common/gpu/media/jpeg_codec.cc',
328 'common/gpu/media/jpeg_codec.h',
329 'common/gpu/media/tegra_jpeg_codec_device.cc',
330 'common/gpu/media/tegra_jpeg_codec_device.h',
327 'common/gpu/null_transport_surface.cc', 331 'common/gpu/null_transport_surface.cc',
328 'common/gpu/null_transport_surface.h', 332 'common/gpu/null_transport_surface.h',
329 'common/gpu/stream_texture_android.cc', 333 'common/gpu/stream_texture_android.cc',
330 'common/gpu/stream_texture_android.h', 334 'common/gpu/stream_texture_android.h',
331 'common/handle_enumerator_win.cc', 335 'common/handle_enumerator_win.cc',
332 'common/handle_enumerator_win.h', 336 'common/handle_enumerator_win.h',
333 'common/host_discardable_shared_memory_manager.cc', 337 'common/host_discardable_shared_memory_manager.cc',
334 'common/host_discardable_shared_memory_manager.h', 338 'common/host_discardable_shared_memory_manager.h',
335 'common/host_shared_bitmap_manager.cc', 339 'common/host_shared_bitmap_manager.cc',
336 'common/host_shared_bitmap_manager.h', 340 'common/host_shared_bitmap_manager.h',
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 935 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
932 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 936 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
933 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 937 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
934 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 938 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
935 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 939 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
936 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 940 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
937 ], 941 ],
938 }], 942 }],
939 ], 943 ],
940 } 944 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/tegra_jpeg_codec_device.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698