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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2777903005: Add WebThread in AudioDestination to support AudioWorkletThread (Closed)
Patch Set: Addressed feedback Created 3 years, 8 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: 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 cb0e0ebdc746e807aa36989e8af1b852cfacf229..154099b256f97bdf0a781535c086f1c311e0123f 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -2163,6 +2163,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 += [

Powered by Google App Engine
This is Rietveld 408576698