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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 'common/browser_plugin/browser_plugin_constants.h', | 139 'common/browser_plugin/browser_plugin_constants.h', |
140 'common/browser_plugin/browser_plugin_messages.h', | 140 'common/browser_plugin/browser_plugin_messages.h', |
141 'common/cc_messages.cc', | 141 'common/cc_messages.cc', |
142 'common/cc_messages.h', | 142 'common/cc_messages.h', |
143 'common/child_process_host_impl.cc', | 143 'common/child_process_host_impl.cc', |
144 'common/child_process_host_impl.h', | 144 'common/child_process_host_impl.h', |
145 'common/child_process_messages.h', | 145 'common/child_process_messages.h', |
146 'common/child_process_sandbox_support_impl_linux.cc', | 146 'common/child_process_sandbox_support_impl_linux.cc', |
147 'common/child_process_sandbox_support_impl_linux.h', | 147 'common/child_process_sandbox_support_impl_linux.h', |
148 'common/child_process_sandbox_support_impl_shm_linux.cc', | 148 'common/child_process_sandbox_support_impl_shm_linux.cc', |
| 149 'common/clipboard_format.h', |
149 'common/clipboard_messages.cc', | 150 'common/clipboard_messages.cc', |
150 'common/clipboard_messages.h', | 151 'common/clipboard_messages.h', |
151 'common/content_constants_internal.cc', | 152 'common/content_constants_internal.cc', |
152 'common/content_constants_internal.h', | 153 'common/content_constants_internal.h', |
153 'common/content_export.h', | 154 'common/content_export.h', |
154 'common/content_ipc_logging.cc', | 155 'common/content_ipc_logging.cc', |
155 'common/content_message_generator.cc', | 156 'common/content_message_generator.cc', |
156 'common/content_message_generator.h', | 157 'common/content_message_generator.h', |
157 'common/content_param_traits.cc', | 158 'common/content_param_traits.cc', |
158 'common/content_param_traits.h', | 159 'common/content_param_traits.h', |
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
759 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 760 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
760 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 761 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
761 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 763 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
763 ], | 764 ], |
764 }, { | 765 }, { |
765 'defines': ['USE_SECCOMP_BPF'], | 766 'defines': ['USE_SECCOMP_BPF'], |
766 }], | 767 }], |
767 ], | 768 ], |
768 } | 769 } |
OLD | NEW |