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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2060833002: Implementation of 'AudioContext.getOutputTimestamp' method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review commnets + more tests fixes + 'Packet' structure Created 4 years, 6 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/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 9d5175421494d4fe5a70d8e4d78b803a73f201c8..955072f1dbe1a589ecc82772ba5fa7c0c39befb0 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -539,6 +539,7 @@
'storage/StorageEventInit.idl',
'vr/VRFieldOfViewInit.idl',
'vr/VRLayer.idl',
+ 'webaudio/AudioTimestamp.idl',
'webaudio/PeriodicWaveConstraints.idl',
'webgl/WebGLContextAttributes.idl',
'webgl/WebGLContextEventInit.idl',
@@ -741,6 +742,8 @@
'<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h',
'<(blink_modules_output_dir)/vr/VRLayer.cpp',
'<(blink_modules_output_dir)/vr/VRLayer.h',
+ '<(blink_modules_output_dir)/webaudio/AudioTimestamp.cpp',
+ '<(blink_modules_output_dir)/webaudio/AudioTimestamp.h',
'<(blink_modules_output_dir)/webaudio/PeriodicWaveConstraints.cpp',
'<(blink_modules_output_dir)/webaudio/PeriodicWaveConstraints.h',
'<(blink_modules_output_dir)/webgl/WebGLContextAttributes.cpp',

Powered by Google App Engine
This is Rietveld 408576698