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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 'common/browser_plugin/browser_plugin_constants.h', | 131 'common/browser_plugin/browser_plugin_constants.h', |
132 'common/browser_plugin/browser_plugin_messages.h', | 132 'common/browser_plugin/browser_plugin_messages.h', |
133 'common/cc_messages.cc', | 133 'common/cc_messages.cc', |
134 'common/cc_messages.h', | 134 'common/cc_messages.h', |
135 'common/child_process_host_impl.cc', | 135 'common/child_process_host_impl.cc', |
136 'common/child_process_host_impl.h', | 136 'common/child_process_host_impl.h', |
137 'common/child_process_messages.h', | 137 'common/child_process_messages.h', |
138 'common/child_process_sandbox_support_impl_linux.cc', | 138 'common/child_process_sandbox_support_impl_linux.cc', |
139 'common/child_process_sandbox_support_impl_linux.h', | 139 'common/child_process_sandbox_support_impl_linux.h', |
140 'common/child_process_sandbox_support_impl_shm_linux.cc', | 140 'common/child_process_sandbox_support_impl_shm_linux.cc', |
| 141 'common/clipboard_message_enums.h', |
141 'common/clipboard_messages.cc', | 142 'common/clipboard_messages.cc', |
142 'common/clipboard_messages.h', | 143 'common/clipboard_messages.h', |
143 'common/content_constants_internal.cc', | 144 'common/content_constants_internal.cc', |
144 'common/content_constants_internal.h', | 145 'common/content_constants_internal.h', |
145 'common/content_export.h', | 146 'common/content_export.h', |
146 'common/content_ipc_logging.cc', | 147 'common/content_ipc_logging.cc', |
147 'common/content_message_generator.cc', | 148 'common/content_message_generator.cc', |
148 'common/content_message_generator.h', | 149 'common/content_message_generator.h', |
149 'common/content_param_traits.cc', | 150 'common/content_param_traits.cc', |
150 'common/content_param_traits.h', | 151 'common/content_param_traits.h', |
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
734 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 735 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
735 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 736 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
736 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 737 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
737 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 738 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
738 ], | 739 ], |
739 }, { | 740 }, { |
740 'defines': ['USE_SECCOMP_BPF'], | 741 'defines': ['USE_SECCOMP_BPF'], |
741 }], | 742 }], |
742 ], | 743 ], |
743 } | 744 } |
OLD | NEW |