| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 'common/android/common_jni_registrar.h', | 132 'common/android/common_jni_registrar.h', |
| 133 'common/android/device_telephony_info.cc', | 133 'common/android/device_telephony_info.cc', |
| 134 'common/android/device_telephony_info.h', | 134 'common/android/device_telephony_info.h', |
| 135 'common/android/hash_set.cc', | 135 'common/android/hash_set.cc', |
| 136 'common/android/hash_set.h', | 136 'common/android/hash_set.h', |
| 137 'common/android/surface_texture_lookup.cc', | 137 'common/android/surface_texture_lookup.cc', |
| 138 'common/android/surface_texture_lookup.h', | 138 'common/android/surface_texture_lookup.h', |
| 139 'common/android/surface_texture_peer.cc', | 139 'common/android/surface_texture_peer.cc', |
| 140 'common/android/surface_texture_peer.h', | 140 'common/android/surface_texture_peer.h', |
| 141 'common/appcache_messages.h', | 141 'common/appcache_messages.h', |
| 142 'common/battery_status_messages.h', |
| 142 'common/browser_plugin/browser_plugin_constants.cc', | 143 'common/browser_plugin/browser_plugin_constants.cc', |
| 143 'common/browser_plugin/browser_plugin_constants.h', | 144 'common/browser_plugin/browser_plugin_constants.h', |
| 144 'common/browser_plugin/browser_plugin_messages.h', | 145 'common/browser_plugin/browser_plugin_messages.h', |
| 145 'common/cc_messages.cc', | 146 'common/cc_messages.cc', |
| 146 'common/cc_messages.h', | 147 'common/cc_messages.h', |
| 147 'common/child_process_host_impl.cc', | 148 'common/child_process_host_impl.cc', |
| 148 'common/child_process_host_impl.h', | 149 'common/child_process_host_impl.h', |
| 149 'common/child_process_messages.h', | 150 'common/child_process_messages.h', |
| 150 'common/child_process_sandbox_support_impl_linux.cc', | 151 'common/child_process_sandbox_support_impl_linux.cc', |
| 151 'common/child_process_sandbox_support_impl_linux.h', | 152 'common/child_process_sandbox_support_impl_linux.h', |
| (...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 751 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 751 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 752 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 752 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 753 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 753 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 754 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 754 ], | 755 ], |
| 755 }, { | 756 }, { |
| 756 'defines': ['USE_SECCOMP_BPF'], | 757 'defines': ['USE_SECCOMP_BPF'], |
| 757 }], | 758 }], |
| 758 ], | 759 ], |
| 759 } | 760 } |
| OLD | NEW |