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

Side by Side Diff: content/content_common.gypi

Issue 331723003: gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBuffer type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: crown of aragorn Created 6 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 | 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 '../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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 'common/gpu/client/gl_helper_scaling.cc', 249 'common/gpu/client/gl_helper_scaling.cc',
250 'common/gpu/client/gl_helper_scaling.h', 250 'common/gpu/client/gl_helper_scaling.h',
251 'common/gpu/client/gpu_channel_host.cc', 251 'common/gpu/client/gpu_channel_host.cc',
252 'common/gpu/client/gpu_channel_host.h', 252 'common/gpu/client/gpu_channel_host.h',
253 'common/gpu/client/gpu_memory_buffer_factory_host.h', 253 'common/gpu/client/gpu_memory_buffer_factory_host.h',
254 'common/gpu/client/gpu_memory_buffer_impl.cc', 254 'common/gpu/client/gpu_memory_buffer_impl.cc',
255 'common/gpu/client/gpu_memory_buffer_impl.h', 255 'common/gpu/client/gpu_memory_buffer_impl.h',
256 'common/gpu/client/gpu_memory_buffer_impl_android.cc', 256 'common/gpu/client/gpu_memory_buffer_impl_android.cc',
257 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 257 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
258 'common/gpu/client/gpu_memory_buffer_impl_mac.cc', 258 'common/gpu/client/gpu_memory_buffer_impl_mac.cc',
259 'common/gpu/client/gpu_memory_buffer_impl_shm.cc', 259 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc',
260 'common/gpu/client/gpu_memory_buffer_impl_shm.h', 260 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h',
261 'common/gpu/client/gpu_memory_buffer_impl_win.cc', 261 'common/gpu/client/gpu_memory_buffer_impl_win.cc',
262 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 262 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
263 'common/gpu/client/gpu_video_decode_accelerator_host.h', 263 'common/gpu/client/gpu_video_decode_accelerator_host.h',
264 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 264 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
265 'common/gpu/client/gpu_video_encode_accelerator_host.h', 265 'common/gpu/client/gpu_video_encode_accelerator_host.h',
266 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 266 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
267 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 267 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
268 'common/gpu/devtools_gpu_agent.cc', 268 'common/gpu/devtools_gpu_agent.cc',
269 'common/gpu/devtools_gpu_agent.h', 269 'common/gpu/devtools_gpu_agent.h',
270 'common/gpu/devtools_gpu_instrumentation.cc', 270 'common/gpu/devtools_gpu_instrumentation.cc',
271 'common/gpu/devtools_gpu_instrumentation.h', 271 'common/gpu/devtools_gpu_instrumentation.h',
272 'common/gpu/gpu_channel.cc', 272 'common/gpu/gpu_channel.cc',
273 'common/gpu/gpu_channel.h', 273 'common/gpu/gpu_channel.h',
274 'common/gpu/gpu_channel_manager.cc', 274 'common/gpu/gpu_channel_manager.cc',
275 'common/gpu/gpu_channel_manager.h', 275 'common/gpu/gpu_channel_manager.h',
276 'common/gpu/gpu_command_buffer_stub.cc', 276 'common/gpu/gpu_command_buffer_stub.cc',
277 'common/gpu/gpu_command_buffer_stub.h', 277 'common/gpu/gpu_command_buffer_stub.h',
278 'common/gpu/gpu_config.h', 278 'common/gpu/gpu_config.h',
279 'common/gpu/gpu_memory_buffer_factory.h',
280 'common/gpu/gpu_memory_buffer_factory_android.cc',
281 'common/gpu/gpu_memory_buffer_factory_mac.cc',
282 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
283 'common/gpu/gpu_memory_buffer_factory_win.cc',
284 'common/gpu/gpu_memory_buffer_factory_x11.cc',
279 'common/gpu/gpu_memory_manager.cc', 285 'common/gpu/gpu_memory_manager.cc',
280 'common/gpu/gpu_memory_manager.h', 286 'common/gpu/gpu_memory_manager.h',
281 'common/gpu/gpu_memory_manager_client.cc', 287 'common/gpu/gpu_memory_manager_client.cc',
282 'common/gpu/gpu_memory_manager_client.h', 288 'common/gpu/gpu_memory_manager_client.h',
283 'common/gpu/gpu_memory_tracking.cc', 289 'common/gpu/gpu_memory_tracking.cc',
284 'common/gpu/gpu_memory_tracking.h', 290 'common/gpu/gpu_memory_tracking.h',
285 'common/gpu/gpu_memory_uma_stats.h', 291 'common/gpu/gpu_memory_uma_stats.h',
286 'common/gpu/gpu_messages.h', 292 'common/gpu/gpu_messages.h',
287 'common/gpu/gpu_process_launch_causes.h', 293 'common/gpu/gpu_process_launch_causes.h',
288 'common/gpu/gpu_surface_lookup.cc', 294 'common/gpu/gpu_surface_lookup.cc',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'common/font_list_ozone.cc', 669 'common/font_list_ozone.cc',
664 ], 670 ],
665 }], 671 }],
666 ['use_x11 == 1', { 672 ['use_x11 == 1', {
667 'include_dirs': [ 673 'include_dirs': [
668 '<(DEPTH)/third_party/khronos', 674 '<(DEPTH)/third_party/khronos',
669 ], 675 ],
670 'dependencies': [ 676 'dependencies': [
671 '<(DEPTH)/build/linux/system.gyp:xcomposite', 677 '<(DEPTH)/build/linux/system.gyp:xcomposite',
672 ], 678 ],
679 'sources': [
680 'common/gpu/gpu_memory_buffer_factory_x11_pixmap.cc',
681 'common/gpu/gpu_memory_buffer_factory_x11_pixmap.h',
682 ],
673 }], 683 }],
674 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', { 684 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
675 'sources': [ 685 'sources': [
676 'common/gpu/x_util.cc', 686 'common/gpu/x_util.cc',
677 'common/gpu/x_util.h', 687 'common/gpu/x_util.h',
678 ], 688 ],
679 }], 689 }],
680 ['enable_plugins==1', { 690 ['enable_plugins==1', {
681 'dependencies': [ 691 'dependencies': [
682 '../ppapi/ppapi_internal.gyp:ppapi_shared', 692 '../ppapi/ppapi_internal.gyp:ppapi_shared',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 }, { 875 }, {
866 'defines': ['USE_SECCOMP_BPF'], 876 'defines': ['USE_SECCOMP_BPF'],
867 }], 877 }],
868 ['use_ozone==1', { 878 ['use_ozone==1', {
869 'dependencies': [ 879 'dependencies': [
870 '../ui/ozone/ozone.gyp:ozone', 880 '../ui/ozone/ozone.gyp:ozone',
871 ], 881 ],
872 }], 882 }],
873 ], 883 ],
874 } 884 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698