| 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 47a7a4d68ea2092329f003eb9f789b051b8027a5..b604266ace243a56f652615f00bc01d352740c53 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/InstalledApp.idl',
|
| 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl',
|
| 'mediarecorder/BlobEvent.idl',
|
| 'mediarecorder/MediaRecorder.idl',
|
| @@ -1130,6 +1131,10 @@
|
| 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
|
| 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
|
| 'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
|
| + 'installedapp/InstalledAppVerificationManager.cpp',
|
| + 'installedapp/InstalledAppVerificationManager.h',
|
| + 'installedapp/InstalledApp.cpp',
|
| + 'installedapp/InstalledApp.h',
|
| 'mediacapturefromelement/AutoCanvasDrawListener.cpp',
|
| 'mediacapturefromelement/AutoCanvasDrawListener.h',
|
| 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.cpp',
|
|
|