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

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

Issue 2147203003: MediaRecorder content_unittests: enable {{Video,Audio}TrackRecorder,MediaRecorderHandler}Test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | 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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 sources += 753 sources +=
754 [ "../browser/media/capture/desktop_capture_device_unittest.cc" ] 754 [ "../browser/media/capture/desktop_capture_device_unittest.cc" ]
755 deps += [ "//third_party/webrtc/modules/desktop_capture" ] 755 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
756 } 756 }
757 757
758 if (is_chromeos) { 758 if (is_chromeos) {
759 sources += 759 sources +=
760 [ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ] 760 [ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ]
761 } 761 }
762 762
763 if (is_android || is_chromecast) { 763 if (is_chromecast) {
764 sources -= [ 764 sources -= [
765 "../renderer/media/audio_track_recorder_unittest.cc", 765 "../renderer/media/audio_track_recorder_unittest.cc",
766 "../renderer/media/media_recorder_handler_unittest.cc", 766 "../renderer/media/media_recorder_handler_unittest.cc",
767 "../renderer/media/video_track_recorder_unittest.cc", 767 "../renderer/media/video_track_recorder_unittest.cc",
768 ] 768 ]
769 } 769 }
770 } 770 }
771 771
772 if (enable_webrtc && enable_plugins) { 772 if (enable_webrtc && enable_plugins) {
773 sources += rebase_path( 773 sources += rebase_path(
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 fuzzer_test("renderer_fuzzer") { 922 fuzzer_test("renderer_fuzzer") {
923 sources = [ 923 sources = [
924 "renderer_fuzzer.cc", 924 "renderer_fuzzer.cc",
925 ] 925 ]
926 deps = [ 926 deps = [
927 ":test_support", 927 ":test_support",
928 "//content/shell:content_shell_lib", 928 "//content/shell:content_shell_lib",
929 ] 929 ]
930 dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict" 930 dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict"
931 } 931 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698