| 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 'common/geofencing_types.h', | 343 'common/geofencing_types.h', |
| 344 'common/gin_java_bridge_messages.h', | 344 'common/gin_java_bridge_messages.h', |
| 345 'common/gpu/ca_layer_partial_damage_tree_mac.h', | 345 'common/gpu/ca_layer_partial_damage_tree_mac.h', |
| 346 'common/gpu/ca_layer_partial_damage_tree_mac.mm', | 346 'common/gpu/ca_layer_partial_damage_tree_mac.mm', |
| 347 'common/gpu/ca_layer_tree_mac.h', | 347 'common/gpu/ca_layer_tree_mac.h', |
| 348 'common/gpu/ca_layer_tree_mac.mm', | 348 'common/gpu/ca_layer_tree_mac.mm', |
| 349 'common/gpu/child_window_surface_win.cc', | 349 'common/gpu/child_window_surface_win.cc', |
| 350 'common/gpu/child_window_surface_win.h', | 350 'common/gpu/child_window_surface_win.h', |
| 351 'common/gpu/client/command_buffer_metrics.cc', | 351 'common/gpu/client/command_buffer_metrics.cc', |
| 352 'common/gpu/client/command_buffer_metrics.h', | 352 'common/gpu/client/command_buffer_metrics.h', |
| 353 'common/gpu/client/command_buffer_proxy_impl.cc', | |
| 354 'common/gpu/client/command_buffer_proxy_impl.h', | |
| 355 'common/gpu/client/context_provider_command_buffer.cc', | 353 'common/gpu/client/context_provider_command_buffer.cc', |
| 356 'common/gpu/client/context_provider_command_buffer.h', | 354 'common/gpu/client/context_provider_command_buffer.h', |
| 357 'common/gpu/client/gpu_channel_host.cc', | |
| 358 'common/gpu/client/gpu_channel_host.h', | |
| 359 'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc', | 355 'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc', |
| 360 'common/gpu/client/gpu_jpeg_decode_accelerator_host.h', | 356 'common/gpu/client/gpu_jpeg_decode_accelerator_host.h', |
| 361 'common/gpu/client/gpu_memory_buffer_impl.cc', | |
| 362 'common/gpu/client/gpu_memory_buffer_impl.h', | |
| 363 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | |
| 364 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | |
| 365 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', | |
| 366 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', | |
| 367 'common/gpu/client/gpu_video_decode_accelerator_host.cc', | 357 'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
| 368 'common/gpu/client/gpu_video_decode_accelerator_host.h', | 358 'common/gpu/client/gpu_video_decode_accelerator_host.h', |
| 369 'common/gpu/client/gpu_video_encode_accelerator_host.cc', | 359 'common/gpu/client/gpu_video_encode_accelerator_host.cc', |
| 370 'common/gpu/client/gpu_video_encode_accelerator_host.h', | 360 'common/gpu/client/gpu_video_encode_accelerator_host.h', |
| 371 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc', | 361 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc', |
| 372 'common/gpu/client/grcontext_for_webgraphicscontext3d.h', | 362 'common/gpu/client/grcontext_for_webgraphicscontext3d.h', |
| 373 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', | 363 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', |
| 374 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', | 364 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', |
| 375 'common/gpu/gpu_channel.cc', | 365 'common/gpu/gpu_channel.cc', |
| 376 'common/gpu/gpu_channel.h', | 366 'common/gpu/gpu_channel.h', |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 }], | 646 }], |
| 657 ], | 647 ], |
| 658 'conditions': [ | 648 'conditions': [ |
| 659 ['OS=="mac"', { | 649 ['OS=="mac"', { |
| 660 'dependencies': [ | 650 'dependencies': [ |
| 661 '../media/media.gyp:media', | 651 '../media/media.gyp:media', |
| 662 'app/resources/content_resources.gyp:content_resources', | 652 'app/resources/content_resources.gyp:content_resources', |
| 663 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid
get_mac' | 653 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid
get_mac' |
| 664 ], | 654 ], |
| 665 'sources': [ | 655 'sources': [ |
| 666 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', | |
| 667 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', | |
| 668 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', | 656 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', |
| 669 'common/gpu/gpu_memory_buffer_factory_io_surface.h', | 657 'common/gpu/gpu_memory_buffer_factory_io_surface.h', |
| 670 'common/gpu/media/vt_mac.h', | 658 'common/gpu/media/vt_mac.h', |
| 671 'common/gpu/media/vt_video_decode_accelerator_mac.cc', | 659 'common/gpu/media/vt_video_decode_accelerator_mac.cc', |
| 672 'common/gpu/media/vt_video_decode_accelerator_mac.h', | 660 'common/gpu/media/vt_video_decode_accelerator_mac.h', |
| 673 'common/gpu/media/vt_video_encode_accelerator_mac.cc', | 661 'common/gpu/media/vt_video_encode_accelerator_mac.cc', |
| 674 'common/gpu/media/vt_video_encode_accelerator_mac.h', | 662 'common/gpu/media/vt_video_encode_accelerator_mac.h', |
| 675 ], | 663 ], |
| 676 'sources!': [ | 664 'sources!': [ |
| 677 'common/plugin_list_posix.cc', | 665 'common/plugin_list_posix.cc', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 721 '-p', '<(project_path)', | 709 '-p', '<(project_path)', |
| 722 '<@(_inputs)', | 710 '<@(_inputs)', |
| 723 ], | 711 ], |
| 724 'process_outputs_as_sources': 1, | 712 'process_outputs_as_sources': 1, |
| 725 'message': 'Generating VideoToolbox stubs for dynamic loading', | 713 'message': 'Generating VideoToolbox stubs for dynamic loading', |
| 726 }, | 714 }, |
| 727 ], | 715 ], |
| 728 }], | 716 }], |
| 729 ['OS=="android"',{ | 717 ['OS=="android"',{ |
| 730 'sources': [ | 718 'sources': [ |
| 731 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc', | |
| 732 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.h', | |
| 733 'common/gpu/gpu_memory_buffer_factory_surface_texture.cc', | 719 'common/gpu/gpu_memory_buffer_factory_surface_texture.cc', |
| 734 'common/gpu/gpu_memory_buffer_factory_surface_texture.h', | 720 'common/gpu/gpu_memory_buffer_factory_surface_texture.h', |
| 735 ], | 721 ], |
| 736 'link_settings': { | 722 'link_settings': { |
| 737 'libraries': [ | 723 'libraries': [ |
| 738 '-landroid', # ANativeWindow | 724 '-landroid', # ANativeWindow |
| 739 ], | 725 ], |
| 740 }, | 726 }, |
| 741 'dependencies': [ | 727 'dependencies': [ |
| 742 'content.gyp:content_jni_headers', | 728 'content.gyp:content_jni_headers', |
| (...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1086 ], | 1072 ], |
| 1087 }, { | 1073 }, { |
| 1088 'defines': ['USE_SECCOMP_BPF'], | 1074 'defines': ['USE_SECCOMP_BPF'], |
| 1089 }], | 1075 }], |
| 1090 ['use_ozone==1', { | 1076 ['use_ozone==1', { |
| 1091 'dependencies': [ | 1077 'dependencies': [ |
| 1092 '../ui/ozone/ozone.gyp:ozone', | 1078 '../ui/ozone/ozone.gyp:ozone', |
| 1093 '../ui/ozone/ozone.gyp:ozone_base', | 1079 '../ui/ozone/ozone.gyp:ozone_base', |
| 1094 ], | 1080 ], |
| 1095 'sources!': [ | 1081 'sources!': [ |
| 1096 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | |
| 1097 'common/gpu/gpu_memory_buffer_factory_linux.cc', | 1082 'common/gpu/gpu_memory_buffer_factory_linux.cc', |
| 1098 ], | 1083 ], |
| 1099 }, { # use_ozone!=1 | 1084 }, { # use_ozone!=1 |
| 1100 'sources!': [ | 1085 'sources!': [ |
| 1101 'common/cursors/webcursor_ozone.cc', | 1086 'common/cursors/webcursor_ozone.cc', |
| 1102 'common/font_list_ozone.cc', | 1087 'common/font_list_ozone.cc', |
| 1103 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | |
| 1104 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | |
| 1105 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | |
| 1106 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1088 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1107 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1089 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 1108 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1090 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 1109 ], | 1091 ], |
| 1110 }], | 1092 }], |
| 1111 ], | 1093 ], |
| 1112 } | 1094 } |
| OLD | NEW |