| OLD | NEW |
| 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', |
| 11 '../third_party/icu/icu.gyp:icuuc', | 11 '../third_party/icu/icu.gyp:icuuc', |
| 12 '../third_party/libjingle/libjingle.gyp:libjingle', | 12 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 13 '../ui/accessibility/accessibility.gyp:accessibility', | 13 '../ui/accessibility/accessibility.gyp:accessibility', |
| 14 '../ui/gfx/gfx.gyp:gfx', | 14 '../ui/gfx/gfx.gyp:gfx', |
| 15 '../ui/gfx/gfx.gyp:gfx_geometry', | 15 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 16 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 16 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 17 '../ui/ui.gyp:ui', | 17 '../ui/ui.gyp:ui', |
| 18 '../url/url.gyp:url_lib', | 18 '../url/url.gyp:url_lib', |
| 19 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | |
| 20 ], | 19 ], |
| 21 'include_dirs': [ | 20 'include_dirs': [ |
| 22 '..', | 21 '..', |
| 23 ], | 22 ], |
| 24 'export_dependent_settings': [ | 23 'export_dependent_settings': [ |
| 25 '../base/base.gyp:base', | 24 '../base/base.gyp:base', |
| 26 ], | 25 ], |
| 27 'sources': [ | 26 'sources': [ |
| 28 'public/common/bindings_policy.h', | 27 'public/common/bindings_policy.h', |
| 29 'public/common/child_process_host.h', | 28 'public/common/child_process_host.h', |
| 30 'public/common/child_process_host_delegate.cc', | 29 'public/common/child_process_host_delegate.cc', |
| 31 'public/common/child_process_host_delegate.h', | 30 'public/common/child_process_host_delegate.h', |
| 32 'public/common/child_process_sandbox_support_linux.h', | 31 'public/common/child_process_sandbox_support_linux.h', |
| 33 'public/common/color_suggestion.cc', | 32 'public/common/color_suggestion.cc', |
| 34 'public/common/color_suggestion.h', | 33 'public/common/color_suggestion.h', |
| 34 'public/common/console_message_level.h', |
| 35 'public/common/content_constants.cc', | 35 'public/common/content_constants.cc', |
| 36 'public/common/content_constants.h', | 36 'public/common/content_constants.h', |
| 37 'public/common/content_descriptors.h', | 37 'public/common/content_descriptors.h', |
| 38 'public/common/content_ipc_logging.h', | 38 'public/common/content_ipc_logging.h', |
| 39 'public/common/content_paths.h', | 39 'public/common/content_paths.h', |
| 40 'public/common/content_switches.cc', | 40 'public/common/content_switches.cc', |
| 41 'public/common/content_switches.h', | 41 'public/common/content_switches.h', |
| 42 'public/common/context_menu_params.cc', | 42 'public/common/context_menu_params.cc', |
| 43 'public/common/context_menu_params.h', | 43 'public/common/context_menu_params.h', |
| 44 'public/common/console_message_level.h', | |
| 45 'public/common/drop_data.cc', | 44 'public/common/drop_data.cc', |
| 46 'public/common/drop_data.h', | 45 'public/common/drop_data.h', |
| 47 'public/common/favicon_url.cc', | 46 'public/common/favicon_url.cc', |
| 48 'public/common/favicon_url.h', | 47 'public/common/favicon_url.h', |
| 49 'public/common/file_chooser_params.cc', | 48 'public/common/file_chooser_params.cc', |
| 50 'public/common/file_chooser_params.h', | 49 'public/common/file_chooser_params.h', |
| 51 'public/common/frame_navigate_params.cc', | 50 'public/common/frame_navigate_params.cc', |
| 52 'public/common/frame_navigate_params.h', | 51 'public/common/frame_navigate_params.h', |
| 53 'public/common/geoposition.cc', | 52 'public/common/geoposition.cc', |
| 54 'public/common/geoposition.h', | 53 'public/common/geoposition.h', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 82 'public/common/sandbox_linux.h', | 81 'public/common/sandbox_linux.h', |
| 83 'public/common/sandbox_type_mac.h', | 82 'public/common/sandbox_type_mac.h', |
| 84 'public/common/sandboxed_process_launcher_delegate.h', | 83 'public/common/sandboxed_process_launcher_delegate.h', |
| 85 'public/common/security_style.h', | 84 'public/common/security_style.h', |
| 86 'public/common/show_desktop_notification_params.cc', | 85 'public/common/show_desktop_notification_params.cc', |
| 87 'public/common/show_desktop_notification_params.h', | 86 'public/common/show_desktop_notification_params.h', |
| 88 'public/common/signed_certificate_timestamp_id_and_status.cc', | 87 'public/common/signed_certificate_timestamp_id_and_status.cc', |
| 89 'public/common/signed_certificate_timestamp_id_and_status.h', | 88 'public/common/signed_certificate_timestamp_id_and_status.h', |
| 90 'public/common/speech_recognition_error.h', | 89 'public/common/speech_recognition_error.h', |
| 91 'public/common/speech_recognition_grammar.h', | 90 'public/common/speech_recognition_grammar.h', |
| 91 'public/common/speech_recognition_result.cc', |
| 92 'public/common/speech_recognition_result.h', | 92 'public/common/speech_recognition_result.h', |
| 93 'public/common/speech_recognition_result.cc', | |
| 94 'public/common/ssl_status.cc', | 93 'public/common/ssl_status.cc', |
| 95 'public/common/ssl_status.h', | 94 'public/common/ssl_status.h', |
| 96 'public/common/stop_find_action.h', | 95 'public/common/stop_find_action.h', |
| 97 'public/common/three_d_api_types.h', | 96 'public/common/three_d_api_types.h', |
| 98 'public/common/top_controls_state.h', | 97 'public/common/top_controls_state.h', |
| 99 'public/common/top_controls_state_list.h', | 98 'public/common/top_controls_state_list.h', |
| 100 'public/common/url_constants.cc', | 99 'public/common/url_constants.cc', |
| 101 'public/common/url_constants.h', | 100 'public/common/url_constants.h', |
| 102 'public/common/url_fetcher.h', | 101 'public/common/url_fetcher.h', |
| 103 'public/common/url_utils.cc', | 102 'public/common/url_utils.cc', |
| 104 'public/common/url_utils.h', | 103 'public/common/url_utils.h', |
| 104 'public/common/user_agent.h', |
| 105 'public/common/user_agent_util.h', |
| 105 'public/common/webplugininfo.cc', | 106 'public/common/webplugininfo.cc', |
| 106 'public/common/webplugininfo.h', | 107 'public/common/webplugininfo.h', |
| 107 'public/common/zygote_fork_delegate_linux.h', | 108 'public/common/zygote_fork_delegate_linux.h', |
| 108 'common/accessibility_messages.h', | 109 'common/accessibility_messages.h', |
| 109 'common/all_messages.h', | 110 'common/all_messages.h', |
| 110 'common/android/address_parser.cc', | 111 'common/android/address_parser.cc', |
| 111 'common/android/address_parser.h', | 112 'common/android/address_parser.h', |
| 112 'common/android/address_parser_internal.cc', | 113 'common/android/address_parser_internal.cc', |
| 113 'common/android/address_parser_internal.h', | 114 'common/android/address_parser_internal.h', |
| 114 'common/android/common_jni_registrar.cc', | 115 'common/android/common_jni_registrar.cc', |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 'common/set_process_title_linux.h', | 387 'common/set_process_title_linux.h', |
| 387 'common/socket_stream.h', | 388 'common/socket_stream.h', |
| 388 'common/socket_stream_handle_data.h', | 389 'common/socket_stream_handle_data.h', |
| 389 'common/socket_stream_messages.h', | 390 'common/socket_stream_messages.h', |
| 390 'common/speech_recognition_messages.h', | 391 'common/speech_recognition_messages.h', |
| 391 'common/ssl_status_serialization.cc', | 392 'common/ssl_status_serialization.cc', |
| 392 'common/ssl_status_serialization.h', | 393 'common/ssl_status_serialization.h', |
| 393 'common/swapped_out_messages.cc', | 394 'common/swapped_out_messages.cc', |
| 394 'common/swapped_out_messages.h', | 395 'common/swapped_out_messages.h', |
| 395 'common/text_input_client_messages.h', | 396 'common/text_input_client_messages.h', |
| 397 'common/user_agent.cc', |
| 398 'common/user_agent_util.cc', |
| 399 'common/user_agent_util_ios.mm', |
| 396 'common/url_schemes.cc', | 400 'common/url_schemes.cc', |
| 397 'common/url_schemes.h', | 401 'common/url_schemes.h', |
| 398 'common/utility_messages.h', | 402 'common/utility_messages.h', |
| 399 'common/view_message_enums.h', | 403 'common/view_message_enums.h', |
| 400 'common/view_messages.h', | 404 'common/view_messages.h', |
| 401 'common/webplugin_geometry.cc', | 405 'common/webplugin_geometry.cc', |
| 402 'common/webplugin_geometry.h', | 406 'common/webplugin_geometry.h', |
| 403 'common/websocket.cc', | 407 'common/websocket.cc', |
| 404 'common/websocket.h', | 408 'common/websocket.h', |
| 405 'common/websocket_messages.h', | 409 'common/websocket_messages.h', |
| 406 'common/worker_messages.h', | 410 'common/worker_messages.h', |
| 407 'common/zygote_commands_linux.h', | 411 'common/zygote_commands_linux.h', |
| 408 'port/common/input_event_ack_state.h', | 412 'port/common/input_event_ack_state.h', |
| 409 'public/common/browser_plugin_permission_type.h', | 413 'public/common/browser_plugin_permission_type.h', |
| 410 'public/common/common_param_traits.cc', | 414 'public/common/common_param_traits.cc', |
| 411 'public/common/common_param_traits.h', | 415 'public/common/common_param_traits.h', |
| 412 'public/common/common_param_traits_macros.h', | 416 'public/common/common_param_traits_macros.h', |
| 413 'public/common/content_client.cc', | 417 'public/common/content_client.cc', |
| 414 'public/common/content_client.h', | 418 'public/common/content_client.h', |
| 415 'public/common/window_container_type.cc', | 419 'public/common/window_container_type.cc', |
| 416 'public/common/window_container_type.h', | 420 'public/common/window_container_type.h', |
| 417 ], | 421 ], |
| 418 'conditions': [ | 422 'conditions': [ |
| 419 ['OS=="ios"', { | 423 ['OS=="ios"', { |
| 424 # iOS has different user-agent construction utilities, since the |
| 425 # version strings is not derived from webkit_version, and follows |
| 426 # a different format. |
| 427 'sources!': [ |
| 428 'common/user_agent_util.cc', |
| 429 ], |
| 420 'sources/': [ | 430 'sources/': [ |
| 421 # iOS only needs a small portion of content; exclude all the | 431 # iOS only needs a small portion of content; exclude all the |
| 422 # implementation, and re-include what is used. | 432 # implementation, and re-include what is used. |
| 423 ['exclude', '\\.(cc|mm)$'], | 433 ['exclude', '\\.(cc|mm)$'], |
| 424 ['include', '_ios\\.(cc|mm)$'], | 434 ['include', '_ios\\.(cc|mm)$'], |
| 425 ['include', '^public/common/content_client\\.cc$'], | 435 ['include', '^public/common/content_client\\.cc$'], |
| 426 ['include', '^public/common/content_constants\\.cc$'], | 436 ['include', '^public/common/content_constants\\.cc$'], |
| 427 ['include', '^public/common/content_switches\\.cc$'], | 437 ['include', '^public/common/content_switches\\.cc$'], |
| 428 ['include', '^public/common/frame_navigate_params\\.cc$'], | 438 ['include', '^public/common/frame_navigate_params\\.cc$'], |
| 429 ['include', '^public/common/media_stream_request\\.cc$'], | 439 ['include', '^public/common/media_stream_request\\.cc$'], |
| (...skipping 22 matching lines...) Expand all Loading... |
| 452 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 462 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
| 453 '../ipc/ipc.gyp:ipc', | 463 '../ipc/ipc.gyp:ipc', |
| 454 '../media/media.gyp:media', | 464 '../media/media.gyp:media', |
| 455 '../media/media.gyp:shared_memory_support', | 465 '../media/media.gyp:shared_memory_support', |
| 456 '../third_party/WebKit/public/blink.gyp:blink', | 466 '../third_party/WebKit/public/blink.gyp:blink', |
| 457 '../ui/gl/gl.gyp:gl', | 467 '../ui/gl/gl.gyp:gl', |
| 458 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 468 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 459 '../webkit/common/webkit_common.gyp:webkit_common', | 469 '../webkit/common/webkit_common.gyp:webkit_common', |
| 460 '../webkit/storage_browser.gyp:webkit_storage_browser', | 470 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 461 '../webkit/storage_common.gyp:webkit_storage_common', | 471 '../webkit/storage_common.gyp:webkit_storage_common', |
| 472 'content.gyp:webkit_version', |
| 462 ], | 473 ], |
| 463 }], | 474 }], |
| 464 ['OS=="mac"', { | 475 ['OS=="mac"', { |
| 465 'sources': [ | 476 'sources': [ |
| 466 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', | 477 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', |
| 467 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', | 478 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', |
| 468 ], | 479 ], |
| 469 'sources!': [ | 480 'sources!': [ |
| 470 'common/plugin_list_posix.cc', | 481 'common/plugin_list_posix.cc', |
| 471 ], | 482 ], |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 650 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 661 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 651 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 662 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 652 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 663 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 664 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 654 ], | 665 ], |
| 655 }, { | 666 }, { |
| 656 'defines': ['USE_SECCOMP_BPF'], | 667 'defines': ['USE_SECCOMP_BPF'], |
| 657 }], | 668 }], |
| 658 ], | 669 ], |
| 659 } | 670 } |
| OLD | NEW |