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

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

Issue 1406113002: Add AudioTrackRecorder for audio component of MediaStream recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: miu's comment Created 5 years, 1 month 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 | « content/renderer/media/audio_track_recorder_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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.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_overrides/v8.gni") 9 import("//build_overrides/v8.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 deps += [ "//third_party/webrtc/modules/desktop_capture" ] 651 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
652 } 652 }
653 653
654 if (is_chromeos) { 654 if (is_chromeos) {
655 sources += 655 sources +=
656 [ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ] 656 [ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ]
657 } 657 }
658 658
659 if (is_android) { 659 if (is_android) {
660 sources -= [ 660 sources -= [
661 "../renderer/media/audio_track_recorder_unittest.cc",
661 "../renderer/media/media_recorder_handler_unittest.cc", 662 "../renderer/media/media_recorder_handler_unittest.cc",
662 "../renderer/media/video_track_recorder_unittest.cc", 663 "../renderer/media/video_track_recorder_unittest.cc",
663 ] 664 ]
664 } 665 }
665 } 666 }
666 667
667 if (enable_web_speech) { 668 if (enable_web_speech) {
668 sources += 669 sources +=
669 rebase_path(content_tests_gypi_values.content_unittests_speech_sources, 670 rebase_path(content_tests_gypi_values.content_unittests_speech_sources,
670 ".", 671 ".",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 "//gpu/blink", 855 "//gpu/blink",
855 "//testing/gtest", 856 "//testing/gtest",
856 "//third_party/WebKit/public:blink", 857 "//third_party/WebKit/public:blink",
857 "//ui/base", 858 "//ui/base",
858 "//ui/gfx", 859 "//ui/gfx",
859 "//ui/gfx/geometry", 860 "//ui/gfx/geometry",
860 "//ui/gl", 861 "//ui/gl",
861 "//ui/gl:test_support", 862 "//ui/gl:test_support",
862 ] 863 ]
863 } 864 }
OLDNEW
« no previous file with comments | « content/renderer/media/audio_track_recorder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698