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

Side by Side Diff: media/base/BUILD.gn

Issue 2721733003: Handle the dual microphones and dual cameras cases. Activate the proper microphone when user activa… (Closed)
Patch Set: Nit: log only the invalid camera facing mode value. 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 | « chromeos/audio/cras_audio_handler_unittest.cc ('k') | no next file » | 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/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 sources += [ 335 sources += [
336 "keyboard_event_counter.cc", 336 "keyboard_event_counter.cc",
337 "keyboard_event_counter.h", 337 "keyboard_event_counter.h",
338 ] 338 ]
339 } 339 }
340 } 340 }
341 341
342 source_set("video_facing") { 342 source_set("video_facing") {
343 visibility = [ 343 visibility = [
344 "//chromeos", 344 "//chromeos",
345 "//chromeos:chromeos_unittests",
345 "//content/browser", 346 "//content/browser",
346 "//content/public/common:common_sources", 347 "//content/public/common:common_sources",
347 "//media/base", 348 "//media/base",
348 "//media/capture", 349 "//media/capture",
349 ] 350 ]
350 sources = [ 351 sources = [
351 "video_facing.h", 352 "video_facing.h",
352 ] 353 ]
353 } 354 }
354 355
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 556
556 fuzzer_test("media_container_names_fuzzer") { 557 fuzzer_test("media_container_names_fuzzer") {
557 sources = [ 558 sources = [
558 "container_names_fuzzertest.cc", 559 "container_names_fuzzertest.cc",
559 ] 560 ]
560 deps = [ 561 deps = [
561 "//base", 562 "//base",
562 "//media", 563 "//media",
563 ] 564 ]
564 } 565 }
OLDNEW
« no previous file with comments | « chromeos/audio/cras_audio_handler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698