| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'common/file_system/file_system_dispatcher.cc', | 64 'common/file_system/file_system_dispatcher.cc', |
| 65 'common/file_system/file_system_dispatcher.h', | 65 'common/file_system/file_system_dispatcher.h', |
| 66 'common/file_system/webfilesystem_callback_dispatcher.cc', | 66 'common/file_system/webfilesystem_callback_dispatcher.cc', |
| 67 'common/file_system/webfilesystem_callback_dispatcher.h', | 67 'common/file_system/webfilesystem_callback_dispatcher.h', |
| 68 'common/file_system/webfilesystem_impl.cc', | 68 'common/file_system/webfilesystem_impl.cc', |
| 69 'common/file_system/webfilesystem_impl.h', | 69 'common/file_system/webfilesystem_impl.h', |
| 70 'common/file_system/webfilewriter_impl.cc', | 70 'common/file_system/webfilewriter_impl.cc', |
| 71 'common/file_system/webfilewriter_impl.h', | 71 'common/file_system/webfilewriter_impl.h', |
| 72 'common/file_system_messages.h', | 72 'common/file_system_messages.h', |
| 73 'common/file_utilities_messages.h', | 73 'common/file_utilities_messages.h', |
| 74 'common/font_config_ipc_linux.cc', |
| 75 'common/font_config_ipc_linux.h', |
| 74 'common/font_descriptor_mac.h', | 76 'common/font_descriptor_mac.h', |
| 75 'common/font_descriptor_mac.mm', | 77 'common/font_descriptor_mac.mm', |
| 76 'common/font_loader_mac.h', | 78 'common/font_loader_mac.h', |
| 77 'common/font_loader_mac.mm', | 79 'common/font_loader_mac.mm', |
| 80 'common/geoposition.cc', |
| 81 'common/geoposition.h', |
| 78 'common/gpu_info.cc', | 82 'common/gpu_info.cc', |
| 79 'common/gpu_info.h', | 83 'common/gpu_info.h', |
| 80 'common/gpu_messages.h', | 84 'common/gpu_messages.h', |
| 81 'common/hi_res_timer_manager_posix.cc', | 85 'common/hi_res_timer_manager_posix.cc', |
| 82 'common/hi_res_timer_manager_win.cc', | 86 'common/hi_res_timer_manager_win.cc', |
| 83 'common/hi_res_timer_manager.h', | 87 'common/hi_res_timer_manager.h', |
| 84 'common/indexed_db_key.cc', | 88 'common/indexed_db_key.cc', |
| 85 'common/indexed_db_key.h', | 89 'common/indexed_db_key.h', |
| 86 'common/indexed_db_messages.h', | 90 'common/indexed_db_messages.h', |
| 87 'common/indexed_db_param_traits.cc', | 91 'common/indexed_db_param_traits.cc', |
| 88 'common/indexed_db_param_traits.h', | 92 'common/indexed_db_param_traits.h', |
| 89 'common/main_function_params.h', | 93 'common/main_function_params.h', |
| 90 'common/message_router.cc', | 94 'common/message_router.cc', |
| 91 'common/message_router.h', | 95 'common/message_router.h', |
| 92 'common/mime_registry_messages.h', | 96 'common/mime_registry_messages.h', |
| 97 'common/mru_cache.h', |
| 93 'common/notification_details.cc', | 98 'common/notification_details.cc', |
| 94 'common/notification_details.h', | 99 'common/notification_details.h', |
| 95 'common/notification_observer.h', | 100 'common/notification_observer.h', |
| 96 'common/notification_registrar.cc', | 101 'common/notification_registrar.cc', |
| 97 'common/notification_registrar.h', | 102 'common/notification_registrar.h', |
| 98 'common/notification_service.cc', | 103 'common/notification_service.cc', |
| 99 'common/notification_service.h', | 104 'common/notification_service.h', |
| 100 'common/notification_source.cc', | 105 'common/notification_source.cc', |
| 101 'common/notification_source.h', | 106 'common/notification_source.h', |
| 102 'common/notification_type.h', | 107 'common/notification_type.h', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 125 'common/section_util_win.cc', | 130 'common/section_util_win.cc', |
| 126 'common/section_util_win.h', | 131 'common/section_util_win.h', |
| 127 'common/serialized_script_value.cc', | 132 'common/serialized_script_value.cc', |
| 128 'common/serialized_script_value.h', | 133 'common/serialized_script_value.h', |
| 129 'common/socket_stream.h', | 134 'common/socket_stream.h', |
| 130 'common/socket_stream_dispatcher.cc', | 135 'common/socket_stream_dispatcher.cc', |
| 131 'common/socket_stream_dispatcher.h', | 136 'common/socket_stream_dispatcher.h', |
| 132 'common/socket_stream_messages.h', | 137 'common/socket_stream_messages.h', |
| 133 'common/speech_input_messages.h', | 138 'common/speech_input_messages.h', |
| 134 'common/speech_input_result.h', | 139 'common/speech_input_result.h', |
| 140 'common/unix_domain_socket_posix.cc', |
| 141 'common/unix_domain_socket_posix.h', |
| 135 'common/web_database_observer_impl.cc', | 142 'common/web_database_observer_impl.cc', |
| 136 'common/web_database_observer_impl.h', | 143 'common/web_database_observer_impl.h', |
| 137 'common/webblobregistry_impl.cc', | 144 'common/webblobregistry_impl.cc', |
| 138 'common/webblobregistry_impl.h', | 145 'common/webblobregistry_impl.h', |
| 139 'common/webblob_messages.h', | 146 'common/webblob_messages.h', |
| 140 'common/webmessageportchannel_impl.cc', | 147 'common/webmessageportchannel_impl.cc', |
| 141 'common/webmessageportchannel_impl.h', | 148 'common/webmessageportchannel_impl.h', |
| 142 'common/worker_messages.h', | 149 'common/worker_messages.h', |
| 143 ], | 150 ], |
| 144 'conditions': [ | 151 'conditions': [ |
| 145 ['OS=="win"', { | 152 ['OS=="win"', { |
| 146 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', | 153 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', |
| 147 }], | 154 }], |
| 148 ], | 155 ], |
| 149 }, | 156 }, |
| 150 ], | 157 ], |
| 151 } | 158 } |
| OLD | NEW |