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

Side by Side Diff: content/content_common.gypi

Issue 201473002: Move webcursors code from webkit/ to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gfx image include Created 6 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
« no previous file with comments | « content/common/view_messages.h ('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 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 13 matching lines...) Expand all
24 'export_dependent_settings': [ 24 'export_dependent_settings': [
25 '../base/base.gyp:base', 25 '../base/base.gyp:base',
26 # The public content API headers directly include Blink API headers, so we 26 # The public content API headers directly include Blink API headers, so we
27 # have to export the blink header settings so that relative paths in these 27 # have to export the blink header settings so that relative paths in these
28 # headers resolve correctly. 28 # headers resolve correctly.
29 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 29 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
30 ], 30 ],
31 'sources': [ 31 'sources': [
32 'public/common/assert_matching_enums.cc', 32 'public/common/assert_matching_enums.cc',
33 'public/common/bindings_policy.h', 33 'public/common/bindings_policy.h',
34 'public/common/browser_plugin_permission_type.h',
34 'public/common/child_process_host.h', 35 'public/common/child_process_host.h',
35 'public/common/child_process_host_delegate.cc', 36 'public/common/child_process_host_delegate.cc',
36 'public/common/child_process_host_delegate.h', 37 'public/common/child_process_host_delegate.h',
37 'public/common/child_process_sandbox_support_linux.h', 38 'public/common/child_process_sandbox_support_linux.h',
38 'public/common/color_suggestion.cc', 39 'public/common/color_suggestion.cc',
39 'public/common/color_suggestion.h', 40 'public/common/color_suggestion.h',
41 'public/common/common_param_traits.cc',
42 'public/common/common_param_traits.h',
43 'public/common/common_param_traits_macros.h',
40 'public/common/console_message_level.h', 44 'public/common/console_message_level.h',
45 'public/common/content_client.cc',
46 'public/common/content_client.h',
41 'public/common/content_constants.cc', 47 'public/common/content_constants.cc',
42 'public/common/content_constants.h', 48 'public/common/content_constants.h',
43 'public/common/content_descriptors.h', 49 'public/common/content_descriptors.h',
44 'public/common/content_ipc_logging.h', 50 'public/common/content_ipc_logging.h',
45 'public/common/content_paths.h', 51 'public/common/content_paths.h',
46 'public/common/content_switches.cc', 52 'public/common/content_switches.cc',
47 'public/common/content_switches.h', 53 'public/common/content_switches.h',
48 'public/common/context_menu_params.cc', 54 'public/common/context_menu_params.cc',
49 'public/common/context_menu_params.h', 55 'public/common/context_menu_params.h',
50 'public/common/drop_data.cc', 56 'public/common/drop_data.cc',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'public/common/top_controls_state.h', 110 'public/common/top_controls_state.h',
105 'public/common/top_controls_state_list.h', 111 'public/common/top_controls_state_list.h',
106 'public/common/url_constants.cc', 112 'public/common/url_constants.cc',
107 'public/common/url_constants.h', 113 'public/common/url_constants.h',
108 'public/common/url_fetcher.h', 114 'public/common/url_fetcher.h',
109 'public/common/url_utils.cc', 115 'public/common/url_utils.cc',
110 'public/common/url_utils.h', 116 'public/common/url_utils.h',
111 'public/common/user_agent.h', 117 'public/common/user_agent.h',
112 'public/common/webplugininfo.cc', 118 'public/common/webplugininfo.cc',
113 'public/common/webplugininfo.h', 119 'public/common/webplugininfo.h',
120 'public/common/window_container_type.cc',
121 'public/common/window_container_type.h',
114 'public/common/zygote_fork_delegate_linux.h', 122 'public/common/zygote_fork_delegate_linux.h',
115 'common/accessibility_messages.h', 123 'common/accessibility_messages.h',
116 'common/all_messages.h', 124 'common/all_messages.h',
117 'common/android/address_parser.cc', 125 'common/android/address_parser.cc',
118 'common/android/address_parser.h', 126 'common/android/address_parser.h',
119 'common/android/address_parser_internal.cc', 127 'common/android/address_parser_internal.cc',
120 'common/android/address_parser_internal.h', 128 'common/android/address_parser_internal.h',
121 'common/android/common_jni_registrar.cc', 129 'common/android/common_jni_registrar.cc',
122 'common/android/common_jni_registrar.h', 130 'common/android/common_jni_registrar.h',
123 'common/android/device_telephony_info.cc', 131 'common/android/device_telephony_info.cc',
(...skipping 23 matching lines...) Expand all
147 'common/content_message_generator.cc', 155 'common/content_message_generator.cc',
148 'common/content_message_generator.h', 156 'common/content_message_generator.h',
149 'common/content_param_traits.cc', 157 'common/content_param_traits.cc',
150 'common/content_param_traits.h', 158 'common/content_param_traits.h',
151 'common/content_param_traits_macros.h', 159 'common/content_param_traits_macros.h',
152 'common/content_paths.cc', 160 'common/content_paths.cc',
153 'common/content_switches_internal.cc', 161 'common/content_switches_internal.cc',
154 'common/content_switches_internal.h', 162 'common/content_switches_internal.h',
155 'common/cookie_data.cc', 163 'common/cookie_data.cc',
156 'common/cookie_data.h', 164 'common/cookie_data.h',
165 'common/cursors/webcursor.cc',
166 'common/cursors/webcursor.h',
167 'common/cursors/webcursor_android.cc',
168 'common/cursors/webcursor_aura.cc',
169 'common/cursors/webcursor_aurawin.cc',
170 'common/cursors/webcursor_aurax11.cc',
171 'common/cursors/webcursor_gtk.cc',
172 'common/cursors/webcursor_gtk_data.h',
173 'common/cursors/webcursor_mac.mm',
174 'common/cursors/webcursor_null.cc',
175 'common/cursors/webcursor_win.cc',
157 'common/database_messages.h', 176 'common/database_messages.h',
158 'common/date_time_suggestion.h', 177 'common/date_time_suggestion.h',
159 'common/desktop_notification_messages.h', 178 'common/desktop_notification_messages.h',
160 'common/device_orientation/device_motion_hardware_buffer.h', 179 'common/device_orientation/device_motion_hardware_buffer.h',
161 'common/device_orientation/device_motion_messages.h', 180 'common/device_orientation/device_motion_messages.h',
162 'common/device_orientation/device_orientation_hardware_buffer.h', 181 'common/device_orientation/device_orientation_hardware_buffer.h',
163 'common/device_orientation/device_orientation_messages.h', 182 'common/device_orientation/device_orientation_messages.h',
164 'common/devtools_messages.h', 183 'common/devtools_messages.h',
165 'common/dom_storage/dom_storage_map.cc', 184 'common/dom_storage/dom_storage_map.cc',
166 'common/dom_storage/dom_storage_map.h', 185 'common/dom_storage/dom_storage_map.h',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 'common/indexed_db/indexed_db_constants.h', 287 'common/indexed_db/indexed_db_constants.h',
269 'common/indexed_db/indexed_db_key.cc', 288 'common/indexed_db/indexed_db_key.cc',
270 'common/indexed_db/indexed_db_key.h', 289 'common/indexed_db/indexed_db_key.h',
271 'common/indexed_db/indexed_db_key_path.cc', 290 'common/indexed_db/indexed_db_key_path.cc',
272 'common/indexed_db/indexed_db_key_path.h', 291 'common/indexed_db/indexed_db_key_path.h',
273 'common/indexed_db/indexed_db_key_range.cc', 292 'common/indexed_db/indexed_db_key_range.cc',
274 'common/indexed_db/indexed_db_key_range.h', 293 'common/indexed_db/indexed_db_key_range.h',
275 'common/indexed_db/indexed_db_messages.h', 294 'common/indexed_db/indexed_db_messages.h',
276 'common/indexed_db/indexed_db_param_traits.cc', 295 'common/indexed_db/indexed_db_param_traits.cc',
277 'common/indexed_db/indexed_db_param_traits.h', 296 'common/indexed_db/indexed_db_param_traits.h',
278 'common/input/input_event_stream_validator.cc',
279 'common/input/input_event_stream_validator.h',
280 'common/input/gesture_event_stream_validator.cc', 297 'common/input/gesture_event_stream_validator.cc',
281 'common/input/gesture_event_stream_validator.h', 298 'common/input/gesture_event_stream_validator.h',
282 'common/input/input_event.cc', 299 'common/input/input_event.cc',
283 'common/input/input_event.h', 300 'common/input/input_event.h',
301 'common/input/input_event_stream_validator.cc',
302 'common/input/input_event_stream_validator.h',
284 'common/input/input_param_traits.cc', 303 'common/input/input_param_traits.cc',
285 'common/input/input_param_traits.h', 304 'common/input/input_param_traits.h',
286 'common/input/scoped_web_input_event.cc', 305 'common/input/scoped_web_input_event.cc',
287 'common/input/scoped_web_input_event.h', 306 'common/input/scoped_web_input_event.h',
288 'common/input/synthetic_gesture_packet.cc', 307 'common/input/synthetic_gesture_packet.cc',
289 'common/input/synthetic_gesture_packet.h', 308 'common/input/synthetic_gesture_packet.h',
290 'common/input/synthetic_gesture_params.cc', 309 'common/input/synthetic_gesture_params.cc',
291 'common/input/synthetic_gesture_params.h', 310 'common/input/synthetic_gesture_params.h',
292 'common/input/synthetic_pinch_gesture_params.cc', 311 'common/input/synthetic_pinch_gesture_params.cc',
293 'common/input/synthetic_pinch_gesture_params.h', 312 'common/input/synthetic_pinch_gesture_params.h',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'common/set_process_title_linux.h', 419 'common/set_process_title_linux.h',
401 'common/socket_stream.h', 420 'common/socket_stream.h',
402 'common/socket_stream_handle_data.h', 421 'common/socket_stream_handle_data.h',
403 'common/socket_stream_messages.h', 422 'common/socket_stream_messages.h',
404 'common/speech_recognition_messages.h', 423 'common/speech_recognition_messages.h',
405 'common/ssl_status_serialization.cc', 424 'common/ssl_status_serialization.cc',
406 'common/ssl_status_serialization.h', 425 'common/ssl_status_serialization.h',
407 'common/swapped_out_messages.cc', 426 'common/swapped_out_messages.cc',
408 'common/swapped_out_messages.h', 427 'common/swapped_out_messages.h',
409 'common/text_input_client_messages.h', 428 'common/text_input_client_messages.h',
429 'common/url_schemes.cc',
430 'common/url_schemes.h',
410 'common/user_agent.cc', 431 'common/user_agent.cc',
411 'common/user_agent_ios.mm', 432 'common/user_agent_ios.mm',
412 'common/url_schemes.cc',
413 'common/url_schemes.h',
414 'common/utility_messages.h', 433 'common/utility_messages.h',
415 'common/view_message_enums.h', 434 'common/view_message_enums.h',
416 'common/view_messages.h', 435 'common/view_messages.h',
417 'common/webplugin_geometry.cc', 436 'common/webplugin_geometry.cc',
418 'common/webplugin_geometry.h', 437 'common/webplugin_geometry.h',
419 'common/websocket.cc', 438 'common/websocket.cc',
420 'common/websocket.h', 439 'common/websocket.h',
421 'common/websocket_messages.h', 440 'common/websocket_messages.h',
422 'common/worker_messages.h', 441 'common/worker_messages.h',
423 'common/zygote_commands_linux.h', 442 'common/zygote_commands_linux.h',
424 'port/common/input_event_ack_state.h', 443 'port/common/input_event_ack_state.h',
425 'public/common/browser_plugin_permission_type.h',
426 'public/common/common_param_traits.cc',
427 'public/common/common_param_traits.h',
428 'public/common/common_param_traits_macros.h',
429 'public/common/content_client.cc',
430 'public/common/content_client.h',
431 'public/common/window_container_type.cc',
432 'public/common/window_container_type.h',
433 ], 444 ],
434 'conditions': [ 445 'conditions': [
446 ['use_aura==1', {
447 'sources!': [
448 'common/cursors/webcursor_mac.mm',
449 'common/cursors/webcursor_win.cc',
450 ],
451 }],
452 ['use_ozone==0', {
453 'sources!': [
454 'common/cursors/webcursor_null.cc',
455 ],
456 }],
435 ['OS=="ios"', { 457 ['OS=="ios"', {
436 # iOS has different user-agent construction utilities, since the 458 # iOS has different user-agent construction utilities, since the
437 # version strings is not derived from webkit_version, and follows 459 # version strings is not derived from webkit_version, and follows
438 # a different format. 460 # a different format.
439 'sources!': [ 461 'sources!': [
440 'common/user_agent.cc', 462 'common/user_agent.cc',
441 ], 463 ],
442 'sources/': [ 464 'sources/': [
443 # iOS only needs a small portion of content; exclude all the 465 # iOS only needs a small portion of content; exclude all the
444 # implementation, and re-include what is used. 466 # implementation, and re-include what is used.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 '../third_party/WebKit/public/blink.gyp:blink', 500 '../third_party/WebKit/public/blink.gyp:blink',
479 '../ui/gl/gl.gyp:gl', 501 '../ui/gl/gl.gyp:gl',
480 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 502 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
481 '../webkit/common/webkit_common.gyp:webkit_common', 503 '../webkit/common/webkit_common.gyp:webkit_common',
482 '../webkit/storage_browser.gyp:webkit_storage_browser', 504 '../webkit/storage_browser.gyp:webkit_storage_browser',
483 '../webkit/storage_common.gyp:webkit_storage_common', 505 '../webkit/storage_common.gyp:webkit_storage_common',
484 'content.gyp:webkit_version', 506 'content.gyp:webkit_version',
485 ], 507 ],
486 }], 508 }],
487 ['OS=="mac"', { 509 ['OS=="mac"', {
510 'dependencies': [
511 '../webkit/webkit_resources.gyp:webkit_resources',
512 ],
488 'sources': [ 513 'sources': [
489 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 514 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
490 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 515 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
491 ], 516 ],
492 'sources!': [ 517 'sources!': [
493 'common/plugin_list_posix.cc', 518 'common/plugin_list_posix.cc',
494 ], 519 ],
495 'link_settings': { 520 'link_settings': {
496 'libraries': [ 521 'libraries': [
497 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 522 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 735 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
711 'common/sandbox_linux/bpf_renderer_policy_linux.h', 736 'common/sandbox_linux/bpf_renderer_policy_linux.h',
712 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 737 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
713 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 738 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
714 ], 739 ],
715 }, { 740 }, {
716 'defines': ['USE_SECCOMP_BPF'], 741 'defines': ['USE_SECCOMP_BPF'],
717 }], 742 }],
718 ], 743 ],
719 } 744 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698