| 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 571514469b9a4ab2aa8d60ed2b521950297fc49f..cf572dd0c8002c723aa3464ea55af5c49c9fb4cb 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -104,6 +104,7 @@
|
| 'indexeddb/IDBRequest.idl',
|
| 'indexeddb/IDBTransaction.idl',
|
| 'indexeddb/IDBVersionChangeEvent.idl',
|
| + 'installedapp/RelatedApplication.idl',
|
| 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl',
|
| 'mediarecorder/BlobEvent.idl',
|
| 'mediarecorder/MediaRecorder.idl',
|
| @@ -357,6 +358,7 @@
|
| 'geolocation/NavigatorGeolocation.idl',
|
| 'indexeddb/WindowIndexedDatabase.idl',
|
| 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
|
| + 'installedapp/NavigatorInstalledApp.idl',
|
| 'mediacapturefromelement/HTMLCanvasElementCapture.idl',
|
| 'mediacapturefromelement/HTMLMediaElementCapture.idl',
|
| 'mediasession/HTMLMediaElementMediaSession.idl',
|
| @@ -1143,6 +1145,11 @@
|
| 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
|
| 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
|
| 'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
|
| + 'installedapp/InstalledAppController.cpp',
|
| + 'installedapp/InstalledAppController.h',
|
| + 'installedapp/NavigatorInstalledApp.cpp',
|
| + 'installedapp/NavigatorInstalledApp.h',
|
| + 'installedapp/RelatedApplication.h',
|
| 'mediacapturefromelement/AutoCanvasDrawListener.cpp',
|
| 'mediacapturefromelement/AutoCanvasDrawListener.h',
|
| 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.cpp',
|
|
|