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

Side by Side Diff: content/content_common.gypi

Issue 77023002: gpu: Add IOSurface backed GpuMemoryBuffer implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review feedback Created 7 years 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 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'common/gpu/client/context_provider_command_buffer.cc', 190 'common/gpu/client/context_provider_command_buffer.cc',
191 'common/gpu/client/context_provider_command_buffer.h', 191 'common/gpu/client/context_provider_command_buffer.h',
192 'common/gpu/client/gl_helper.cc', 192 'common/gpu/client/gl_helper.cc',
193 'common/gpu/client/gl_helper.h', 193 'common/gpu/client/gl_helper.h',
194 'common/gpu/client/gl_helper_scaling.cc', 194 'common/gpu/client/gl_helper_scaling.cc',
195 'common/gpu/client/gl_helper_scaling.h', 195 'common/gpu/client/gl_helper_scaling.h',
196 'common/gpu/client/gpu_channel_host.cc', 196 'common/gpu/client/gpu_channel_host.cc',
197 'common/gpu/client/gpu_channel_host.h', 197 'common/gpu/client/gpu_channel_host.h',
198 'common/gpu/client/gpu_memory_buffer_impl.cc', 198 'common/gpu/client/gpu_memory_buffer_impl.cc',
199 'common/gpu/client/gpu_memory_buffer_impl.h', 199 'common/gpu/client/gpu_memory_buffer_impl.h',
200 'common/gpu/client/gpu_memory_buffer_impl_android.cc',
201 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
202 'common/gpu/client/gpu_memory_buffer_impl_mac.cc',
203 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
204 'common/gpu/client/gpu_memory_buffer_impl_shm.cc',
205 'common/gpu/client/gpu_memory_buffer_impl_shm.h',
206 'common/gpu/client/gpu_memory_buffer_impl_win.cc',
200 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 207 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
201 'common/gpu/client/gpu_video_decode_accelerator_host.h', 208 'common/gpu/client/gpu_video_decode_accelerator_host.h',
202 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 209 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
203 'common/gpu/client/gpu_video_encode_accelerator_host.h', 210 'common/gpu/client/gpu_video_encode_accelerator_host.h',
204 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 211 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
205 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 212 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
206 'common/gpu/devtools_gpu_agent.cc', 213 'common/gpu/devtools_gpu_agent.cc',
207 'common/gpu/devtools_gpu_agent.h', 214 'common/gpu/devtools_gpu_agent.h',
208 'common/gpu/devtools_gpu_instrumentation.cc', 215 'common/gpu/devtools_gpu_instrumentation.cc',
209 'common/gpu/devtools_gpu_instrumentation.h', 216 'common/gpu/devtools_gpu_instrumentation.h',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 '../webkit/storage_browser.gyp:webkit_storage_browser', 442 '../webkit/storage_browser.gyp:webkit_storage_browser',
436 '../webkit/storage_common.gyp:webkit_storage_common', 443 '../webkit/storage_common.gyp:webkit_storage_common',
437 ], 444 ],
438 }], 445 }],
439 ['OS!="ios" and chrome_multiple_dll!=1', { 446 ['OS!="ios" and chrome_multiple_dll!=1', {
440 'dependencies': [ 447 'dependencies': [
441 '../webkit/glue/webkit_glue.gyp:glue', 448 '../webkit/glue/webkit_glue.gyp:glue',
442 ], 449 ],
443 }], 450 }],
444 ['OS=="mac"', { 451 ['OS=="mac"', {
452 'sources': [
453 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
454 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
455 ],
445 'sources!': [ 456 'sources!': [
446 'common/plugin_list_posix.cc', 457 'common/plugin_list_posix.cc',
447 ], 458 ],
448 'link_settings': { 459 'link_settings': {
449 'libraries': [ 460 'libraries': [
450 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 461 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
451 ], 462 ],
452 }, 463 },
453 }], 464 }],
454 ['OS=="android"',{ 465 ['OS=="android"',{
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 611 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
601 '<(output)', 612 '<(output)',
602 '<(PRODUCT_DIR)', 613 '<(PRODUCT_DIR)',
603 ], 614 ],
604 'msvs_cygwin_shell': 1, 615 'msvs_cygwin_shell': 1,
605 }, 616 },
606 ] 617 ]
607 }], 618 }],
608 ], 619 ],
609 } 620 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698