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 e5040ad7950e579ad11e28c1b5437b2b6b7f3685..dd2516c5813834d4894311ee42025765947d17a8 100644 |
--- a/third_party/WebKit/Source/modules/modules.gypi |
+++ b/third_party/WebKit/Source/modules/modules.gypi |
@@ -401,6 +401,7 @@ |
'serviceworkers/NavigatorServiceWorker.idl', |
'speech/WindowSpeech.idl', |
'speech/WindowSpeechSynthesis.idl', |
+ 'srcobject/HTMLMediaElementSrcObject.idl', |
'storage/WindowStorage.idl', |
'vibration/NavigatorVibration.idl', |
'vr/NavigatorVRDevice.idl', |
@@ -1545,6 +1546,8 @@ |
'speech/SpeechSynthesisUtterance.h', |
'speech/SpeechSynthesisVoice.cpp', |
'speech/SpeechSynthesisVoice.h', |
+ 'srcobject/HTMLMediaElementSrcObject.cpp', |
+ 'srcobject/HTMLMediaElementSrcObject.h', |
'storage/DOMWindowStorage.cpp', |
'storage/DOMWindowStorage.h', |
'storage/DOMWindowStorageController.cpp', |