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

Unified Diff: Source/modules/modules.gypi

Issue 148253005: DevTools: remove references to modules/indexeddb from core/inspector (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 61092a17149331202de2b46dcc514cbee7ef36af..0d34852102c9017b735de380efca0cb4b44bb055 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -347,6 +347,8 @@
'indexeddb/DOMWindowIndexedDatabase.h',
'indexeddb/IDBAny.cpp',
'indexeddb/IDBAny.h',
+ 'indexeddb/IDBClient.cpp',
+ 'indexeddb/IDBClient.h',
'indexeddb/IDBCursor.cpp',
'indexeddb/IDBCursor.h',
'indexeddb/IDBCursorWithValue.cpp',
@@ -384,6 +386,8 @@
'indexeddb/IDBVersionChangeEvent.cpp',
'indexeddb/IDBVersionChangeEvent.h',
'indexeddb/IndexedDB.h',
+ 'indexeddb/InspectorIndexedDBAgent.cpp',
+ 'indexeddb/InspectorIndexedDBAgent.h',
'indexeddb/PageGroupIndexedDatabase.cpp',
'indexeddb/PageGroupIndexedDatabase.h',
'indexeddb/WebIDBCallbacksImpl.cpp',

Powered by Google App Engine
This is Rietveld 408576698