OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'content_common', | 8 'target_name': 'content_common', |
9 'type': '<(library)', | 9 'type': '<(library)', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 'common/sandbox_init_wrapper_linux.cc', | 186 'common/sandbox_init_wrapper_linux.cc', |
187 'common/sandbox_init_wrapper_mac.cc', | 187 'common/sandbox_init_wrapper_mac.cc', |
188 'common/sandbox_init_wrapper_win.cc', | 188 'common/sandbox_init_wrapper_win.cc', |
189 'common/sandbox_mac.h', | 189 'common/sandbox_mac.h', |
190 'common/sandbox_mac.mm', | 190 'common/sandbox_mac.mm', |
191 'common/sandbox_methods_linux.h', | 191 'common/sandbox_methods_linux.h', |
192 'common/section_util_win.cc', | 192 'common/section_util_win.cc', |
193 'common/section_util_win.h', | 193 'common/section_util_win.h', |
194 'common/serialized_script_value.cc', | 194 'common/serialized_script_value.cc', |
195 'common/serialized_script_value.h', | 195 'common/serialized_script_value.h', |
| 196 'common/set_ipc_fuzzing.cc', |
| 197 'common/set_ipc_fuzzing.h', |
196 'common/set_process_title.cc', | 198 'common/set_process_title.cc', |
197 'common/set_process_title.h', | 199 'common/set_process_title.h', |
198 'common/set_process_title_linux.cc', | 200 'common/set_process_title_linux.cc', |
199 'common/set_process_title_linux.h', | 201 'common/set_process_title_linux.h', |
200 'common/socket_stream.h', | 202 'common/socket_stream.h', |
201 'common/socket_stream_dispatcher.cc', | 203 'common/socket_stream_dispatcher.cc', |
202 'common/socket_stream_dispatcher.h', | 204 'common/socket_stream_dispatcher.h', |
203 'common/socket_stream_messages.h', | 205 'common/socket_stream_messages.h', |
204 'common/speech_input_messages.h', | 206 'common/speech_input_messages.h', |
205 'common/speech_input_result.h', | 207 'common/speech_input_result.h', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 }], | 270 }], |
269 ['enable_gpu==1', { | 271 ['enable_gpu==1', { |
270 'dependencies': [ | 272 'dependencies': [ |
271 '../gpu/gpu.gyp:command_buffer_service', | 273 '../gpu/gpu.gyp:command_buffer_service', |
272 ], | 274 ], |
273 }], | 275 }], |
274 ], | 276 ], |
275 }, | 277 }, |
276 ], | 278 ], |
277 } | 279 } |
OLD | NEW |