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

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: Created 6 years, 6 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'common/gpu/devtools_gpu_agent.h', 255 'common/gpu/devtools_gpu_agent.h',
256 'common/gpu/devtools_gpu_instrumentation.cc', 256 'common/gpu/devtools_gpu_instrumentation.cc',
257 'common/gpu/devtools_gpu_instrumentation.h', 257 'common/gpu/devtools_gpu_instrumentation.h',
258 'common/gpu/gpu_channel.cc', 258 'common/gpu/gpu_channel.cc',
259 'common/gpu/gpu_channel.h', 259 'common/gpu/gpu_channel.h',
260 'common/gpu/gpu_channel_manager.cc', 260 'common/gpu/gpu_channel_manager.cc',
261 'common/gpu/gpu_channel_manager.h', 261 'common/gpu/gpu_channel_manager.h',
262 'common/gpu/gpu_command_buffer_stub.cc', 262 'common/gpu/gpu_command_buffer_stub.cc',
263 'common/gpu/gpu_command_buffer_stub.h', 263 'common/gpu/gpu_command_buffer_stub.h',
264 'common/gpu/gpu_config.h', 264 'common/gpu/gpu_config.h',
265 'common/gpu/gpu_memory_buffer_factory.h',
266 'common/gpu/gpu_memory_buffer_factory_android.cc',
267 'common/gpu/gpu_memory_buffer_factory_mac.cc',
268 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
269 'common/gpu/gpu_memory_buffer_factory_win.cc',
270 'common/gpu/gpu_memory_buffer_factory_x11.cc',
265 'common/gpu/gpu_memory_manager.cc', 271 'common/gpu/gpu_memory_manager.cc',
266 'common/gpu/gpu_memory_manager.h', 272 'common/gpu/gpu_memory_manager.h',
267 'common/gpu/gpu_memory_manager_client.cc', 273 'common/gpu/gpu_memory_manager_client.cc',
268 'common/gpu/gpu_memory_manager_client.h', 274 'common/gpu/gpu_memory_manager_client.h',
269 'common/gpu/gpu_memory_tracking.cc', 275 'common/gpu/gpu_memory_tracking.cc',
270 'common/gpu/gpu_memory_tracking.h', 276 'common/gpu/gpu_memory_tracking.h',
271 'common/gpu/gpu_memory_uma_stats.h', 277 'common/gpu/gpu_memory_uma_stats.h',
272 'common/gpu/gpu_messages.h', 278 'common/gpu/gpu_messages.h',
273 'common/gpu/gpu_process_launch_causes.h', 279 'common/gpu/gpu_process_launch_causes.h',
274 'common/gpu/gpu_surface_lookup.cc', 280 'common/gpu/gpu_surface_lookup.cc',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 'common/font_list_ozone.cc', 610 'common/font_list_ozone.cc',
605 ], 611 ],
606 }], 612 }],
607 ['use_x11 == 1', { 613 ['use_x11 == 1', {
608 'include_dirs': [ 614 'include_dirs': [
609 '<(DEPTH)/third_party/khronos', 615 '<(DEPTH)/third_party/khronos',
610 ], 616 ],
611 'dependencies': [ 617 'dependencies': [
612 '<(DEPTH)/build/linux/system.gyp:xcomposite', 618 '<(DEPTH)/build/linux/system.gyp:xcomposite',
613 ], 619 ],
620 'sources': [
621 'common/gpu/gpu_memory_buffer_factory_x11_pixmap.cc',
622 'common/gpu/gpu_memory_buffer_factory_x11_pixmap.h',
623 ],
614 }], 624 }],
615 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', { 625 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
616 'sources': [ 626 'sources': [
617 'common/gpu/x_util.cc', 627 'common/gpu/x_util.cc',
618 'common/gpu/x_util.h', 628 'common/gpu/x_util.h',
619 ], 629 ],
620 }], 630 }],
621 ['enable_plugins==1', { 631 ['enable_plugins==1', {
622 'dependencies': [ 632 'dependencies': [
623 '../ppapi/ppapi_internal.gyp:ppapi_shared', 633 '../ppapi/ppapi_internal.gyp:ppapi_shared',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 808 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
799 'common/sandbox_linux/bpf_renderer_policy_linux.h', 809 'common/sandbox_linux/bpf_renderer_policy_linux.h',
800 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 810 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
801 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 811 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
802 ], 812 ],
803 }, { 813 }, {
804 'defines': ['USE_SECCOMP_BPF'], 814 'defines': ['USE_SECCOMP_BPF'],
805 }], 815 }],
806 ], 816 ],
807 } 817 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698