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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 'common/set_process_title.cc', | 201 'common/set_process_title.cc', |
202 'common/set_process_title.h', | 202 'common/set_process_title.h', |
203 'common/set_process_title_linux.cc', | 203 'common/set_process_title_linux.cc', |
204 'common/set_process_title_linux.h', | 204 'common/set_process_title_linux.h', |
205 'common/socket_stream.h', | 205 'common/socket_stream.h', |
206 'common/socket_stream_dispatcher.cc', | 206 'common/socket_stream_dispatcher.cc', |
207 'common/socket_stream_dispatcher.h', | 207 'common/socket_stream_dispatcher.h', |
208 'common/socket_stream_messages.h', | 208 'common/socket_stream_messages.h', |
209 'common/speech_input_messages.h', | 209 'common/speech_input_messages.h', |
210 'common/speech_input_result.h', | 210 'common/speech_input_result.h', |
| 211 'common/swapped_out_message_filter.cc', |
| 212 'common/swapped_out_message_filter.h', |
211 'common/unix_domain_socket_posix.cc', | 213 'common/unix_domain_socket_posix.cc', |
212 'common/unix_domain_socket_posix.h', | 214 'common/unix_domain_socket_posix.h', |
213 'common/url_constants.cc', | 215 'common/url_constants.cc', |
214 'common/url_constants.h', | 216 'common/url_constants.h', |
215 'common/video_capture_messages.h', | 217 'common/video_capture_messages.h', |
216 'common/view_messages.h', | 218 'common/view_messages.h', |
217 'common/web_database_observer_impl.cc', | 219 'common/web_database_observer_impl.cc', |
218 'common/web_database_observer_impl.h', | 220 'common/web_database_observer_impl.h', |
219 'common/webblobregistry_impl.cc', | 221 'common/webblobregistry_impl.cc', |
220 'common/webblobregistry_impl.h', | 222 'common/webblobregistry_impl.h', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 }], | 275 }], |
274 ['enable_gpu==1', { | 276 ['enable_gpu==1', { |
275 'dependencies': [ | 277 'dependencies': [ |
276 '../gpu/gpu.gyp:command_buffer_service', | 278 '../gpu/gpu.gyp:command_buffer_service', |
277 ], | 279 ], |
278 }], | 280 }], |
279 ], | 281 ], |
280 }, | 282 }, |
281 ], | 283 ], |
282 } | 284 } |
OLD | NEW |