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

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

Issue 2404743002: Web Audio: record autoplay status when an AudioContext is destroyed. (Closed)
Patch Set: remove empty line Created 4 years, 2 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/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
index 28fad19928bd015bf92cbb413e4af254e4176620..a4fa31f573c84d8156fce7df021efbd0e43289be 100644
--- a/third_party/WebKit/Source/modules/BUILD.gn
+++ b/third_party/WebKit/Source/modules/BUILD.gn
@@ -269,6 +269,7 @@ source_set("unit_tests") {
"remoteplayback/RemotePlaybackTest.cpp",
"serviceworkers/ServiceWorkerContainerTest.cpp",
"webaudio/AudioBasicProcessorHandlerTest.cpp",
+ "webaudio/BaseAudioContextTest.cpp",
"webaudio/ConvolverNodeTest.cpp",
"webaudio/DynamicsCompressorNodeTest.cpp",
"webaudio/ScriptProcessorNodeTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698