Index: third_party/WebKit/Source/platform/BUILD.gn |
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn |
index 425c5052346e73eddad73a0f619494c63dbdb5ef..18438e79ff941b12d762e96bd205803ea72ec678 100644 |
--- a/third_party/WebKit/Source/platform/BUILD.gn |
+++ b/third_party/WebKit/Source/platform/BUILD.gn |
@@ -2161,6 +2161,11 @@ source_set("unit_tests") { |
# TODO(toyoshim): Remove Platform dependency and move to loader/BUILD.gn |
"loader/fetch/ResourceResponseTest.cpp", |
+ |
+ # TODO(hongchan): Platform::Current()->CreateThread() returns nullptr |
+ # without adding the test file into this section. Remove platform dependency |
+ # when creating a valid thread becomes possible in the Blink unit test. |
+ "audio/PushPullFIFOSmokeTest.cpp", |
] |
configs += [ |