| 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 782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 793 'common/sandbox_linux/bpf_ppapi_policy_linux.cc', | 793 'common/sandbox_linux/bpf_ppapi_policy_linux.cc', |
| 794 'common/sandbox_linux/bpf_ppapi_policy_linux.h', | 794 'common/sandbox_linux/bpf_ppapi_policy_linux.h', |
| 795 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 795 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 796 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 796 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 797 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 797 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 798 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 798 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 799 ], | 799 ], |
| 800 }, { | 800 }, { |
| 801 'defines': ['USE_SECCOMP_BPF'], | 801 'defines': ['USE_SECCOMP_BPF'], |
| 802 }], | 802 }], |
| 803 ['use_ozone==1', { |
| 804 'dependencies': [ |
| 805 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', |
| 806 ], |
| 807 }], |
| 803 ], | 808 ], |
| 804 } | 809 } |
| OLD | NEW |