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

Side by Side Diff: content/content_common.gypi

Issue 177953004: Enable SurfaceTexture based zero-copy texture uploading on Android platform Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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 '../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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'common/gpu/client/gl_helper_scaling.h', 193 'common/gpu/client/gl_helper_scaling.h',
194 'common/gpu/client/gpu_channel_host.cc', 194 'common/gpu/client/gpu_channel_host.cc',
195 'common/gpu/client/gpu_channel_host.h', 195 'common/gpu/client/gpu_channel_host.h',
196 'common/gpu/client/gpu_memory_buffer_impl.cc', 196 'common/gpu/client/gpu_memory_buffer_impl.cc',
197 'common/gpu/client/gpu_memory_buffer_impl.h', 197 'common/gpu/client/gpu_memory_buffer_impl.h',
198 'common/gpu/client/gpu_memory_buffer_impl_android.cc', 198 'common/gpu/client/gpu_memory_buffer_impl_android.cc',
199 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 199 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
200 'common/gpu/client/gpu_memory_buffer_impl_mac.cc', 200 'common/gpu/client/gpu_memory_buffer_impl_mac.cc',
201 'common/gpu/client/gpu_memory_buffer_impl_shm.cc', 201 'common/gpu/client/gpu_memory_buffer_impl_shm.cc',
202 'common/gpu/client/gpu_memory_buffer_impl_shm.h', 202 'common/gpu/client/gpu_memory_buffer_impl_shm.h',
203 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.h',
Hongbo Min 2014/03/18 06:10:03 nit:alpha order.
204 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc',
203 'common/gpu/client/gpu_memory_buffer_impl_win.cc', 205 'common/gpu/client/gpu_memory_buffer_impl_win.cc',
204 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 206 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
205 'common/gpu/client/gpu_video_decode_accelerator_host.h', 207 'common/gpu/client/gpu_video_decode_accelerator_host.h',
206 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 208 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
207 'common/gpu/client/gpu_video_encode_accelerator_host.h', 209 'common/gpu/client/gpu_video_encode_accelerator_host.h',
208 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 210 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
209 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 211 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
210 'common/gpu/devtools_gpu_agent.cc', 212 'common/gpu/devtools_gpu_agent.cc',
211 'common/gpu/devtools_gpu_agent.h', 213 'common/gpu/devtools_gpu_agent.h',
212 'common/gpu/devtools_gpu_instrumentation.cc', 214 'common/gpu/devtools_gpu_instrumentation.cc',
(...skipping 24 matching lines...) Expand all
237 'common/gpu/image_transport_surface_mac.cc', 239 'common/gpu/image_transport_surface_mac.cc',
238 'common/gpu/image_transport_surface_win.cc', 240 'common/gpu/image_transport_surface_win.cc',
239 'common/gpu/media/gpu_video_decode_accelerator.cc', 241 'common/gpu/media/gpu_video_decode_accelerator.cc',
240 'common/gpu/media/gpu_video_decode_accelerator.h', 242 'common/gpu/media/gpu_video_decode_accelerator.h',
241 'common/gpu/media/gpu_video_encode_accelerator.cc', 243 'common/gpu/media/gpu_video_encode_accelerator.cc',
242 'common/gpu/media/gpu_video_encode_accelerator.h', 244 'common/gpu/media/gpu_video_encode_accelerator.h',
243 'common/gpu/media/video_decode_accelerator_impl.cc', 245 'common/gpu/media/video_decode_accelerator_impl.cc',
244 'common/gpu/media/video_decode_accelerator_impl.h', 246 'common/gpu/media/video_decode_accelerator_impl.h',
245 'common/gpu/stream_texture_android.cc', 247 'common/gpu/stream_texture_android.cc',
246 'common/gpu/stream_texture_android.h', 248 'common/gpu/stream_texture_android.h',
249 'common/gpu/surface_texture_bridge_android.cc',
250 'common/gpu/surface_texture_bridge_android.h',
247 'common/gpu/sync_point_manager.cc', 251 'common/gpu/sync_point_manager.cc',
248 'common/gpu/sync_point_manager.h', 252 'common/gpu/sync_point_manager.h',
249 'common/gpu/texture_image_transport_surface.cc', 253 'common/gpu/texture_image_transport_surface.cc',
250 'common/gpu/texture_image_transport_surface.h', 254 'common/gpu/texture_image_transport_surface.h',
251 'common/handle_enumerator_win.cc', 255 'common/handle_enumerator_win.cc',
252 'common/handle_enumerator_win.h', 256 'common/handle_enumerator_win.h',
253 'common/image_messages.h', 257 'common/image_messages.h',
254 'common/indexed_db/indexed_db_constants.h', 258 'common/indexed_db/indexed_db_constants.h',
255 'common/indexed_db/indexed_db_key.cc', 259 'common/indexed_db/indexed_db_key.cc',
256 'common/indexed_db/indexed_db_key.h', 260 'common/indexed_db/indexed_db_key.h',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 645 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
642 'common/sandbox_linux/bpf_renderer_policy_linux.h', 646 'common/sandbox_linux/bpf_renderer_policy_linux.h',
643 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 647 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
644 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 648 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
645 ], 649 ],
646 }, { 650 }, {
647 'defines': ['USE_SECCOMP_BPF'], 651 'defines': ['USE_SECCOMP_BPF'],
648 }], 652 }],
649 ], 653 ],
650 } 654 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698