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