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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
136 'common/hi_res_timer_manager_posix.cc', | 136 'common/hi_res_timer_manager_posix.cc', |
137 'common/hi_res_timer_manager_win.cc', | 137 'common/hi_res_timer_manager_win.cc', |
138 'common/hi_res_timer_manager.h', | 138 'common/hi_res_timer_manager.h', |
139 'common/indexed_db_key.cc', | 139 'common/indexed_db_key.cc', |
140 'common/indexed_db_key.h', | 140 'common/indexed_db_key.h', |
141 'common/indexed_db_messages.h', | 141 'common/indexed_db_messages.h', |
142 'common/indexed_db_param_traits.cc', | 142 'common/indexed_db_param_traits.cc', |
143 'common/indexed_db_param_traits.h', | 143 'common/indexed_db_param_traits.h', |
144 'common/json_value_serializer.cc', | 144 'common/json_value_serializer.cc', |
145 'common/json_value_serializer.h', | 145 'common/json_value_serializer.h', |
146 'common/media/media_stream_messages.h', | |
scherkus (not reviewing)
2011/06/17 17:42:13
alphabetize
Per K
2011/06/18 19:53:59
Done.
| |
146 'common/main_function_params.h', | 147 'common/main_function_params.h', |
147 'common/message_router.cc', | 148 'common/message_router.cc', |
148 'common/message_router.h', | 149 'common/message_router.h', |
149 'common/mime_registry_messages.h', | 150 'common/mime_registry_messages.h', |
150 'common/native_web_keyboard_event.h', | 151 'common/native_web_keyboard_event.h', |
151 'common/native_web_keyboard_event_linux.cc', | 152 'common/native_web_keyboard_event_linux.cc', |
152 'common/native_web_keyboard_event_mac.mm', | 153 'common/native_web_keyboard_event_mac.mm', |
153 'common/native_web_keyboard_event_win.cc', | 154 'common/native_web_keyboard_event_win.cc', |
154 'common/navigation_gesture.h', | 155 'common/navigation_gesture.h', |
155 'common/navigation_types.h', | 156 'common/navigation_types.h', |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
326 ], | 327 ], |
327 'sources': [ | 328 'sources': [ |
328 'common/gpu/omx_video_decode_accelerator_unittest.cc', | 329 'common/gpu/omx_video_decode_accelerator_unittest.cc', |
329 ], | 330 ], |
330 } | 331 } |
331 ], | 332 ], |
332 }, | 333 }, |
333 ], | 334 ], |
334 ], | 335 ], |
335 } | 336 } |
OLD | NEW |