Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Side by Side Diff: content/content_common.gypi

Issue 6672070: Move the remaining files in chrome\common to content\common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'common/indexed_db_key.cc', 90 'common/indexed_db_key.cc',
91 'common/indexed_db_key.h', 91 'common/indexed_db_key.h',
92 'common/indexed_db_messages.h', 92 'common/indexed_db_messages.h',
93 'common/indexed_db_param_traits.cc', 93 'common/indexed_db_param_traits.cc',
94 'common/indexed_db_param_traits.h', 94 'common/indexed_db_param_traits.h',
95 'common/main_function_params.h', 95 'common/main_function_params.h',
96 'common/message_router.cc', 96 'common/message_router.cc',
97 'common/message_router.h', 97 'common/message_router.h',
98 'common/mime_registry_messages.h', 98 'common/mime_registry_messages.h',
99 'common/mru_cache.h', 99 'common/mru_cache.h',
100 'common/native_web_keyboard_event.h',
101 'common/native_web_keyboard_event_linux.cc',
102 'common/native_web_keyboard_event_mac.mm',
103 'common/native_web_keyboard_event_win.cc',
104 'common/navigation_gesture.h',
105 'common/navigation_types.h',
100 'common/notification_details.cc', 106 'common/notification_details.cc',
101 'common/notification_details.h', 107 'common/notification_details.h',
102 'common/notification_observer.h', 108 'common/notification_observer.h',
103 'common/notification_registrar.cc', 109 'common/notification_registrar.cc',
104 'common/notification_registrar.h', 110 'common/notification_registrar.h',
105 'common/notification_service.cc', 111 'common/notification_service.cc',
106 'common/notification_service.h', 112 'common/notification_service.h',
107 'common/notification_source.cc', 113 'common/notification_source.cc',
108 'common/notification_source.h', 114 'common/notification_source.h',
109 'common/notification_type.h', 115 'common/notification_type.h',
110 'common/p2p_messages.h', 116 'common/p2p_messages.h',
111 'common/p2p_sockets.h', 117 'common/p2p_sockets.h',
118 'common/page_transition_types.cc',
119 'common/page_transition_types.h',
120 'common/page_type.h',
121 'common/page_zoom.h',
112 'common/pepper_file_messages.cc', 122 'common/pepper_file_messages.cc',
113 'common/pepper_file_messages.h', 123 'common/pepper_file_messages.h',
114 'common/pepper_messages.cc', 124 'common/pepper_messages.cc',
115 'common/pepper_messages.h', 125 'common/pepper_messages.h',
116 'common/plugin_carbon_interpose_constants_mac.cc', 126 'common/plugin_carbon_interpose_constants_mac.cc',
117 'common/plugin_carbon_interpose_constants_mac.h', 127 'common/plugin_carbon_interpose_constants_mac.h',
118 'common/plugin_messages.h', 128 'common/plugin_messages.h',
129 'common/process_watcher.h',
130 'common/process_watcher_mac.cc',
131 'common/process_watcher_posix.cc',
132 'common/process_watcher_win.cc',
119 'common/property_bag.cc', 133 'common/property_bag.cc',
120 'common/property_bag.h', 134 'common/property_bag.h',
121 'common/resource_dispatcher.cc', 135 'common/resource_dispatcher.cc',
122 'common/resource_dispatcher.h', 136 'common/resource_dispatcher.h',
123 'common/resource_messages.h', 137 'common/resource_messages.h',
124 'common/resource_response.cc', 138 'common/resource_response.cc',
125 'common/resource_response.h', 139 'common/resource_response.h',
126 'common/sandbox_init_wrapper.h', 140 'common/sandbox_init_wrapper.h',
127 'common/sandbox_init_wrapper_linux.cc', 141 'common/sandbox_init_wrapper_linux.cc',
128 'common/sandbox_init_wrapper_mac.cc', 142 'common/sandbox_init_wrapper_mac.cc',
129 'common/sandbox_init_wrapper_win.cc', 143 'common/sandbox_init_wrapper_win.cc',
130 'common/sandbox_mac.h', 144 'common/sandbox_mac.h',
131 'common/sandbox_mac.mm', 145 'common/sandbox_mac.mm',
146 'common/sandbox_methods_linux.h',
132 'common/section_util_win.cc', 147 'common/section_util_win.cc',
133 'common/section_util_win.h', 148 'common/section_util_win.h',
134 'common/serialized_script_value.cc', 149 'common/serialized_script_value.cc',
135 'common/serialized_script_value.h', 150 'common/serialized_script_value.h',
151 'common/set_process_title.cc',
152 'common/set_process_title.h',
153 'common/set_process_title_linux.cc',
154 'common/set_process_title_linux.h',
136 'common/socket_stream.h', 155 'common/socket_stream.h',
137 'common/socket_stream_dispatcher.cc', 156 'common/socket_stream_dispatcher.cc',
138 'common/socket_stream_dispatcher.h', 157 'common/socket_stream_dispatcher.h',
139 'common/socket_stream_messages.h', 158 'common/socket_stream_messages.h',
140 'common/speech_input_messages.h', 159 'common/speech_input_messages.h',
141 'common/speech_input_result.h', 160 'common/speech_input_result.h',
142 'common/unix_domain_socket_posix.cc', 161 'common/unix_domain_socket_posix.cc',
143 'common/unix_domain_socket_posix.h', 162 'common/unix_domain_socket_posix.h',
144 'common/web_database_observer_impl.cc', 163 'common/web_database_observer_impl.cc',
145 'common/web_database_observer_impl.h', 164 'common/web_database_observer_impl.h',
146 'common/webblobregistry_impl.cc', 165 'common/webblobregistry_impl.cc',
147 'common/webblobregistry_impl.h', 166 'common/webblobregistry_impl.h',
148 'common/webblob_messages.h', 167 'common/webblob_messages.h',
149 'common/webmessageportchannel_impl.cc', 168 'common/webmessageportchannel_impl.cc',
150 'common/webmessageportchannel_impl.h', 169 'common/webmessageportchannel_impl.h',
151 'common/worker_messages.h', 170 'common/worker_messages.h',
152 ], 171 ],
153 'conditions': [ 172 'conditions': [
154 ['OS=="win"', { 173 ['OS=="win"', {
155 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', 174 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4',
156 }], 175 }],
176 ['OS=="mac"', {
177 'sources!': [
178 'common/process_watcher_posix.cc',
179 ],
180 'link_settings': {
181 'mac_bundle_resources': [
182 'common/common.sb',
183 ],
184 },
185 }],
186 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
187 'dependencies': [
188 '../build/linux/system.gyp:gtk',
189 ],
190 }],
157 ], 191 ],
158 }, 192 },
159 ], 193 ],
160 } 194 }
OLDNEW
« no previous file with comments | « content/common/set_process_title_linux.cc ('k') | webkit/tools/test_shell/test_webview_delegate_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698