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

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: Add IOSurfaceLookup() to sandbox warmup 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 '../webkit/storage_browser.gyp:webkit_storage_browser', 432 '../webkit/storage_browser.gyp:webkit_storage_browser',
426 '../webkit/storage_common.gyp:webkit_storage_common', 433 '../webkit/storage_common.gyp:webkit_storage_common',
427 ], 434 ],
428 }], 435 }],
429 ['OS!="ios" and chrome_multiple_dll!=1', { 436 ['OS!="ios" and chrome_multiple_dll!=1', {
430 'dependencies': [ 437 'dependencies': [
431 '../webkit/glue/webkit_glue.gyp:glue', 438 '../webkit/glue/webkit_glue.gyp:glue',
432 ], 439 ],
433 }], 440 }],
434 ['OS=="mac"', { 441 ['OS=="mac"', {
442 'sources': [
443 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
444 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
445 ],
435 'sources!': [ 446 'sources!': [
436 'common/plugin_list_posix.cc', 447 'common/plugin_list_posix.cc',
437 ], 448 ],
438 'link_settings': { 449 'link_settings': {
439 'libraries': [ 450 'libraries': [
440 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 451 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
441 ], 452 ],
442 }, 453 },
443 }], 454 }],
444 ['OS=="android"',{ 455 ['OS=="android"',{
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 602 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
592 '<(output)', 603 '<(output)',
593 '<(PRODUCT_DIR)', 604 '<(PRODUCT_DIR)',
594 ], 605 ],
595 'msvs_cygwin_shell': 1, 606 'msvs_cygwin_shell': 1,
596 }, 607 },
597 ] 608 ]
598 }], 609 }],
599 ], 610 ],
600 } 611 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698