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("//media/media_options.gni") | 9 import("//media/media_options.gni") |
10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 "media/media_stream_audio_processor_options.cc", | 575 "media/media_stream_audio_processor_options.cc", |
576 "media/media_stream_audio_processor_options.h", | 576 "media/media_stream_audio_processor_options.h", |
577 "media/media_stream_audio_source.cc", | 577 "media/media_stream_audio_source.cc", |
578 "media/media_stream_audio_source.h", | 578 "media/media_stream_audio_source.h", |
579 "media/media_stream_audio_track.cc", | 579 "media/media_stream_audio_track.cc", |
580 "media/media_stream_audio_track.h", | 580 "media/media_stream_audio_track.h", |
581 "media/media_stream_center.cc", | 581 "media/media_stream_center.cc", |
582 "media/media_stream_center.h", | 582 "media/media_stream_center.h", |
583 "media/media_stream_constraints_util.cc", | 583 "media/media_stream_constraints_util.cc", |
584 "media/media_stream_constraints_util.h", | 584 "media/media_stream_constraints_util.h", |
| 585 "media/media_stream_constraints_util_video_source.cc", |
| 586 "media/media_stream_constraints_util_video_source.h", |
585 "media/media_stream_dispatcher.cc", | 587 "media/media_stream_dispatcher.cc", |
586 "media/media_stream_dispatcher.h", | 588 "media/media_stream_dispatcher.h", |
587 "media/media_stream_dispatcher_eventhandler.h", | 589 "media/media_stream_dispatcher_eventhandler.h", |
588 "media/media_stream_registry_interface.h", | 590 "media/media_stream_registry_interface.h", |
589 "media/media_stream_renderer_factory_impl.cc", | 591 "media/media_stream_renderer_factory_impl.cc", |
590 "media/media_stream_renderer_factory_impl.h", | 592 "media/media_stream_renderer_factory_impl.h", |
591 "media/media_stream_source.cc", | 593 "media/media_stream_source.cc", |
592 "media/media_stream_source.h", | 594 "media/media_stream_source.h", |
593 "media/media_stream_track.cc", | 595 "media/media_stream_track.cc", |
594 "media/media_stream_track.h", | 596 "media/media_stream_track.h", |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
934 # For the defines in mojo_media_config. | 936 # For the defines in mojo_media_config. |
935 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 937 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
936 } | 938 } |
937 | 939 |
938 if (!is_component_build) { | 940 if (!is_component_build) { |
939 public_deps = [ | 941 public_deps = [ |
940 ":renderer", | 942 ":renderer", |
941 ] | 943 ] |
942 } | 944 } |
943 } | 945 } |
OLD | NEW |