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

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

Issue 2735793002: Add algorithm for processing constraints for video content capture. (Closed)
Patch Set: Add contradiction tests Created 3 years, 9 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("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 588 "media/media_stream_constraints_util_sets.cc",
589 "media/media_stream_constraints_util_sets.h", 589 "media/media_stream_constraints_util_sets.h",
590 "media/media_stream_constraints_util_video_content.cc",
591 "media/media_stream_constraints_util_video_content.h",
590 "media/media_stream_constraints_util_video_device.cc", 592 "media/media_stream_constraints_util_video_device.cc",
591 "media/media_stream_constraints_util_video_device.h", 593 "media/media_stream_constraints_util_video_device.h",
592 "media/media_stream_dispatcher.cc", 594 "media/media_stream_dispatcher.cc",
593 "media/media_stream_dispatcher.h", 595 "media/media_stream_dispatcher.h",
594 "media/media_stream_dispatcher_eventhandler.h", 596 "media/media_stream_dispatcher_eventhandler.h",
595 "media/media_stream_registry_interface.h", 597 "media/media_stream_registry_interface.h",
596 "media/media_stream_renderer_factory_impl.cc", 598 "media/media_stream_renderer_factory_impl.cc",
597 "media/media_stream_renderer_factory_impl.h", 599 "media/media_stream_renderer_factory_impl.h",
598 "media/media_stream_source.cc", 600 "media/media_stream_source.cc",
599 "media/media_stream_source.h", 601 "media/media_stream_source.h",
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 # For the defines in mojo_media_config. 948 # For the defines in mojo_media_config.
947 public_configs = [ "//media/mojo/services:mojo_media_config" ] 949 public_configs = [ "//media/mojo/services:mojo_media_config" ]
948 } 950 }
949 951
950 if (!is_component_build) { 952 if (!is_component_build) {
951 public_deps = [ 953 public_deps = [
952 ":renderer", 954 ":renderer",
953 ] 955 ]
954 } 956 }
955 } 957 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698