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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 'common/content_paths.h', | 51 'common/content_paths.h', |
52 'common/content_switches.cc', | 52 'common/content_switches.cc', |
53 'common/content_switches.h', | 53 'common/content_switches.h', |
54 'common/database_messages.h', | 54 'common/database_messages.h', |
55 'common/database_util.cc', | 55 'common/database_util.cc', |
56 'common/database_util.h', | 56 'common/database_util.h', |
57 'common/db_message_filter.cc', | 57 'common/db_message_filter.cc', |
58 'common/db_message_filter.h', | 58 'common/db_message_filter.h', |
59 'common/debug_flags.cc', | 59 'common/debug_flags.cc', |
60 'common/debug_flags.h', | 60 'common/debug_flags.h', |
| 61 'common/dom_storage_common.h', |
| 62 'common/dom_storage_messages.h', |
61 'common/dx_diag_node.cc', | 63 'common/dx_diag_node.cc', |
62 'common/dx_diag_node.h', | 64 'common/dx_diag_node.h', |
63 'common/dom_storage_common.h', | 65 'common/file_path_watcher/file_path_watcher.cc', |
64 'common/dom_storage_messages.h', | 66 'common/file_path_watcher/file_path_watcher.h', |
| 67 'common/file_path_watcher/file_path_watcher_inotify.cc', |
| 68 'common/file_path_watcher/file_path_watcher_mac.cc', |
| 69 'common/file_path_watcher/file_path_watcher_win.cc', |
65 'common/file_system/file_system_dispatcher.cc', | 70 'common/file_system/file_system_dispatcher.cc', |
66 'common/file_system/file_system_dispatcher.h', | 71 'common/file_system/file_system_dispatcher.h', |
67 'common/file_system/webfilesystem_callback_dispatcher.cc', | 72 'common/file_system/webfilesystem_callback_dispatcher.cc', |
68 'common/file_system/webfilesystem_callback_dispatcher.h', | 73 'common/file_system/webfilesystem_callback_dispatcher.h', |
69 'common/file_system/webfilesystem_impl.cc', | 74 'common/file_system/webfilesystem_impl.cc', |
70 'common/file_system/webfilesystem_impl.h', | 75 'common/file_system/webfilesystem_impl.h', |
71 'common/file_system/webfilewriter_impl.cc', | 76 'common/file_system/webfilewriter_impl.cc', |
72 'common/file_system/webfilewriter_impl.h', | 77 'common/file_system/webfilewriter_impl.h', |
73 'common/file_system_messages.h', | 78 'common/file_system_messages.h', |
74 'common/file_utilities_messages.h', | 79 'common/file_utilities_messages.h', |
(...skipping 11 matching lines...) Expand all Loading... |
86 'common/gpu_info.h', | 91 'common/gpu_info.h', |
87 'common/gpu_messages.h', | 92 'common/gpu_messages.h', |
88 'common/hi_res_timer_manager_posix.cc', | 93 'common/hi_res_timer_manager_posix.cc', |
89 'common/hi_res_timer_manager_win.cc', | 94 'common/hi_res_timer_manager_win.cc', |
90 'common/hi_res_timer_manager.h', | 95 'common/hi_res_timer_manager.h', |
91 'common/indexed_db_key.cc', | 96 'common/indexed_db_key.cc', |
92 'common/indexed_db_key.h', | 97 'common/indexed_db_key.h', |
93 'common/indexed_db_messages.h', | 98 'common/indexed_db_messages.h', |
94 'common/indexed_db_param_traits.cc', | 99 'common/indexed_db_param_traits.cc', |
95 'common/indexed_db_param_traits.h', | 100 'common/indexed_db_param_traits.h', |
96 'common/main_function_params.h', | 101 'common/main_function_params.h', |
97 'common/message_router.cc', | 102 'common/message_router.cc', |
98 'common/message_router.h', | 103 'common/message_router.h', |
99 'common/mime_registry_messages.h', | 104 'common/mime_registry_messages.h', |
100 'common/mru_cache.h', | 105 'common/mru_cache.h', |
101 'common/native_web_keyboard_event.h', | 106 'common/native_web_keyboard_event.h', |
102 'common/native_web_keyboard_event_linux.cc', | 107 'common/native_web_keyboard_event_linux.cc', |
103 'common/native_web_keyboard_event_mac.mm', | 108 'common/native_web_keyboard_event_mac.mm', |
104 'common/native_web_keyboard_event_win.cc', | 109 'common/native_web_keyboard_event_win.cc', |
105 'common/navigation_gesture.h', | 110 'common/navigation_gesture.h', |
106 'common/navigation_types.h', | 111 'common/navigation_types.h', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'common/webblobregistry_impl.h', | 172 'common/webblobregistry_impl.h', |
168 'common/webblob_messages.h', | 173 'common/webblob_messages.h', |
169 'common/webmessageportchannel_impl.cc', | 174 'common/webmessageportchannel_impl.cc', |
170 'common/webmessageportchannel_impl.h', | 175 'common/webmessageportchannel_impl.h', |
171 'common/worker_messages.h', | 176 'common/worker_messages.h', |
172 ], | 177 ], |
173 'conditions': [ | 178 'conditions': [ |
174 ['OS=="win"', { | 179 ['OS=="win"', { |
175 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', | 180 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', |
176 }], | 181 }], |
| 182 ['OS!="linux"', { |
| 183 'sources!': [ |
| 184 'common/file_path_watcher/file_path_watcher_inotify.cc', |
| 185 ], |
| 186 }], |
| 187 ['OS=="freebsd" or OS=="openbsd"', { |
| 188 'sources': [ |
| 189 'common/file_path_watcher/file_path_watcher_stub.cc', |
| 190 ], |
| 191 }], |
177 ['OS=="mac"', { | 192 ['OS=="mac"', { |
178 'sources!': [ | 193 'sources!': [ |
179 'common/process_watcher_posix.cc', | 194 'common/process_watcher_posix.cc', |
180 ], | 195 ], |
181 'link_settings': { | 196 'link_settings': { |
182 'mac_bundle_resources': [ | 197 'mac_bundle_resources': [ |
183 'common/common.sb', | 198 'common/common.sb', |
184 ], | 199 ], |
185 }, | 200 }, |
186 }], | 201 }], |
187 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 202 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
188 'dependencies': [ | 203 'dependencies': [ |
189 '../build/linux/system.gyp:gtk', | 204 '../build/linux/system.gyp:gtk', |
190 ], | 205 ], |
191 }], | 206 }], |
192 ], | 207 ], |
193 }, | 208 }, |
194 ], | 209 ], |
195 } | 210 } |
OLD | NEW |