Index: webrtc/system_wrappers/BUILD.gn |
diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn |
index 1116419f1f7740029a54a8e1d8cd11b83a16bf04..28c80f3c418cd84fdf6bfe084cc6477d90bdfd0c 100644 |
--- a/webrtc/system_wrappers/BUILD.gn |
+++ b/webrtc/system_wrappers/BUILD.gn |
@@ -193,8 +193,7 @@ if (is_linux) { |
} |
} |
-# There's no point processing WebRTC standalone tests in a Chromium build. |
-if (!build_with_chromium) { |
+if (!rtc_include_tests) { |
test("system_wrappers_unittests") { |
testonly = true |
sources = [ |