| 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': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 'common/speech_input_messages.h', | 221 'common/speech_input_messages.h', |
| 222 'common/speech_input_result.h', | 222 'common/speech_input_result.h', |
| 223 'common/swapped_out_messages.cc', | 223 'common/swapped_out_messages.cc', |
| 224 'common/swapped_out_messages.h', | 224 'common/swapped_out_messages.h', |
| 225 'common/unix_domain_socket_posix.cc', | 225 'common/unix_domain_socket_posix.cc', |
| 226 'common/unix_domain_socket_posix.h', | 226 'common/unix_domain_socket_posix.h', |
| 227 'common/url_constants.cc', | 227 'common/url_constants.cc', |
| 228 'common/url_constants.h', | 228 'common/url_constants.h', |
| 229 'common/url_fetcher.cc', | 229 'common/url_fetcher.cc', |
| 230 'common/url_fetcher.h', | 230 'common/url_fetcher.h', |
| 231 'common/utility_messages.h', |
| 231 'common/video_capture_messages.h', | 232 'common/video_capture_messages.h', |
| 232 'common/view_messages.h', | 233 'common/view_messages.h', |
| 233 'common/view_types.cc', | 234 'common/view_types.cc', |
| 234 'common/view_types.h', | 235 'common/view_types.h', |
| 235 'common/web_database_observer_impl.cc', | 236 'common/web_database_observer_impl.cc', |
| 236 'common/web_database_observer_impl.h', | 237 'common/web_database_observer_impl.h', |
| 237 'common/webblobregistry_impl.cc', | 238 'common/webblobregistry_impl.cc', |
| 238 'common/webblobregistry_impl.h', | 239 'common/webblobregistry_impl.h', |
| 239 'common/webblob_messages.h', | 240 'common/webblob_messages.h', |
| 240 'common/webkit_param_traits.cc', | 241 'common/webkit_param_traits.cc', |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 ], | 326 ], |
| 326 'sources': [ | 327 'sources': [ |
| 327 'common/gpu/omx_video_decode_accelerator_unittest.cc', | 328 'common/gpu/omx_video_decode_accelerator_unittest.cc', |
| 328 ], | 329 ], |
| 329 } | 330 } |
| 330 ], | 331 ], |
| 331 }, | 332 }, |
| 332 ], | 333 ], |
| 333 ], | 334 ], |
| 334 } | 335 } |
| OLD | NEW |