Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1203)

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1735033004: Bindings and client interface for the IsAppInstalled API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix layout tests for real. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698