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

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: 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'common/gpu/client/context_provider_command_buffer.cc', 186 'common/gpu/client/context_provider_command_buffer.cc',
187 'common/gpu/client/context_provider_command_buffer.h', 187 'common/gpu/client/context_provider_command_buffer.h',
188 'common/gpu/client/gl_helper.cc', 188 'common/gpu/client/gl_helper.cc',
189 'common/gpu/client/gl_helper.h', 189 'common/gpu/client/gl_helper.h',
190 'common/gpu/client/gl_helper_scaling.cc', 190 'common/gpu/client/gl_helper_scaling.cc',
191 'common/gpu/client/gl_helper_scaling.h', 191 'common/gpu/client/gl_helper_scaling.h',
192 'common/gpu/client/gpu_channel_host.cc', 192 'common/gpu/client/gpu_channel_host.cc',
193 'common/gpu/client/gpu_channel_host.h', 193 'common/gpu/client/gpu_channel_host.h',
194 'common/gpu/client/gpu_memory_buffer_impl.cc', 194 'common/gpu/client/gpu_memory_buffer_impl.cc',
195 'common/gpu/client/gpu_memory_buffer_impl.h', 195 'common/gpu/client/gpu_memory_buffer_impl.h',
196 'common/gpu/client/gpu_memory_buffer_impl_android.cc',
197 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
198 'common/gpu/client/gpu_memory_buffer_impl_mac.cc',
199 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
200 'common/gpu/client/gpu_memory_buffer_impl_shm.cc',
201 'common/gpu/client/gpu_memory_buffer_impl_shm.h',
202 'common/gpu/client/gpu_memory_buffer_impl_win.cc',
196 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 203 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
197 'common/gpu/client/gpu_video_decode_accelerator_host.h', 204 'common/gpu/client/gpu_video_decode_accelerator_host.h',
198 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 205 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
199 'common/gpu/client/gpu_video_encode_accelerator_host.h', 206 'common/gpu/client/gpu_video_encode_accelerator_host.h',
200 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 207 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
201 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 208 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
202 'common/gpu/devtools_gpu_agent.cc', 209 'common/gpu/devtools_gpu_agent.cc',
203 'common/gpu/devtools_gpu_agent.h', 210 'common/gpu/devtools_gpu_agent.h',
204 'common/gpu/devtools_gpu_instrumentation.cc', 211 'common/gpu/devtools_gpu_instrumentation.cc',
205 'common/gpu/devtools_gpu_instrumentation.h', 212 'common/gpu/devtools_gpu_instrumentation.h',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 '../webkit/storage_browser.gyp:webkit_storage_browser', 434 '../webkit/storage_browser.gyp:webkit_storage_browser',
428 '../webkit/storage_common.gyp:webkit_storage_common', 435 '../webkit/storage_common.gyp:webkit_storage_common',
429 ], 436 ],
430 }], 437 }],
431 ['OS!="ios" and chrome_multiple_dll!=1', { 438 ['OS!="ios" and chrome_multiple_dll!=1', {
432 'dependencies': [ 439 'dependencies': [
433 '../webkit/glue/webkit_glue.gyp:glue', 440 '../webkit/glue/webkit_glue.gyp:glue',
434 ], 441 ],
435 }], 442 }],
436 ['OS=="mac"', { 443 ['OS=="mac"', {
444 'sources': [
445 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
446 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
447 ],
437 'sources!': [ 448 'sources!': [
438 'common/plugin_list_posix.cc', 449 'common/plugin_list_posix.cc',
439 ], 450 ],
440 'link_settings': { 451 'link_settings': {
441 'libraries': [ 452 'libraries': [
442 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 453 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
443 ], 454 ],
444 }, 455 },
445 }], 456 }],
446 ['OS=="android"',{ 457 ['OS=="android"',{
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 604 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
594 '<(output)', 605 '<(output)',
595 '<(PRODUCT_DIR)', 606 '<(PRODUCT_DIR)',
596 ], 607 ],
597 'msvs_cygwin_shell': 1, 608 'msvs_cygwin_shell': 1,
598 }, 609 },
599 ] 610 ]
600 }], 611 }],
601 ], 612 ],
602 } 613 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698