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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 'common/navigation_types.h', | 157 'common/navigation_types.h', |
158 'common/notification_details.cc', | 158 'common/notification_details.cc', |
159 'common/notification_details.h', | 159 'common/notification_details.h', |
160 'common/notification_observer.h', | 160 'common/notification_observer.h', |
161 'common/notification_registrar.cc', | 161 'common/notification_registrar.cc', |
162 'common/notification_registrar.h', | 162 'common/notification_registrar.h', |
163 'common/notification_service.cc', | 163 'common/notification_service.cc', |
164 'common/notification_service.h', | 164 'common/notification_service.h', |
165 'common/notification_source.cc', | 165 'common/notification_source.cc', |
166 'common/notification_source.h', | 166 'common/notification_source.h', |
167 'common/notification_type.h', | |
168 'common/p2p_messages.h', | 167 'common/p2p_messages.h', |
169 'common/p2p_sockets.h', | 168 'common/p2p_sockets.h', |
170 'common/page_transition_types.cc', | 169 'common/page_transition_types.cc', |
171 'common/page_transition_types.h', | 170 'common/page_transition_types.h', |
172 'common/page_type.h', | 171 'common/page_type.h', |
173 'common/page_zoom.h', | 172 'common/page_zoom.h', |
174 'common/pepper_file_messages.cc', | 173 'common/pepper_file_messages.cc', |
175 'common/pepper_file_messages.h', | 174 'common/pepper_file_messages.h', |
176 'common/pepper_messages.cc', | 175 'common/pepper_messages.cc', |
177 'common/pepper_messages.h', | 176 'common/pepper_messages.h', |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 ], | 341 ], |
343 'sources': [ | 342 'sources': [ |
344 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 343 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
345 ], | 344 ], |
346 } | 345 } |
347 ], | 346 ], |
348 }, | 347 }, |
349 ], | 348 ], |
350 ], | 349 ], |
351 } | 350 } |
OLD | NEW |