| 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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 606 }], | 606 }], |
| 607 ['OS=="mac"', { | 607 ['OS=="mac"', { |
| 608 'dependencies': [ | 608 'dependencies': [ |
| 609 'app/resources/content_resources.gyp:content_resources', | 609 'app/resources/content_resources.gyp:content_resources', |
| 610 ], | 610 ], |
| 611 'sources': [ | 611 'sources': [ |
| 612 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', | 612 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', |
| 613 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', | 613 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', |
| 614 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', | 614 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', |
| 615 'common/gpu/gpu_memory_buffer_factory_io_surface.h', | 615 'common/gpu/gpu_memory_buffer_factory_io_surface.h', |
| 616 'common/gpu/media/h264_poc.cc', |
| 617 'common/gpu/media/h264_poc.h', |
| 616 'common/gpu/media/vt.h', | 618 'common/gpu/media/vt.h', |
| 617 'common/gpu/media/vt_video_decode_accelerator.cc', | 619 'common/gpu/media/vt_video_decode_accelerator.cc', |
| 618 'common/gpu/media/vt_video_decode_accelerator.h', | 620 'common/gpu/media/vt_video_decode_accelerator.h', |
| 619 ], | 621 ], |
| 620 'sources!': [ | 622 'sources!': [ |
| 621 'common/plugin_list_posix.cc', | 623 'common/plugin_list_posix.cc', |
| 622 ], | 624 ], |
| 623 'link_settings': { | 625 'link_settings': { |
| 624 'libraries': [ | 626 'libraries': [ |
| 625 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', | 627 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 922 'common/cursors/webcursor_ozone.cc', | 924 'common/cursors/webcursor_ozone.cc', |
| 923 'common/font_list_ozone.cc', | 925 'common/font_list_ozone.cc', |
| 924 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 926 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 925 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 927 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
| 926 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 928 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 927 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 929 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 928 ], | 930 ], |
| 929 }], | 931 }], |
| 930 ], | 932 ], |
| 931 } | 933 } |
| OLD | NEW |