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

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

Issue 1586563009: IsNativeAppInstalled Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 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',

Powered by Google App Engine
This is Rietveld 408576698