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 '../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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
594 }, | 594 }, |
595 ], | 595 ], |
596 }], | 596 }], |
597 ['OS=="mac"', { | 597 ['OS=="mac"', { |
598 'dependencies': [ | 598 'dependencies': [ |
599 'app/resources/content_resources.gyp:content_resources', | 599 'app/resources/content_resources.gyp:content_resources', |
600 ], | 600 ], |
601 'sources': [ | 601 'sources': [ |
602 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', | 602 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', |
603 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', | 603 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', |
| 604 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', |
| 605 'common/gpu/gpu_memory_buffer_factory_io_surface.h', |
604 'common/gpu/media/vt.h', | 606 'common/gpu/media/vt.h', |
605 'common/gpu/media/vt_video_decode_accelerator.cc', | 607 'common/gpu/media/vt_video_decode_accelerator.cc', |
606 'common/gpu/media/vt_video_decode_accelerator.h', | 608 'common/gpu/media/vt_video_decode_accelerator.h', |
607 ], | 609 ], |
608 'sources!': [ | 610 'sources!': [ |
609 'common/plugin_list_posix.cc', | 611 'common/plugin_list_posix.cc', |
610 ], | 612 ], |
611 'link_settings': { | 613 'link_settings': { |
612 'libraries': [ | 614 'libraries': [ |
613 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', | 615 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
905 ], | 907 ], |
906 'sources': [ | 908 'sources': [ |
907 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 909 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
908 ], | 910 ], |
909 'sources!': [ | 911 'sources!': [ |
910 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 912 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
911 ], | 913 ], |
912 }], | 914 }], |
913 ], | 915 ], |
914 } | 916 } |
OLD | NEW |