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

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

Issue 2777903005: Add WebThread in AudioDestination to support AudioWorkletThread (Closed)
Patch Set: Added Unit Test for multi-thread support 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 425c5052346e73eddad73a0f619494c63dbdb5ef..ec72ee2808cd69ee1171d5bf1ac879552a28d8ba 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -2161,6 +2161,9 @@ source_set("unit_tests") {
# TODO(toyoshim): Remove Platform dependency and move to loader/BUILD.gn
"loader/fetch/ResourceResponseTest.cpp",
+
+ # TODO(hongchan): Remove Platform dependency and move to audio/BUILD.gn
+ "audio/PushPullFIFOSmokeTest.cpp",
hongchan 2017/04/20 18:01:37 To be able to spawn a thread from Platform::Curren
haraken 2017/04/20 20:20:51 Would you help me understand the problem? platform
hongchan 2017/04/20 20:35:09 With the blink_platform_unittests, Platform::Curre
]
configs += [

Powered by Google App Engine
This is Rietveld 408576698