| 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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 ], | 563 ], |
| 564 'sources': [ | 564 'sources': [ |
| 565 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', | 565 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', |
| 566 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', | 566 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', |
| 567 ], | 567 ], |
| 568 'sources!': [ | 568 'sources!': [ |
| 569 'common/plugin_list_posix.cc', | 569 'common/plugin_list_posix.cc', |
| 570 ], | 570 ], |
| 571 'link_settings': { | 571 'link_settings': { |
| 572 'libraries': [ | 572 'libraries': [ |
| 573 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', |
| 573 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 574 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
| 574 ], | 575 ], |
| 575 }, | 576 }, |
| 576 }], | 577 }], |
| 577 ['OS=="android"',{ | 578 ['OS=="android"',{ |
| 578 'sources': [ | 579 'sources': [ |
| 579 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc', | 580 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc', |
| 580 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.h', | 581 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.h', |
| 581 ], | 582 ], |
| 582 'link_settings': { | 583 'link_settings': { |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 792 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 792 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 793 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 793 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 794 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 794 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 795 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 795 ], | 796 ], |
| 796 }, { | 797 }, { |
| 797 'defines': ['USE_SECCOMP_BPF'], | 798 'defines': ['USE_SECCOMP_BPF'], |
| 798 }], | 799 }], |
| 799 ], | 800 ], |
| 800 } | 801 } |
| OLD | NEW |