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