| 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 c761fbf715a046652fc85bd0043d5d3b5e2707dc..71dbad65504316e37c6e91db5196962801c7d30a 100644 | 
| --- a/third_party/WebKit/Source/modules/modules.gypi | 
| +++ b/third_party/WebKit/Source/modules/modules.gypi | 
| @@ -95,6 +95,7 @@ | 
| 'geolocation/PositionError.idl', | 
| 'geolocation/PositionErrorCallback.idl', | 
| 'imagebitmap/ImageBitmapRenderingContext.idl', | 
| +      'imagecapture/ImageCapture.idl', | 
| 'indexeddb/IDBCursor.idl', | 
| 'indexeddb/IDBCursorWithValue.idl', | 
| 'indexeddb/IDBDatabase.idl', | 
| @@ -1133,6 +1134,8 @@ | 
| 'geolocation/NavigatorGeolocation.h', | 
| 'imagebitmap/ImageBitmapRenderingContext.cpp', | 
| 'imagebitmap/ImageBitmapRenderingContext.h', | 
| +      'imagecapture/ImageCapture.cpp', | 
| +      'imagecapture/ImageCapture.h', | 
| 'indexeddb/GlobalIndexedDB.cpp', | 
| 'indexeddb/GlobalIndexedDB.h', | 
| 'indexeddb/IDBAny.cpp', | 
|  |