| 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 'common/indexed_db_key.cc', | 137 'common/indexed_db_key.cc', |
| 138 'common/indexed_db_key.h', | 138 'common/indexed_db_key.h', |
| 139 'common/indexed_db_messages.h', | 139 'common/indexed_db_messages.h', |
| 140 'common/indexed_db_param_traits.cc', | 140 'common/indexed_db_param_traits.cc', |
| 141 'common/indexed_db_param_traits.h', | 141 'common/indexed_db_param_traits.h', |
| 142 'common/json_value_serializer.cc', | 142 'common/json_value_serializer.cc', |
| 143 'common/json_value_serializer.h', | 143 'common/json_value_serializer.h', |
| 144 'common/main_function_params.h', | 144 'common/main_function_params.h', |
| 145 'common/media/audio_messages.h', | 145 'common/media/audio_messages.h', |
| 146 'common/media/audio_stream_state.h', | 146 'common/media/audio_stream_state.h', |
| 147 'common/media/media_stream_messages.h', |
| 147 'common/media/media_stream_options.cc', | 148 'common/media/media_stream_options.cc', |
| 148 'common/media/media_stream_options.h', | 149 'common/media/media_stream_options.h', |
| 149 'common/media/video_capture_messages.h', | 150 'common/media/video_capture_messages.h', |
| 150 'common/message_router.cc', | 151 'common/message_router.cc', |
| 151 'common/message_router.h', | 152 'common/message_router.h', |
| 152 'common/mime_registry_messages.h', | 153 'common/mime_registry_messages.h', |
| 153 'common/native_web_keyboard_event.h', | 154 'common/native_web_keyboard_event.h', |
| 154 'common/native_web_keyboard_event_linux.cc', | 155 'common/native_web_keyboard_event_linux.cc', |
| 155 'common/native_web_keyboard_event_mac.mm', | 156 'common/native_web_keyboard_event_mac.mm', |
| 156 'common/native_web_keyboard_event_win.cc', | 157 'common/native_web_keyboard_event_win.cc', |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 ], | 329 ], |
| 329 'sources': [ | 330 'sources': [ |
| 330 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 331 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
| 331 ], | 332 ], |
| 332 } | 333 } |
| 333 ], | 334 ], |
| 334 }, | 335 }, |
| 335 ], | 336 ], |
| 336 ], | 337 ], |
| 337 } | 338 } |
| OLD | NEW |