| 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 257865bb34c9ea461bb308a1600e8948a0e919aa..5e48493d3f1a6aea89a321f240373ea89b2421ad 100644
 | 
| --- a/third_party/WebKit/Source/modules/modules.gypi
 | 
| +++ b/third_party/WebKit/Source/modules/modules.gypi
 | 
| @@ -394,6 +394,7 @@
 | 
|        'serviceworkers/NavigatorServiceWorker.idl',
 | 
|        'speech/WindowSpeech.idl',
 | 
|        'speech/WindowSpeechSynthesis.idl',
 | 
| +      'srcobject/HTMLMediaElementSrcObject.idl',
 | 
|        'storage/WindowStorage.idl',
 | 
|        'vibration/NavigatorVibration.idl',
 | 
|        'vr/NavigatorVRDevice.idl',
 | 
| @@ -1512,6 +1513,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',
 | 
| 
 |