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

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

Issue 1506333003: Disable media recording tests on ChromeCast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 sources += 654 sources +=
655 [ "../browser/media/capture/desktop_capture_device_unittest.cc" ] 655 [ "../browser/media/capture/desktop_capture_device_unittest.cc" ]
656 deps += [ "//third_party/webrtc/modules/desktop_capture" ] 656 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
657 } 657 }
658 658
659 if (is_chromeos) { 659 if (is_chromeos) {
660 sources += 660 sources +=
661 [ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ] 661 [ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ]
662 } 662 }
663 663
664 if (is_android) { 664 if (is_android || is_chromecast) {
665 sources -= [ 665 sources -= [
666 "../renderer/media/audio_track_recorder_unittest.cc", 666 "../renderer/media/audio_track_recorder_unittest.cc",
667 "../renderer/media/media_recorder_handler_unittest.cc", 667 "../renderer/media/media_recorder_handler_unittest.cc",
668 "../renderer/media/video_track_recorder_unittest.cc", 668 "../renderer/media/video_track_recorder_unittest.cc",
669 ] 669 ]
670 } 670 }
671 } 671 }
672 672
673 if (enable_web_speech) { 673 if (enable_web_speech) {
674 sources += 674 sources +=
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 deps += [ 901 deps += [
902 "//gpu:test_support", 902 "//gpu:test_support",
903 "//media/base/android", 903 "//media/base/android",
904 "//media/base/android:media_java", 904 "//media/base/android:media_java",
905 "//testing/gmock", 905 "//testing/gmock",
906 "//ui/android:ui_java", 906 "//ui/android:ui_java",
907 ] 907 ]
908 } 908 }
909 } 909 }
910 } 910 }
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