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

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

Issue 2728633002: Add utility set classes to support getUserMedia constraint proccessing. (Closed)
Patch Set: fix Windows compile issues + comments/formatting 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
« no previous file with comments | « no previous file | content/renderer/media/media_stream_constraints_util_sets.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 "media/media_stream_audio_processor_options.cc", 572 "media/media_stream_audio_processor_options.cc",
573 "media/media_stream_audio_processor_options.h", 573 "media/media_stream_audio_processor_options.h",
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",
583 "media/media_stream_constraints_util_sets.h",
582 "media/media_stream_constraints_util_video_device.cc", 584 "media/media_stream_constraints_util_video_device.cc",
583 "media/media_stream_constraints_util_video_device.h", 585 "media/media_stream_constraints_util_video_device.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",
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 # For the defines in mojo_media_config. 945 # For the defines in mojo_media_config.
944 public_configs = [ "//media/mojo/services:mojo_media_config" ] 946 public_configs = [ "//media/mojo/services:mojo_media_config" ]
945 } 947 }
946 948
947 if (!is_component_build) { 949 if (!is_component_build) {
948 public_deps = [ 950 public_deps = [
949 ":renderer", 951 ":renderer",
950 ] 952 ]
951 } 953 }
952 } 954 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/media_stream_constraints_util_sets.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698