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

Side by Side Diff: content/content_common.gypi

Issue 1451353002: Implement GpuArcVideoService for arc video accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and addressed luis's comments Created 5 years 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 '../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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 'common/gpu/image_transport_surface.cc', 344 'common/gpu/image_transport_surface.cc',
345 'common/gpu/image_transport_surface.h', 345 'common/gpu/image_transport_surface.h',
346 'common/gpu/image_transport_surface_android.cc', 346 'common/gpu/image_transport_surface_android.cc',
347 'common/gpu/image_transport_surface_linux.cc', 347 'common/gpu/image_transport_surface_linux.cc',
348 'common/gpu/image_transport_surface_mac.mm', 348 'common/gpu/image_transport_surface_mac.mm',
349 'common/gpu/image_transport_surface_overlay_mac.h', 349 'common/gpu/image_transport_surface_overlay_mac.h',
350 'common/gpu/image_transport_surface_overlay_mac.mm', 350 'common/gpu/image_transport_surface_overlay_mac.mm',
351 'common/gpu/image_transport_surface_win.cc', 351 'common/gpu/image_transport_surface_win.cc',
352 'common/gpu/media/fake_video_decode_accelerator.cc', 352 'common/gpu/media/fake_video_decode_accelerator.cc',
353 'common/gpu/media/fake_video_decode_accelerator.h', 353 'common/gpu/media/fake_video_decode_accelerator.h',
354 'common/gpu/media/gpu_arc_video_service.cc',
Pawel Osciak 2015/12/23 06:24:01 Perhaps in chromeos=1?
kcwu 2015/12/23 09:09:43 Done.
355 'common/gpu/media/gpu_arc_video_service.h',
354 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', 356 'common/gpu/media/gpu_jpeg_decode_accelerator.cc',
355 'common/gpu/media/gpu_jpeg_decode_accelerator.h', 357 'common/gpu/media/gpu_jpeg_decode_accelerator.h',
356 'common/gpu/media/gpu_video_accelerator_util.cc', 358 'common/gpu/media/gpu_video_accelerator_util.cc',
357 'common/gpu/media/gpu_video_accelerator_util.h', 359 'common/gpu/media/gpu_video_accelerator_util.h',
358 'common/gpu/media/gpu_video_decode_accelerator.cc', 360 'common/gpu/media/gpu_video_decode_accelerator.cc',
359 'common/gpu/media/gpu_video_decode_accelerator.h', 361 'common/gpu/media/gpu_video_decode_accelerator.h',
360 'common/gpu/media/gpu_video_encode_accelerator.cc', 362 'common/gpu/media/gpu_video_encode_accelerator.cc',
361 'common/gpu/media/gpu_video_encode_accelerator.h', 363 'common/gpu/media/gpu_video_encode_accelerator.h',
362 'common/gpu/stream_texture_android.cc', 364 'common/gpu/stream_texture_android.cc',
363 'common/gpu/stream_texture_android.h', 365 'common/gpu/stream_texture_android.h',
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1110 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1111 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1110 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1112 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1111 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1113 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1114 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1113 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1115 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1114 ], 1116 ],
1115 }], 1117 }],
1116 ], 1118 ],
1117 } 1119 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698