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

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: Final architechture Created 4 years, 5 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 b5e2a07d94329411370c77e52a5c403b99d5eae9..4e183e15daf23d20469374d7b699e9fccac9dfad 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1223,6 +1223,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',
« no previous file with comments | « third_party/WebKit/Source/modules/indexeddb/WebIDBObserverImpl.cpp ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698