OLD | NEW |
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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 'common/gpu/client/context_provider_command_buffer.cc', | 191 'common/gpu/client/context_provider_command_buffer.cc', |
192 'common/gpu/client/context_provider_command_buffer.h', | 192 'common/gpu/client/context_provider_command_buffer.h', |
193 'common/gpu/client/gl_helper.cc', | 193 'common/gpu/client/gl_helper.cc', |
194 'common/gpu/client/gl_helper.h', | 194 'common/gpu/client/gl_helper.h', |
195 'common/gpu/client/gl_helper_scaling.cc', | 195 'common/gpu/client/gl_helper_scaling.cc', |
196 'common/gpu/client/gl_helper_scaling.h', | 196 'common/gpu/client/gl_helper_scaling.h', |
197 'common/gpu/client/gpu_channel_host.cc', | 197 'common/gpu/client/gpu_channel_host.cc', |
198 'common/gpu/client/gpu_channel_host.h', | 198 'common/gpu/client/gpu_channel_host.h', |
199 'common/gpu/client/gpu_memory_buffer_impl.cc', | 199 'common/gpu/client/gpu_memory_buffer_impl.cc', |
200 'common/gpu/client/gpu_memory_buffer_impl.h', | 200 'common/gpu/client/gpu_memory_buffer_impl.h', |
| 201 'common/gpu/client/gpu_memory_buffer_impl_android.cc', |
| 202 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
| 203 'common/gpu/client/gpu_memory_buffer_impl_mac.cc', |
| 204 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 205 'common/gpu/client/gpu_memory_buffer_impl_shm.cc', |
| 206 'common/gpu/client/gpu_memory_buffer_impl_shm.h', |
| 207 'common/gpu/client/gpu_memory_buffer_impl_win.cc', |
201 'common/gpu/client/gpu_video_decode_accelerator_host.cc', | 208 'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
202 'common/gpu/client/gpu_video_decode_accelerator_host.h', | 209 'common/gpu/client/gpu_video_decode_accelerator_host.h', |
203 'common/gpu/client/gpu_video_encode_accelerator_host.cc', | 210 'common/gpu/client/gpu_video_encode_accelerator_host.cc', |
204 'common/gpu/client/gpu_video_encode_accelerator_host.h', | 211 'common/gpu/client/gpu_video_encode_accelerator_host.h', |
205 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', | 212 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', |
206 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', | 213 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', |
207 'common/gpu/devtools_gpu_agent.cc', | 214 'common/gpu/devtools_gpu_agent.cc', |
208 'common/gpu/devtools_gpu_agent.h', | 215 'common/gpu/devtools_gpu_agent.h', |
209 'common/gpu/devtools_gpu_instrumentation.cc', | 216 'common/gpu/devtools_gpu_instrumentation.cc', |
210 'common/gpu/devtools_gpu_instrumentation.h', | 217 'common/gpu/devtools_gpu_instrumentation.h', |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 621 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
611 '<(output)', | 622 '<(output)', |
612 '<(PRODUCT_DIR)', | 623 '<(PRODUCT_DIR)', |
613 ], | 624 ], |
614 'msvs_cygwin_shell': 1, | 625 'msvs_cygwin_shell': 1, |
615 }, | 626 }, |
616 ] | 627 ] |
617 }], | 628 }], |
618 ], | 629 ], |
619 } | 630 } |
OLD | NEW |