| 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 19 matching lines...) Expand all Loading... |
| 30 'common/child_process.h', | 30 'common/child_process.h', |
| 31 'common/child_process_host.cc', | 31 'common/child_process_host.cc', |
| 32 'common/child_process_host.h', | 32 'common/child_process_host.h', |
| 33 'common/child_process_info.cc', | 33 'common/child_process_info.cc', |
| 34 'common/child_process_info.h', | 34 'common/child_process_info.h', |
| 35 'common/child_process_messages.h', | 35 'common/child_process_messages.h', |
| 36 'common/child_thread.cc', | 36 'common/child_thread.cc', |
| 37 'common/child_thread.h', | 37 'common/child_thread.h', |
| 38 'common/chrome_application_mac.h', | 38 'common/chrome_application_mac.h', |
| 39 'common/chrome_application_mac.mm', | 39 'common/chrome_application_mac.mm', |
| 40 'common/clipboard_messages.h', |
| 40 'common/common_param_traits.cc', | 41 'common/common_param_traits.cc', |
| 41 'common/common_param_traits.h', | 42 'common/common_param_traits.h', |
| 42 'common/content_message_generator.cc', | 43 'common/content_message_generator.cc', |
| 43 'common/content_message_generator.h', | 44 'common/content_message_generator.h', |
| 44 'common/content_client.cc', | 45 'common/content_client.cc', |
| 45 'common/content_client.h', | 46 'common/content_client.h', |
| 46 'common/content_constants.cc', | 47 'common/content_constants.cc', |
| 47 'common/content_constants.h', | 48 'common/content_constants.h', |
| 48 'common/content_paths.cc', | 49 'common/content_paths.cc', |
| 49 'common/content_paths.h', | 50 'common/content_paths.h', |
| 50 'common/content_switches.cc', | 51 'common/content_switches.cc', |
| 51 'common/content_switches.h', | 52 'common/content_switches.h', |
| 52 'common/database_messages.h', | 53 'common/database_messages.h', |
| 53 'common/database_util.cc', | 54 'common/database_util.cc', |
| 54 'common/database_util.h', | 55 'common/database_util.h', |
| 55 'common/db_message_filter.cc', | 56 'common/db_message_filter.cc', |
| 56 'common/db_message_filter.h', | 57 'common/db_message_filter.h', |
| 57 'common/debug_flags.cc', | 58 'common/debug_flags.cc', |
| 58 'common/debug_flags.h', | 59 'common/debug_flags.h', |
| 59 'common/dx_diag_node.cc', | 60 'common/dx_diag_node.cc', |
| 60 'common/dx_diag_node.h', | 61 'common/dx_diag_node.h', |
| 62 'common/dom_storage_common.h', |
| 63 'common/dom_storage_messages.h', |
| 61 'common/file_system/file_system_dispatcher.cc', | 64 'common/file_system/file_system_dispatcher.cc', |
| 62 'common/file_system/file_system_dispatcher.h', | 65 'common/file_system/file_system_dispatcher.h', |
| 63 'common/file_system/webfilesystem_callback_dispatcher.cc', | 66 'common/file_system/webfilesystem_callback_dispatcher.cc', |
| 64 'common/file_system/webfilesystem_callback_dispatcher.h', | 67 'common/file_system/webfilesystem_callback_dispatcher.h', |
| 65 'common/file_system/webfilesystem_impl.cc', | 68 'common/file_system/webfilesystem_impl.cc', |
| 66 'common/file_system/webfilesystem_impl.h', | 69 'common/file_system/webfilesystem_impl.h', |
| 67 'common/file_system/webfilewriter_impl.cc', | 70 'common/file_system/webfilewriter_impl.cc', |
| 68 'common/file_system/webfilewriter_impl.h', | 71 'common/file_system/webfilewriter_impl.h', |
| 69 'common/file_system_messages.h', | 72 'common/file_system_messages.h', |
| 70 'common/file_utilities_messages.h', | 73 'common/file_utilities_messages.h', |
| 71 'common/font_descriptor_mac.h', | 74 'common/font_descriptor_mac.h', |
| 72 'common/font_descriptor_mac.mm', | 75 'common/font_descriptor_mac.mm', |
| 73 'common/font_loader_mac.h', | 76 'common/font_loader_mac.h', |
| 74 'common/font_loader_mac.mm', | 77 'common/font_loader_mac.mm', |
| 75 'common/gpu_info.cc', | 78 'common/gpu_info.cc', |
| 76 'common/gpu_info.h', | 79 'common/gpu_info.h', |
| 77 'common/gpu_messages.h', | 80 'common/gpu_messages.h', |
| 78 'common/hi_res_timer_manager_posix.cc', | 81 'common/hi_res_timer_manager_posix.cc', |
| 79 'common/hi_res_timer_manager_win.cc', | 82 'common/hi_res_timer_manager_win.cc', |
| 80 'common/hi_res_timer_manager.h', | 83 'common/hi_res_timer_manager.h', |
| 84 'common/indexed_db_key.cc', |
| 85 'common/indexed_db_key.h', |
| 86 'common/indexed_db_messages.h', |
| 87 'common/indexed_db_param_traits.cc', |
| 88 'common/indexed_db_param_traits.h', |
| 81 'common/main_function_params.h', | 89 'common/main_function_params.h', |
| 82 'common/message_router.cc', | 90 'common/message_router.cc', |
| 83 'common/message_router.h', | 91 'common/message_router.h', |
| 84 'common/mime_registry_messages.h', | 92 'common/mime_registry_messages.h', |
| 85 'common/notification_details.cc', | 93 'common/notification_details.cc', |
| 86 'common/notification_details.h', | 94 'common/notification_details.h', |
| 87 'common/notification_observer.h', | 95 'common/notification_observer.h', |
| 88 'common/notification_registrar.cc', | 96 'common/notification_registrar.cc', |
| 89 'common/notification_registrar.h', | 97 'common/notification_registrar.h', |
| 90 'common/notification_service.cc', | 98 'common/notification_service.cc', |
| 91 'common/notification_service.h', | 99 'common/notification_service.h', |
| 92 'common/notification_source.cc', | 100 'common/notification_source.cc', |
| 93 'common/notification_source.h', | 101 'common/notification_source.h', |
| 94 'common/notification_type.h', | 102 'common/notification_type.h', |
| 95 'common/p2p_messages.h', | 103 'common/p2p_messages.h', |
| 96 'common/p2p_sockets.h', | 104 'common/p2p_sockets.h', |
| 105 'common/pepper_file_messages.cc', |
| 106 'common/pepper_file_messages.h', |
| 107 'common/pepper_messages.cc', |
| 108 'common/pepper_messages.h', |
| 97 'common/plugin_carbon_interpose_constants_mac.cc', | 109 'common/plugin_carbon_interpose_constants_mac.cc', |
| 98 'common/plugin_carbon_interpose_constants_mac.h', | 110 'common/plugin_carbon_interpose_constants_mac.h', |
| 99 'common/plugin_messages.h', | 111 'common/plugin_messages.h', |
| 100 'common/property_bag.cc', | 112 'common/property_bag.cc', |
| 101 'common/property_bag.h', | 113 'common/property_bag.h', |
| 102 'common/resource_dispatcher.cc', | 114 'common/resource_dispatcher.cc', |
| 103 'common/resource_dispatcher.h', | 115 'common/resource_dispatcher.h', |
| 104 'common/resource_messages.h', | 116 'common/resource_messages.h', |
| 105 'common/resource_response.cc', | 117 'common/resource_response.cc', |
| 106 'common/resource_response.h', | 118 'common/resource_response.h', |
| 107 'common/sandbox_init_wrapper.h', | 119 'common/sandbox_init_wrapper.h', |
| 108 'common/sandbox_init_wrapper_linux.cc', | 120 'common/sandbox_init_wrapper_linux.cc', |
| 109 'common/sandbox_init_wrapper_mac.cc', | 121 'common/sandbox_init_wrapper_mac.cc', |
| 110 'common/sandbox_init_wrapper_win.cc', | 122 'common/sandbox_init_wrapper_win.cc', |
| 111 'common/sandbox_mac.h', | 123 'common/sandbox_mac.h', |
| 112 'common/sandbox_mac.mm', | 124 'common/sandbox_mac.mm', |
| 113 'common/section_util_win.cc', | 125 'common/section_util_win.cc', |
| 114 'common/section_util_win.h', | 126 'common/section_util_win.h', |
| 127 'common/serialized_script_value.cc', |
| 128 'common/serialized_script_value.h', |
| 115 'common/socket_stream.h', | 129 'common/socket_stream.h', |
| 116 'common/socket_stream_dispatcher.cc', | 130 'common/socket_stream_dispatcher.cc', |
| 117 'common/socket_stream_dispatcher.h', | 131 'common/socket_stream_dispatcher.h', |
| 118 'common/socket_stream_messages.h', | 132 'common/socket_stream_messages.h', |
| 133 'common/speech_input_messages.h', |
| 134 'common/speech_input_result.h', |
| 119 'common/web_database_observer_impl.cc', | 135 'common/web_database_observer_impl.cc', |
| 120 'common/web_database_observer_impl.h', | 136 'common/web_database_observer_impl.h', |
| 121 'common/webblobregistry_impl.cc', | 137 'common/webblobregistry_impl.cc', |
| 122 'common/webblobregistry_impl.h', | 138 'common/webblobregistry_impl.h', |
| 123 'common/webblob_messages.h', | 139 'common/webblob_messages.h', |
| 124 'common/webmessageportchannel_impl.cc', | 140 'common/webmessageportchannel_impl.cc', |
| 125 'common/webmessageportchannel_impl.h', | 141 'common/webmessageportchannel_impl.h', |
| 126 'common/worker_messages.h', | 142 'common/worker_messages.h', |
| 127 ], | 143 ], |
| 128 'conditions': [ | 144 'conditions': [ |
| 129 ['OS=="win"', { | 145 ['OS=="win"', { |
| 130 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', | 146 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', |
| 131 }], | 147 }], |
| 132 ], | 148 ], |
| 133 }, | 149 }, |
| 134 ], | 150 ], |
| 135 } | 151 } |
| OLD | NEW |