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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 "media/media_stream_audio_source.cc", | 574 "media/media_stream_audio_source.cc", |
575 "media/media_stream_audio_source.h", | 575 "media/media_stream_audio_source.h", |
576 "media/media_stream_audio_track.cc", | 576 "media/media_stream_audio_track.cc", |
577 "media/media_stream_audio_track.h", | 577 "media/media_stream_audio_track.h", |
578 "media/media_stream_center.cc", | 578 "media/media_stream_center.cc", |
579 "media/media_stream_center.h", | 579 "media/media_stream_center.h", |
580 "media/media_stream_constraints_util.cc", | 580 "media/media_stream_constraints_util.cc", |
581 "media/media_stream_constraints_util.h", | 581 "media/media_stream_constraints_util.h", |
582 "media/media_stream_constraints_util_sets.cc", | 582 "media/media_stream_constraints_util_sets.cc", |
583 "media/media_stream_constraints_util_sets.h", | 583 "media/media_stream_constraints_util_sets.h", |
| 584 "media/media_stream_constraints_util_video_content.cc", |
| 585 "media/media_stream_constraints_util_video_content.h", |
584 "media/media_stream_constraints_util_video_device.cc", | 586 "media/media_stream_constraints_util_video_device.cc", |
585 "media/media_stream_constraints_util_video_device.h", | 587 "media/media_stream_constraints_util_video_device.h", |
586 "media/media_stream_dispatcher.cc", | 588 "media/media_stream_dispatcher.cc", |
587 "media/media_stream_dispatcher.h", | 589 "media/media_stream_dispatcher.h", |
588 "media/media_stream_dispatcher_eventhandler.h", | 590 "media/media_stream_dispatcher_eventhandler.h", |
589 "media/media_stream_registry_interface.h", | 591 "media/media_stream_registry_interface.h", |
590 "media/media_stream_renderer_factory_impl.cc", | 592 "media/media_stream_renderer_factory_impl.cc", |
591 "media/media_stream_renderer_factory_impl.h", | 593 "media/media_stream_renderer_factory_impl.h", |
592 "media/media_stream_source.cc", | 594 "media/media_stream_source.cc", |
593 "media/media_stream_source.h", | 595 "media/media_stream_source.h", |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
945 # For the defines in mojo_media_config. | 947 # For the defines in mojo_media_config. |
946 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 948 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
947 } | 949 } |
948 | 950 |
949 if (!is_component_build) { | 951 if (!is_component_build) { |
950 public_deps = [ | 952 public_deps = [ |
951 ":renderer", | 953 ":renderer", |
952 ] | 954 ] |
953 } | 955 } |
954 } | 956 } |
OLD | NEW |