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

Side by Side Diff: content/content_common.gypi

Issue 699643002: ui: Remove GLImageGLX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « content/common/gpu/gpu_memory_buffer_factory_x11_pixmap.cc ('k') | ui/gl/BUILD.gn » ('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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'common/gpu/devtools_gpu_instrumentation.h', 280 'common/gpu/devtools_gpu_instrumentation.h',
281 'common/gpu/gpu_channel.cc', 281 'common/gpu/gpu_channel.cc',
282 'common/gpu/gpu_channel.h', 282 'common/gpu/gpu_channel.h',
283 'common/gpu/gpu_channel_manager.cc', 283 'common/gpu/gpu_channel_manager.cc',
284 'common/gpu/gpu_channel_manager.h', 284 'common/gpu/gpu_channel_manager.h',
285 'common/gpu/gpu_command_buffer_stub.cc', 285 'common/gpu/gpu_command_buffer_stub.cc',
286 'common/gpu/gpu_command_buffer_stub.h', 286 'common/gpu/gpu_command_buffer_stub.h',
287 'common/gpu/gpu_config.h', 287 'common/gpu/gpu_config.h',
288 'common/gpu/gpu_memory_buffer_factory.h', 288 'common/gpu/gpu_memory_buffer_factory.h',
289 'common/gpu/gpu_memory_buffer_factory_android.cc', 289 'common/gpu/gpu_memory_buffer_factory_android.cc',
290 'common/gpu/gpu_memory_buffer_factory_linux.cc',
290 'common/gpu/gpu_memory_buffer_factory_mac.cc', 291 'common/gpu/gpu_memory_buffer_factory_mac.cc',
291 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 292 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
292 'common/gpu/gpu_memory_buffer_factory_win.cc', 293 'common/gpu/gpu_memory_buffer_factory_win.cc',
293 'common/gpu/gpu_memory_buffer_factory_x11.cc',
294 'common/gpu/gpu_memory_manager.cc', 294 'common/gpu/gpu_memory_manager.cc',
295 'common/gpu/gpu_memory_manager.h', 295 'common/gpu/gpu_memory_manager.h',
296 'common/gpu/gpu_memory_manager_client.cc', 296 'common/gpu/gpu_memory_manager_client.cc',
297 'common/gpu/gpu_memory_manager_client.h', 297 'common/gpu/gpu_memory_manager_client.h',
298 'common/gpu/gpu_memory_tracking.cc', 298 'common/gpu/gpu_memory_tracking.cc',
299 'common/gpu/gpu_memory_tracking.h', 299 'common/gpu/gpu_memory_tracking.h',
300 'common/gpu/gpu_memory_uma_stats.h', 300 'common/gpu/gpu_memory_uma_stats.h',
301 'common/gpu/gpu_messages.h', 301 'common/gpu/gpu_messages.h',
302 'common/gpu/gpu_process_launch_causes.h', 302 'common/gpu/gpu_process_launch_causes.h',
303 'common/gpu/gpu_result_codes.h', 303 'common/gpu/gpu_result_codes.h',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 'common/font_list_ozone.cc', 688 'common/font_list_ozone.cc',
689 ], 689 ],
690 }], 690 }],
691 ['use_x11 == 1', { 691 ['use_x11 == 1', {
692 'include_dirs': [ 692 'include_dirs': [
693 '<(DEPTH)/third_party/khronos', 693 '<(DEPTH)/third_party/khronos',
694 ], 694 ],
695 'dependencies': [ 695 'dependencies': [
696 '<(DEPTH)/build/linux/system.gyp:xcomposite', 696 '<(DEPTH)/build/linux/system.gyp:xcomposite',
697 ], 697 ],
698 'sources': [
699 'common/gpu/gpu_memory_buffer_factory_x11_pixmap.cc',
700 'common/gpu/gpu_memory_buffer_factory_x11_pixmap.h',
701 ],
702 }], 698 }],
703 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', { 699 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
704 'sources': [ 700 'sources': [
705 'common/gpu/x_util.cc', 701 'common/gpu/x_util.cc',
706 'common/gpu/x_util.h', 702 'common/gpu/x_util.h',
707 ], 703 ],
708 }], 704 }],
709 ['enable_plugins==1', { 705 ['enable_plugins==1', {
710 'dependencies': [ 706 'dependencies': [
711 '../ppapi/ppapi_internal.gyp:ppapi_shared', 707 '../ppapi/ppapi_internal.gyp:ppapi_shared',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 ], 912 ],
917 'sources': [ 913 'sources': [
918 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 914 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
919 ], 915 ],
920 'sources!': [ 916 'sources!': [
921 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 917 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
922 ], 918 ],
923 }], 919 }],
924 ], 920 ],
925 } 921 }
OLDNEW
« no previous file with comments | « content/common/gpu/gpu_memory_buffer_factory_x11_pixmap.cc ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698