Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Side by Side Diff: content/renderer/BUILD.gn

Issue 2941553003: Reland "SelectSettings algorithm for audio constraints." (Closed)
Patch Set: fix test Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 "media/media_stream_audio_processor_options.cc", 596 "media/media_stream_audio_processor_options.cc",
597 "media/media_stream_audio_processor_options.h", 597 "media/media_stream_audio_processor_options.h",
598 "media/media_stream_audio_source.cc", 598 "media/media_stream_audio_source.cc",
599 "media/media_stream_audio_source.h", 599 "media/media_stream_audio_source.h",
600 "media/media_stream_audio_track.cc", 600 "media/media_stream_audio_track.cc",
601 "media/media_stream_audio_track.h", 601 "media/media_stream_audio_track.h",
602 "media/media_stream_center.cc", 602 "media/media_stream_center.cc",
603 "media/media_stream_center.h", 603 "media/media_stream_center.h",
604 "media/media_stream_constraints_util.cc", 604 "media/media_stream_constraints_util.cc",
605 "media/media_stream_constraints_util.h", 605 "media/media_stream_constraints_util.h",
606 "media/media_stream_constraints_util_audio.cc",
607 "media/media_stream_constraints_util_audio.h",
606 "media/media_stream_constraints_util_sets.cc", 608 "media/media_stream_constraints_util_sets.cc",
607 "media/media_stream_constraints_util_sets.h", 609 "media/media_stream_constraints_util_sets.h",
608 "media/media_stream_constraints_util_video_content.cc", 610 "media/media_stream_constraints_util_video_content.cc",
609 "media/media_stream_constraints_util_video_content.h", 611 "media/media_stream_constraints_util_video_content.h",
610 "media/media_stream_constraints_util_video_device.cc", 612 "media/media_stream_constraints_util_video_device.cc",
611 "media/media_stream_constraints_util_video_device.h", 613 "media/media_stream_constraints_util_video_device.h",
612 "media/media_stream_dispatcher.cc", 614 "media/media_stream_dispatcher.cc",
613 "media/media_stream_dispatcher.h", 615 "media/media_stream_dispatcher.h",
614 "media/media_stream_dispatcher_eventhandler.h", 616 "media/media_stream_dispatcher_eventhandler.h",
615 "media/media_stream_registry_interface.h", 617 "media/media_stream_registry_interface.h",
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 # See comment at the top of //content/BUILD.gn for how this works. 992 # See comment at the top of //content/BUILD.gn for how this works.
991 group("for_content_tests") { 993 group("for_content_tests") {
992 visibility = [ "//content/test/*" ] 994 visibility = [ "//content/test/*" ]
993 995
994 if (!is_component_build) { 996 if (!is_component_build) {
995 public_deps = [ 997 public_deps = [
996 ":renderer", 998 ":renderer",
997 ] 999 ]
998 } 1000 }
999 } 1001 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698