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

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

Issue 2777903005: Add WebThread in AudioDestination to support AudioWorkletThread (Closed)
Patch Set: Clean up after l-g-t-m 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/audio/AudioDestination.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cd21dd728743177506edcafb965d592763bb7db3..946891ece897d39c0d2bd8f0d6040c4906edf6b1 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -2162,6 +2162,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/PushPullFIFOMultithreadTest.cpp",
]
configs += [
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/audio/AudioDestination.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698