| 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 dd19259c25d9132a54ca305e7730e1843c7be81d..0922e8555fb2a8a4614bc13992e733b33251f858 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',
|
| @@ -1540,6 +1541,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',
|
|
|