| 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 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
| 10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'common/gpu/client/gl_helper.h', | 196 'common/gpu/client/gl_helper.h', |
| 197 'common/gpu/client/gl_helper_readback_support.cc', | 197 'common/gpu/client/gl_helper_readback_support.cc', |
| 198 'common/gpu/client/gl_helper_readback_support.h', | 198 'common/gpu/client/gl_helper_readback_support.h', |
| 199 'common/gpu/client/gl_helper_scaling.cc', | 199 'common/gpu/client/gl_helper_scaling.cc', |
| 200 'common/gpu/client/gl_helper_scaling.h', | 200 'common/gpu/client/gl_helper_scaling.h', |
| 201 'common/gpu/client/gpu_channel_host.cc', | 201 'common/gpu/client/gpu_channel_host.cc', |
| 202 'common/gpu/client/gpu_channel_host.h', | 202 'common/gpu/client/gpu_channel_host.h', |
| 203 'common/gpu/client/gpu_memory_buffer_impl.cc', | 203 'common/gpu/client/gpu_memory_buffer_impl.cc', |
| 204 'common/gpu/client/gpu_memory_buffer_impl.h', | 204 'common/gpu/client/gpu_memory_buffer_impl.h', |
| 205 'common/gpu/client/gpu_memory_buffer_impl_android.cc', | 205 'common/gpu/client/gpu_memory_buffer_impl_android.cc', |
| 206 'common/gpu/client/gpu_memory_buffer_impl_foobar.cc', |
| 207 'common/gpu/client/gpu_memory_buffer_impl_foobar.h', |
| 206 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 208 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
| 207 'common/gpu/client/gpu_memory_buffer_impl_mac.cc', | 209 'common/gpu/client/gpu_memory_buffer_impl_mac.cc', |
| 208 'common/gpu/client/gpu_memory_buffer_impl_shm.cc', | 210 'common/gpu/client/gpu_memory_buffer_impl_shm.cc', |
| 209 'common/gpu/client/gpu_memory_buffer_impl_shm.h', | 211 'common/gpu/client/gpu_memory_buffer_impl_shm.h', |
| 210 'common/gpu/client/gpu_memory_buffer_impl_win.cc', | 212 'common/gpu/client/gpu_memory_buffer_impl_win.cc', |
| 211 'common/gpu/client/gpu_video_decode_accelerator_host.cc', | 213 'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
| 212 'common/gpu/client/gpu_video_decode_accelerator_host.h', | 214 'common/gpu/client/gpu_video_decode_accelerator_host.h', |
| 213 'common/gpu/client/gpu_video_encode_accelerator_host.cc', | 215 'common/gpu/client/gpu_video_encode_accelerator_host.cc', |
| 214 'common/gpu/client/gpu_video_encode_accelerator_host.h', | 216 'common/gpu/client/gpu_video_encode_accelerator_host.h', |
| 215 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', | 217 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', |
| (...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 707 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 706 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 708 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 707 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 709 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 708 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 710 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 709 ], | 711 ], |
| 710 }, { | 712 }, { |
| 711 'defines': ['USE_SECCOMP_BPF'], | 713 'defines': ['USE_SECCOMP_BPF'], |
| 712 }], | 714 }], |
| 713 ], | 715 ], |
| 714 } | 716 } |
| OLD | NEW |