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

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: rebase 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
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/renderer/render_thread_impl.h » ('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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'common/gpu/client/gl_helper_scaling.cc', 251 'common/gpu/client/gl_helper_scaling.cc',
252 'common/gpu/client/gl_helper_scaling.h', 252 'common/gpu/client/gl_helper_scaling.h',
253 'common/gpu/client/gpu_channel_host.cc', 253 'common/gpu/client/gpu_channel_host.cc',
254 'common/gpu/client/gpu_channel_host.h', 254 'common/gpu/client/gpu_channel_host.h',
255 'common/gpu/client/gpu_memory_buffer_factory_host.h', 255 'common/gpu/client/gpu_memory_buffer_factory_host.h',
256 'common/gpu/client/gpu_memory_buffer_impl.cc', 256 'common/gpu/client/gpu_memory_buffer_impl.cc',
257 'common/gpu/client/gpu_memory_buffer_impl.h', 257 'common/gpu/client/gpu_memory_buffer_impl.h',
258 'common/gpu/client/gpu_memory_buffer_impl_android.cc', 258 'common/gpu/client/gpu_memory_buffer_impl_android.cc',
259 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 259 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
260 'common/gpu/client/gpu_memory_buffer_impl_mac.cc', 260 'common/gpu/client/gpu_memory_buffer_impl_mac.cc',
261 'common/gpu/client/gpu_memory_buffer_impl_shm.cc', 261 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc',
262 'common/gpu/client/gpu_memory_buffer_impl_shm.h', 262 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h',
263 'common/gpu/client/gpu_memory_buffer_impl_win.cc', 263 'common/gpu/client/gpu_memory_buffer_impl_win.cc',
264 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 264 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
265 'common/gpu/client/gpu_video_decode_accelerator_host.h', 265 'common/gpu/client/gpu_video_decode_accelerator_host.h',
266 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 266 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
267 'common/gpu/client/gpu_video_encode_accelerator_host.h', 267 'common/gpu/client/gpu_video_encode_accelerator_host.h',
268 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 268 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
269 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 269 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
270 'common/gpu/devtools_gpu_agent.cc', 270 'common/gpu/devtools_gpu_agent.cc',
271 'common/gpu/devtools_gpu_agent.h', 271 'common/gpu/devtools_gpu_agent.h',
272 'common/gpu/devtools_gpu_instrumentation.cc', 272 'common/gpu/devtools_gpu_instrumentation.cc',
273 'common/gpu/devtools_gpu_instrumentation.h', 273 'common/gpu/devtools_gpu_instrumentation.h',
274 'common/gpu/gpu_channel.cc', 274 'common/gpu/gpu_channel.cc',
275 'common/gpu/gpu_channel.h', 275 'common/gpu/gpu_channel.h',
276 'common/gpu/gpu_channel_manager.cc', 276 'common/gpu/gpu_channel_manager.cc',
277 'common/gpu/gpu_channel_manager.h', 277 'common/gpu/gpu_channel_manager.h',
278 'common/gpu/gpu_command_buffer_stub.cc', 278 'common/gpu/gpu_command_buffer_stub.cc',
279 'common/gpu/gpu_command_buffer_stub.h', 279 'common/gpu/gpu_command_buffer_stub.h',
280 'common/gpu/gpu_config.h', 280 'common/gpu/gpu_config.h',
281 'common/gpu/gpu_memory_buffer_factory.h',
282 'common/gpu/gpu_memory_buffer_factory_android.cc',
283 'common/gpu/gpu_memory_buffer_factory_mac.cc',
284 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
285 'common/gpu/gpu_memory_buffer_factory_win.cc',
286 'common/gpu/gpu_memory_buffer_factory_x11.cc',
281 'common/gpu/gpu_memory_manager.cc', 287 'common/gpu/gpu_memory_manager.cc',
282 'common/gpu/gpu_memory_manager.h', 288 'common/gpu/gpu_memory_manager.h',
283 'common/gpu/gpu_memory_manager_client.cc', 289 'common/gpu/gpu_memory_manager_client.cc',
284 'common/gpu/gpu_memory_manager_client.h', 290 'common/gpu/gpu_memory_manager_client.h',
285 'common/gpu/gpu_memory_tracking.cc', 291 'common/gpu/gpu_memory_tracking.cc',
286 'common/gpu/gpu_memory_tracking.h', 292 'common/gpu/gpu_memory_tracking.h',
287 'common/gpu/gpu_memory_uma_stats.h', 293 'common/gpu/gpu_memory_uma_stats.h',
288 'common/gpu/gpu_messages.h', 294 'common/gpu/gpu_messages.h',
289 'common/gpu/gpu_process_launch_causes.h', 295 'common/gpu/gpu_process_launch_causes.h',
290 'common/gpu/gpu_result_codes.h', 296 'common/gpu/gpu_result_codes.h',
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'common/font_list_ozone.cc', 672 'common/font_list_ozone.cc',
667 ], 673 ],
668 }], 674 }],
669 ['use_x11 == 1', { 675 ['use_x11 == 1', {
670 'include_dirs': [ 676 'include_dirs': [
671 '<(DEPTH)/third_party/khronos', 677 '<(DEPTH)/third_party/khronos',
672 ], 678 ],
673 'dependencies': [ 679 'dependencies': [
674 '<(DEPTH)/build/linux/system.gyp:xcomposite', 680 '<(DEPTH)/build/linux/system.gyp:xcomposite',
675 ], 681 ],
682 'sources': [
683 'common/gpu/gpu_memory_buffer_factory_x11_pixmap.cc',
684 'common/gpu/gpu_memory_buffer_factory_x11_pixmap.h',
685 ],
676 }], 686 }],
677 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', { 687 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
678 'sources': [ 688 'sources': [
679 'common/gpu/x_util.cc', 689 'common/gpu/x_util.cc',
680 'common/gpu/x_util.h', 690 'common/gpu/x_util.h',
681 ], 691 ],
682 }], 692 }],
683 ['enable_plugins==1', { 693 ['enable_plugins==1', {
684 'dependencies': [ 694 'dependencies': [
685 '../ppapi/ppapi_internal.gyp:ppapi_shared', 695 '../ppapi/ppapi_internal.gyp:ppapi_shared',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 }, { 878 }, {
869 'defines': ['USE_SECCOMP_BPF'], 879 'defines': ['USE_SECCOMP_BPF'],
870 }], 880 }],
871 ['use_ozone==1', { 881 ['use_ozone==1', {
872 'dependencies': [ 882 'dependencies': [
873 '../ui/ozone/ozone.gyp:ozone', 883 '../ui/ozone/ozone.gyp:ozone',
874 ], 884 ],
875 }], 885 }],
876 ], 886 ],
877 } 887 }
OLDNEW
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/renderer/render_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698