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

Unified Diff: BUILD.gn

Issue 2133903002: RELAND: Merge VideoSenderConfig and AudioSenderConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disabled two unittests. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/extensions/cast_streaming_native_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 930e5d48f112bf8641d11bf943371187d6f9b681..b87368322b4ecd38b4ce9c0a7dcf2853117a3649 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -661,10 +661,6 @@ group("both_gn_and_gyp") {
deps += [ "//chromecast:cast_shell" ]
}
- if (is_mac) { # TODO(GYP) || is_ios
- deps += [ "//media/cast:cast_h264_vt_encoder_unittests" ]
- }
-
if (is_mac || is_win) {
deps += [
"//third_party/crashpad/crashpad/handler:crashpad_handler",
« no previous file with comments | « no previous file | chrome/renderer/extensions/cast_streaming_native_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698