| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//content/common/features.gni") | 9 import("//content/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 785 "pepper/host_var_tracker.cc", | 785 "pepper/host_var_tracker.cc", |
| 786 "pepper/host_var_tracker.h", | 786 "pepper/host_var_tracker.h", |
| 787 "pepper/message_channel.cc", | 787 "pepper/message_channel.cc", |
| 788 "pepper/message_channel.h", | 788 "pepper/message_channel.h", |
| 789 "pepper/pepper_audio_controller.cc", | 789 "pepper/pepper_audio_controller.cc", |
| 790 "pepper/pepper_audio_controller.h", | 790 "pepper/pepper_audio_controller.h", |
| 791 "pepper/pepper_audio_encoder_host.cc", | 791 "pepper/pepper_audio_encoder_host.cc", |
| 792 "pepper/pepper_audio_encoder_host.h", | 792 "pepper/pepper_audio_encoder_host.h", |
| 793 "pepper/pepper_audio_input_host.cc", | 793 "pepper/pepper_audio_input_host.cc", |
| 794 "pepper/pepper_audio_input_host.h", | 794 "pepper/pepper_audio_input_host.h", |
| 795 "pepper/pepper_audio_output_host.cc", |
| 796 "pepper/pepper_audio_output_host.h", |
| 795 "pepper/pepper_broker.cc", | 797 "pepper/pepper_broker.cc", |
| 796 "pepper/pepper_broker.h", | 798 "pepper/pepper_broker.h", |
| 797 "pepper/pepper_browser_connection.cc", | 799 "pepper/pepper_browser_connection.cc", |
| 798 "pepper/pepper_browser_connection.h", | 800 "pepper/pepper_browser_connection.h", |
| 799 "pepper/pepper_camera_device_host.cc", | 801 "pepper/pepper_camera_device_host.cc", |
| 800 "pepper/pepper_camera_device_host.h", | 802 "pepper/pepper_camera_device_host.h", |
| 801 "pepper/pepper_compositor_host.cc", | 803 "pepper/pepper_compositor_host.cc", |
| 802 "pepper/pepper_compositor_host.h", | 804 "pepper/pepper_compositor_host.h", |
| 803 "pepper/pepper_device_enumeration_host_helper.cc", | 805 "pepper/pepper_device_enumeration_host_helper.cc", |
| 804 "pepper/pepper_device_enumeration_host_helper.h", | 806 "pepper/pepper_device_enumeration_host_helper.h", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 815 "pepper/pepper_in_process_resource_creation.cc", | 817 "pepper/pepper_in_process_resource_creation.cc", |
| 816 "pepper/pepper_in_process_resource_creation.h", | 818 "pepper/pepper_in_process_resource_creation.h", |
| 817 "pepper/pepper_in_process_router.cc", | 819 "pepper/pepper_in_process_router.cc", |
| 818 "pepper/pepper_in_process_router.h", | 820 "pepper/pepper_in_process_router.h", |
| 819 "pepper/pepper_media_device_manager.cc", | 821 "pepper/pepper_media_device_manager.cc", |
| 820 "pepper/pepper_media_device_manager.h", | 822 "pepper/pepper_media_device_manager.h", |
| 821 "pepper/pepper_platform_audio_input.cc", | 823 "pepper/pepper_platform_audio_input.cc", |
| 822 "pepper/pepper_platform_audio_input.h", | 824 "pepper/pepper_platform_audio_input.h", |
| 823 "pepper/pepper_platform_audio_output.cc", | 825 "pepper/pepper_platform_audio_output.cc", |
| 824 "pepper/pepper_platform_audio_output.h", | 826 "pepper/pepper_platform_audio_output.h", |
| 827 "pepper/pepper_platform_audio_output_dev.cc", |
| 828 "pepper/pepper_platform_audio_output_dev.h", |
| 825 "pepper/pepper_platform_camera_device.cc", | 829 "pepper/pepper_platform_camera_device.cc", |
| 826 "pepper/pepper_platform_camera_device.h", | 830 "pepper/pepper_platform_camera_device.h", |
| 827 "pepper/pepper_platform_video_capture.cc", | 831 "pepper/pepper_platform_video_capture.cc", |
| 828 "pepper/pepper_platform_video_capture.h", | 832 "pepper/pepper_platform_video_capture.h", |
| 829 "pepper/pepper_plugin_instance_impl.cc", | 833 "pepper/pepper_plugin_instance_impl.cc", |
| 830 "pepper/pepper_plugin_instance_impl.h", | 834 "pepper/pepper_plugin_instance_impl.h", |
| 831 "pepper/pepper_plugin_instance_metrics.cc", | 835 "pepper/pepper_plugin_instance_metrics.cc", |
| 832 "pepper/pepper_plugin_instance_metrics.h", | 836 "pepper/pepper_plugin_instance_metrics.h", |
| 833 "pepper/pepper_plugin_registry.cc", | 837 "pepper/pepper_plugin_registry.cc", |
| 834 "pepper/pepper_plugin_registry.h", | 838 "pepper/pepper_plugin_registry.h", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 961 # For the defines in mojo_media_config. | 965 # For the defines in mojo_media_config. |
| 962 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 966 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 963 } | 967 } |
| 964 | 968 |
| 965 if (!is_component_build) { | 969 if (!is_component_build) { |
| 966 public_deps = [ | 970 public_deps = [ |
| 967 ":renderer", | 971 ":renderer", |
| 968 ] | 972 ] |
| 969 } | 973 } |
| 970 } | 974 } |
| OLD | NEW |