| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'common/frame_message_enums.h', | 207 'common/frame_message_enums.h', |
| 208 'common/frame_messages.h', | 208 'common/frame_messages.h', |
| 209 'common/frame_param.cc', | 209 'common/frame_param.cc', |
| 210 'common/frame_param.h', | 210 'common/frame_param.h', |
| 211 'common/frame_param_macros.h', | 211 'common/frame_param_macros.h', |
| 212 'common/gamepad_hardware_buffer.h', | 212 'common/gamepad_hardware_buffer.h', |
| 213 'common/gamepad_messages.h', | 213 'common/gamepad_messages.h', |
| 214 'common/gamepad_user_gesture.cc', | 214 'common/gamepad_user_gesture.cc', |
| 215 'common/gamepad_user_gesture.h', | 215 'common/gamepad_user_gesture.h', |
| 216 'common/geolocation_messages.h', | 216 'common/geolocation_messages.h', |
| 217 'common/gin_java_bridge_messages.h', |
| 217 'common/gpu/client/command_buffer_proxy_impl.cc', | 218 'common/gpu/client/command_buffer_proxy_impl.cc', |
| 218 'common/gpu/client/command_buffer_proxy_impl.h', | 219 'common/gpu/client/command_buffer_proxy_impl.h', |
| 219 'common/gpu/client/context_provider_command_buffer.cc', | 220 'common/gpu/client/context_provider_command_buffer.cc', |
| 220 'common/gpu/client/context_provider_command_buffer.h', | 221 'common/gpu/client/context_provider_command_buffer.h', |
| 221 'common/gpu/client/gl_helper.cc', | 222 'common/gpu/client/gl_helper.cc', |
| 222 'common/gpu/client/gl_helper.h', | 223 'common/gpu/client/gl_helper.h', |
| 223 'common/gpu/client/gl_helper_readback_support.cc', | 224 'common/gpu/client/gl_helper_readback_support.cc', |
| 224 'common/gpu/client/gl_helper_readback_support.h', | 225 'common/gpu/client/gl_helper_readback_support.h', |
| 225 'common/gpu/client/gl_helper_scaling.cc', | 226 'common/gpu/client/gl_helper_scaling.cc', |
| 226 'common/gpu/client/gl_helper_scaling.h', | 227 'common/gpu/client/gl_helper_scaling.h', |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 754 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 754 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 755 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 755 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 757 ], | 758 ], |
| 758 }, { | 759 }, { |
| 759 'defines': ['USE_SECCOMP_BPF'], | 760 'defines': ['USE_SECCOMP_BPF'], |
| 760 }], | 761 }], |
| 761 ], | 762 ], |
| 762 } | 763 } |
| OLD | NEW |