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

Unified Diff: net/BUILD.gn

Issue 425373002: gn win: Disable srtp tests that don't compile on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index ac13764b34f0cf74d0b6c4da5a6f933009c329a1..5609408e443ca8764bdaf832475a0cfee4d8b40c 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1049,7 +1049,8 @@ if (is_android || is_linux) {
}
# TODO(GYP) make this compile on Android, we need some native test deps done.
-if (!is_android) {
+# TODO(GYP) Also doesn't work on Windows; dependency on boringssl is wrong.
+if (!is_android && !is_win) {
source_set("quic_tools") {
sources = [
« build/secondary/third_party/libsrtp/BUILD.gn ('K') | « build/secondary/third_party/libsrtp/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698