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

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

Issue 2062203004: IDBObserver: Lifetime Management: Adding Observer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Observer moved to connection Created 4 years, 6 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 231b71c1ceb274a8541d13d482c432b2b908e91e..939eae8aede8f0aa420ce1e442c637c7d3b6731c 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1217,6 +1217,8 @@
'indexeddb/WebIDBCallbacksImpl.h',
'indexeddb/WebIDBDatabaseCallbacksImpl.cpp',
'indexeddb/WebIDBDatabaseCallbacksImpl.h',
+ 'indexeddb/WebIDBObserverImpl.cpp',
+ 'indexeddb/WebIDBObserverImpl.h',
'installedapp/InstalledAppController.cpp',
'installedapp/InstalledAppController.h',
'installedapp/NavigatorInstalledApp.cpp',

Powered by Google App Engine
This is Rietveld 408576698