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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
526 'common/page_state_serialization.h', | 526 'common/page_state_serialization.h', |
527 'common/page_zoom.cc', | 527 'common/page_zoom.cc', |
528 'common/pepper_file_util.cc', | 528 'common/pepper_file_util.cc', |
529 'common/pepper_file_util.h', | 529 'common/pepper_file_util.h', |
530 'common/pepper_messages.h', | 530 'common/pepper_messages.h', |
531 'common/pepper_plugin_list.cc', | 531 'common/pepper_plugin_list.cc', |
532 'common/pepper_plugin_list.h', | 532 'common/pepper_plugin_list.h', |
533 'common/pepper_renderer_instance_data.cc', | 533 'common/pepper_renderer_instance_data.cc', |
534 'common/pepper_renderer_instance_data.h', | 534 'common/pepper_renderer_instance_data.h', |
535 'common/platform_notification_messages.h', | 535 'common/platform_notification_messages.h', |
536 'common/plugin_constants_win.cc', | |
537 'common/plugin_constants_win.h', | |
538 'common/plugin_list.cc', | 536 'common/plugin_list.cc', |
539 'common/plugin_list.h', | 537 'common/plugin_list.h', |
540 'common/plugin_list_mac.mm', | |
541 'common/plugin_list_posix.cc', | |
542 'common/plugin_list_win.cc', | |
543 'common/plugin_process_messages.h', | |
544 'common/power_monitor_messages.h', | 538 'common/power_monitor_messages.h', |
545 'common/process_type.cc', | 539 'common/process_type.cc', |
546 'common/push_messaging_messages.h', | 540 'common/push_messaging_messages.h', |
547 'common/quota_messages.h', | 541 'common/quota_messages.h', |
548 'common/render_process_messages.h', | 542 'common/render_process_messages.h', |
549 'common/resize_params.cc', | 543 'common/resize_params.cc', |
550 'common/resize_params.h', | 544 'common/resize_params.h', |
551 'common/resource_messages.cc', | 545 'common/resource_messages.cc', |
552 'common/resource_messages.h', | 546 'common/resource_messages.h', |
553 'common/resource_request_body.cc', | 547 'common/resource_request_body.cc', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 'common/ssl_status_serialization.h', | 605 'common/ssl_status_serialization.h', |
612 'common/swapped_out_messages.cc', | 606 'common/swapped_out_messages.cc', |
613 'common/swapped_out_messages.h', | 607 'common/swapped_out_messages.h', |
614 'common/text_input_client_messages.h', | 608 'common/text_input_client_messages.h', |
615 'common/url_schemes.cc', | 609 'common/url_schemes.cc', |
616 'common/url_schemes.h', | 610 'common/url_schemes.h', |
617 'common/user_agent.cc', | 611 'common/user_agent.cc', |
618 'common/utility_messages.h', | 612 'common/utility_messages.h', |
619 'common/view_message_enums.h', | 613 'common/view_message_enums.h', |
620 'common/view_messages.h', | 614 'common/view_messages.h', |
621 'common/webplugin_geometry.cc', | |
622 'common/webplugin_geometry.h', | |
623 'common/websocket.cc', | 615 'common/websocket.cc', |
624 'common/websocket.h', | 616 'common/websocket.h', |
625 'common/websocket_messages.h', | 617 'common/websocket_messages.h', |
626 'common/worker_messages.h', | 618 'common/worker_messages.h', |
627 'common/zygote_commands_linux.h', | 619 'common/zygote_commands_linux.h', |
628 ], | 620 ], |
629 }, | 621 }, |
630 'sources': [ | 622 'sources': [ |
631 '<@(public_common_sources)', | 623 '<@(public_common_sources)', |
632 '<@(private_common_sources)', | 624 '<@(private_common_sources)', |
(...skipping 15 matching lines...) Expand all Loading... |
648 ], | 640 ], |
649 'sources': [ | 641 'sources': [ |
650 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', | 642 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', |
651 'common/gpu/gpu_memory_buffer_factory_io_surface.h', | 643 'common/gpu/gpu_memory_buffer_factory_io_surface.h', |
652 'common/gpu/media/vt_mac.h', | 644 'common/gpu/media/vt_mac.h', |
653 'common/gpu/media/vt_video_decode_accelerator_mac.cc', | 645 'common/gpu/media/vt_video_decode_accelerator_mac.cc', |
654 'common/gpu/media/vt_video_decode_accelerator_mac.h', | 646 'common/gpu/media/vt_video_decode_accelerator_mac.h', |
655 'common/gpu/media/vt_video_encode_accelerator_mac.cc', | 647 'common/gpu/media/vt_video_encode_accelerator_mac.cc', |
656 'common/gpu/media/vt_video_encode_accelerator_mac.h', | 648 'common/gpu/media/vt_video_encode_accelerator_mac.h', |
657 ], | 649 ], |
658 'sources!': [ | |
659 'common/plugin_list_posix.cc', | |
660 ], | |
661 'link_settings': { | 650 'link_settings': { |
662 'libraries': [ | 651 'libraries': [ |
663 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework', | 652 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework', |
664 '$(SDKROOT)/System/Library/Frameworks/CoreMedia.framework', | 653 '$(SDKROOT)/System/Library/Frameworks/CoreMedia.framework', |
665 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', | 654 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', |
666 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', | 655 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', |
667 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 656 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
668 '$(SDKROOT)/usr/lib/libsandbox.dylib', | 657 '$(SDKROOT)/usr/lib/libsandbox.dylib', |
669 ], | 658 ], |
670 }, | 659 }, |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 'sources!': [ | 741 'sources!': [ |
753 'common/pepper_file_util.cc', | 742 'common/pepper_file_util.cc', |
754 'common/pepper_file_util.h', | 743 'common/pepper_file_util.h', |
755 'common/pepper_messages.h', | 744 'common/pepper_messages.h', |
756 'common/pepper_plugin_list.cc', | 745 'common/pepper_plugin_list.cc', |
757 'common/pepper_plugin_list.h', | 746 'common/pepper_plugin_list.h', |
758 'common/pepper_renderer_instance_data.cc', | 747 'common/pepper_renderer_instance_data.cc', |
759 'common/pepper_renderer_instance_data.h', | 748 'common/pepper_renderer_instance_data.h', |
760 'common/plugin_list.cc', | 749 'common/plugin_list.cc', |
761 'common/plugin_list.h', | 750 'common/plugin_list.h', |
762 'common/plugin_list_posix.cc', | |
763 'common/sandbox_util.cc', | 751 'common/sandbox_util.cc', |
764 'public/common/pepper_plugin_info.cc', | 752 'public/common/pepper_plugin_info.cc', |
765 'public/common/pepper_plugin_info.h', | 753 'public/common/pepper_plugin_info.h', |
766 ], | 754 ], |
767 }], | 755 }], |
768 ['OS=="android"', { | 756 ['OS=="android"', { |
769 'dependencies': [ | 757 'dependencies': [ |
770 '../media/media.gyp:media', | 758 '../media/media.gyp:media', |
771 ], | 759 ], |
772 'sources': [ | 760 'sources': [ |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1055 'sources!': [ | 1043 'sources!': [ |
1056 'common/cursors/webcursor_ozone.cc', | 1044 'common/cursors/webcursor_ozone.cc', |
1057 'common/font_list_ozone.cc', | 1045 'common/font_list_ozone.cc', |
1058 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1046 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1059 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1047 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
1060 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1048 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
1061 ], | 1049 ], |
1062 }], | 1050 }], |
1063 ], | 1051 ], |
1064 } | 1052 } |
OLD | NEW |