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