| 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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 }, | 580 }, |
| 581 ], | 581 ], |
| 582 }], | 582 }], |
| 583 ['OS=="mac"', { | 583 ['OS=="mac"', { |
| 584 'dependencies': [ | 584 'dependencies': [ |
| 585 '../webkit/webkit_resources.gyp:webkit_resources', | 585 '../webkit/webkit_resources.gyp:webkit_resources', |
| 586 ], | 586 ], |
| 587 'sources': [ | 587 'sources': [ |
| 588 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', | 588 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', |
| 589 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', | 589 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', |
| 590 'common/gpu/media/vt.h', |
| 590 'common/gpu/media/vt_video_decode_accelerator.cc', | 591 'common/gpu/media/vt_video_decode_accelerator.cc', |
| 591 'common/gpu/media/vt_video_decode_accelerator.h', | 592 'common/gpu/media/vt_video_decode_accelerator.h', |
| 592 ], | 593 ], |
| 593 'sources!': [ | 594 'sources!': [ |
| 594 'common/plugin_list_posix.cc', | 595 'common/plugin_list_posix.cc', |
| 595 ], | 596 ], |
| 596 'link_settings': { | 597 'link_settings': { |
| 597 'libraries': [ | 598 'libraries': [ |
| 598 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', | 599 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', |
| 599 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 600 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 864 }, { | 865 }, { |
| 865 'defines': ['USE_SECCOMP_BPF'], | 866 'defines': ['USE_SECCOMP_BPF'], |
| 866 }], | 867 }], |
| 867 ['use_ozone==1', { | 868 ['use_ozone==1', { |
| 868 'dependencies': [ | 869 'dependencies': [ |
| 869 '../ui/ozone/ozone.gyp:ozone', | 870 '../ui/ozone/ozone.gyp:ozone', |
| 870 ], | 871 ], |
| 871 }], | 872 }], |
| 872 ], | 873 ], |
| 873 } | 874 } |
| OLD | NEW |