Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index b5c41e5dcbf681ba8f3ee946fcf21cbd4768b296..1a95dd9dff1b79dd2b84abfb7cfec61e7a9eb6c1 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -737,6 +737,13 @@ |
'renderer/media/rtc_video_decoder_factory_tv_unittest.cc', |
], |
}], |
+ # TODO(bryaneyler): Also enable these for OpenSSL once that |
+ # implementation is ready. |
+ ['use_nss==1', { |
+ 'sources': [ |
+ 'renderer/webcrypto_sha_digest_unittest.cc', |
+ ], |
+ }], |
], |
}, |
], |