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

Side by Side Diff: content/content_common.gypi

Issue 16328003: Move a bunch of child-only code from content/common to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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
« no previous file with comments | « content/content_child.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'common/appcache/appcache_dispatcher.h', 125 'common/appcache/appcache_dispatcher.h',
126 'common/appcache_messages.h', 126 'common/appcache_messages.h',
127 'common/browser_plugin/browser_plugin_constants.cc', 127 'common/browser_plugin/browser_plugin_constants.cc',
128 'common/browser_plugin/browser_plugin_constants.h', 128 'common/browser_plugin/browser_plugin_constants.h',
129 'common/browser_plugin/browser_plugin_message_enums.h', 129 'common/browser_plugin/browser_plugin_message_enums.h',
130 'common/browser_plugin/browser_plugin_messages.h', 130 'common/browser_plugin/browser_plugin_messages.h',
131 'common/browser_rendering_stats.cc', 131 'common/browser_rendering_stats.cc',
132 'common/browser_rendering_stats.h', 132 'common/browser_rendering_stats.h',
133 'common/cc_messages.cc', 133 'common/cc_messages.cc',
134 'common/cc_messages.h', 134 'common/cc_messages.h',
135 'common/child_histogram_message_filter.cc',
136 'common/child_histogram_message_filter.h',
137 'common/child_process.cc',
138 'common/child_process.h',
139 'common/child_process_host_impl.cc', 135 'common/child_process_host_impl.cc',
140 'common/child_process_host_impl.h', 136 'common/child_process_host_impl.h',
141 'common/child_process_messages.h', 137 'common/child_process_messages.h',
142 'common/child_process_sandbox_support_impl_linux.cc', 138 'common/child_process_sandbox_support_impl_linux.cc',
143 'common/child_process_sandbox_support_impl_linux.h', 139 'common/child_process_sandbox_support_impl_linux.h',
144 'common/child_process_sandbox_support_impl_shm_linux.cc', 140 'common/child_process_sandbox_support_impl_shm_linux.cc',
145 'common/child_resource_message_filter.cc',
146 'common/child_resource_message_filter.h',
147 'common/child_thread.cc',
148 'common/child_thread.h',
149 'common/clipboard_messages.cc', 141 'common/clipboard_messages.cc',
150 'common/clipboard_messages.h', 142 'common/clipboard_messages.h',
151 'common/content_constants_internal.cc', 143 'common/content_constants_internal.cc',
152 'common/content_constants_internal.h', 144 'common/content_constants_internal.h',
153 'common/content_export.h', 145 'common/content_export.h',
154 'common/content_ipc_logging.cc', 146 'common/content_ipc_logging.cc',
155 'common/content_message_generator.cc', 147 'common/content_message_generator.cc',
156 'common/content_message_generator.h', 148 'common/content_message_generator.h',
157 'common/content_param_traits.cc', 149 'common/content_param_traits.cc',
158 'common/content_param_traits.h', 150 'common/content_param_traits.h',
159 'common/content_param_traits_macros.h', 151 'common/content_param_traits_macros.h',
160 'common/content_paths.cc', 152 'common/content_paths.cc',
161 'common/database_messages.h', 153 'common/database_messages.h',
162 'common/database_util.cc',
163 'common/database_util.h',
164 'common/db_message_filter.cc', 154 'common/db_message_filter.cc',
165 'common/db_message_filter.h', 155 'common/db_message_filter.h',
166 'common/desktop_notification_messages.h', 156 'common/desktop_notification_messages.h',
167 'common/device_motion_messages.h', 157 'common/device_motion_messages.h',
168 'common/device_orientation_messages.h', 158 'common/device_orientation_messages.h',
169 'common/devtools_messages.h', 159 'common/devtools_messages.h',
170 'common/dom_storage_messages.h', 160 'common/dom_storage_messages.h',
171 'common/drag_event_source_info.h', 161 'common/drag_event_source_info.h',
172 'common/drag_messages.h', 162 'common/drag_messages.h',
173 'common/drag_traits.h', 163 'common/drag_traits.h',
174 'common/edit_command.h', 164 'common/edit_command.h',
175 'common/file_utilities_messages.h', 165 'common/file_utilities_messages.h',
176 'common/fileapi/file_system_dispatcher.cc',
177 'common/fileapi/file_system_dispatcher.h',
178 'common/fileapi/file_system_messages.h', 166 'common/fileapi/file_system_messages.h',
179 'common/fileapi/webblob_messages.h', 167 'common/fileapi/webblob_messages.h',
180 'common/find_match_rect_android.cc', 168 'common/find_match_rect_android.cc',
181 'common/find_match_rect_android.h', 169 'common/find_match_rect_android.h',
182 'common/font_cache_dispatcher_win.cc', 170 'common/font_cache_dispatcher_win.cc',
183 'common/font_cache_dispatcher_win.h', 171 'common/font_cache_dispatcher_win.h',
184 'common/font_config_ipc_linux.cc', 172 'common/font_config_ipc_linux.cc',
185 'common/font_config_ipc_linux.h', 173 'common/font_config_ipc_linux.h',
186 'common/font_list.cc', 174 'common/font_list.cc',
187 'common/font_list.h', 175 'common/font_list.h',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'common/pepper_messages.h', 283 'common/pepper_messages.h',
296 'common/pepper_plugin_registry.cc', 284 'common/pepper_plugin_registry.cc',
297 'common/pepper_plugin_registry.h', 285 'common/pepper_plugin_registry.h',
298 'common/pepper_renderer_instance_data.cc', 286 'common/pepper_renderer_instance_data.cc',
299 'common/pepper_renderer_instance_data.h', 287 'common/pepper_renderer_instance_data.h',
300 'common/plugin_carbon_interpose_constants_mac.cc', 288 'common/plugin_carbon_interpose_constants_mac.cc',
301 'common/plugin_carbon_interpose_constants_mac.h', 289 'common/plugin_carbon_interpose_constants_mac.h',
302 'common/plugin_process_messages.h', 290 'common/plugin_process_messages.h',
303 'common/process_type.cc', 291 'common/process_type.cc',
304 'common/quota_messages.h', 292 'common/quota_messages.h',
305 'common/quota_dispatcher.cc',
306 'common/quota_dispatcher.h',
307 'common/request_extra_data.cc', 293 'common/request_extra_data.cc',
308 'common/request_extra_data.h', 294 'common/request_extra_data.h',
309 'common/resource_dispatcher.cc',
310 'common/resource_dispatcher.h',
311 'common/resource_messages.cc', 295 'common/resource_messages.cc',
312 'common/resource_messages.h', 296 'common/resource_messages.h',
313 'common/sandbox_init_mac.cc', 297 'common/sandbox_init_mac.cc',
314 'common/sandbox_init_mac.h', 298 'common/sandbox_init_mac.h',
315 'common/sandbox_init_win.cc', 299 'common/sandbox_init_win.cc',
316 'common/sandbox_mac.h', 300 'common/sandbox_mac.h',
317 'common/sandbox_mac.mm', 301 'common/sandbox_mac.mm',
318 'common/sandbox_linux.h', 302 'common/sandbox_linux.h',
319 'common/sandbox_linux.cc', 303 'common/sandbox_linux.cc',
320 'common/sandbox_seccomp_bpf_linux.cc', 304 'common/sandbox_seccomp_bpf_linux.cc',
321 'common/sandbox_seccomp_bpf_linux.h', 305 'common/sandbox_seccomp_bpf_linux.h',
322 'common/sandbox_util.cc', 306 'common/sandbox_util.cc',
323 'common/sandbox_util.h', 307 'common/sandbox_util.h',
324 'common/sandbox_win.cc', 308 'common/sandbox_win.cc',
325 'common/sandbox_win.h', 309 'common/sandbox_win.h',
326 'common/savable_url_schemes.cc', 310 'common/savable_url_schemes.cc',
327 'common/savable_url_schemes.h', 311 'common/savable_url_schemes.h',
328 'common/set_process_title.cc', 312 'common/set_process_title.cc',
329 'common/set_process_title.h', 313 'common/set_process_title.h',
330 'common/set_process_title_linux.cc', 314 'common/set_process_title_linux.cc',
331 'common/set_process_title_linux.h', 315 'common/set_process_title_linux.h',
332 'common/socket_stream.h', 316 'common/socket_stream.h',
333 'common/socket_stream_dispatcher.cc',
334 'common/socket_stream_dispatcher.h',
335 'common/socket_stream_handle_data.cc', 317 'common/socket_stream_handle_data.cc',
336 'common/socket_stream_handle_data.h', 318 'common/socket_stream_handle_data.h',
337 'common/socket_stream_messages.h', 319 'common/socket_stream_messages.h',
338 'common/speech_recognition_messages.h', 320 'common/speech_recognition_messages.h',
339 'common/ssl_status_serialization.cc', 321 'common/ssl_status_serialization.cc',
340 'common/ssl_status_serialization.h', 322 'common/ssl_status_serialization.h',
341 'common/swapped_out_messages.cc', 323 'common/swapped_out_messages.cc',
342 'common/swapped_out_messages.h', 324 'common/swapped_out_messages.h',
343 'common/thread_safe_sender.cc',
344 'common/thread_safe_sender.h',
345 'common/text_input_client_messages.h', 325 'common/text_input_client_messages.h',
346 'common/url_schemes.cc', 326 'common/url_schemes.cc',
347 'common/url_schemes.h', 327 'common/url_schemes.h',
348 'common/utility_messages.h', 328 'common/utility_messages.h',
349 'common/view_messages.h', 329 'common/view_messages.h',
350 'common/view_message_enums.h', 330 'common/view_message_enums.h',
351 'common/webkitplatformsupport_impl.cc',
352 'common/webkitplatformsupport_impl.h',
353 'common/webmessageportchannel_impl.cc',
354 'common/webmessageportchannel_impl.h',
355 'common/worker_messages.h', 331 'common/worker_messages.h',
356 'common/zygote_commands_linux.h', 332 'common/zygote_commands_linux.h',
357 'port/common/input_event_ack_state.h', 333 'port/common/input_event_ack_state.h',
358 'public/common/common_param_traits.cc', 334 'public/common/common_param_traits.cc',
359 'public/common/common_param_traits.h', 335 'public/common/common_param_traits.h',
360 'public/common/common_param_traits_macros.h', 336 'public/common/common_param_traits_macros.h',
361 'public/common/content_client.cc', 337 'public/common/content_client.cc',
362 'public/common/content_client.h', 338 'public/common/content_client.h',
363 'public/common/window_container_type.cc', 339 'public/common/window_container_type.cc',
364 'public/common/window_container_type.h', 340 'public/common/window_container_type.h',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 541 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
566 '<(output)', 542 '<(output)',
567 '<(PRODUCT_DIR)', 543 '<(PRODUCT_DIR)',
568 ], 544 ],
569 'msvs_cygwin_shell': 1, 545 'msvs_cygwin_shell': 1,
570 }, 546 },
571 ] 547 ]
572 }], 548 }],
573 ], 549 ],
574 } 550 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698