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

Unified Diff: Source/modules/modules.gypi

Issue 1154573005: Expose Durable Storage API to script (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: just reset the results Created 5 years, 4 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 c4a5f088037174f938e5ba94afb4354355caf899..5db7bdcdd9ee96b2ad8d27999ecaa36abae2d842 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -164,6 +164,7 @@
'quota/DeprecatedStorageQuota.idl',
'quota/StorageErrorCallback.idl',
'quota/StorageInfo.idl',
+ 'quota/StorageManager.idl',
'quota/StorageQuota.idl',
'quota/StorageQuotaCallback.idl',
'quota/StorageUsageCallback.idl',
@@ -1258,6 +1259,8 @@
'quota/StorageErrorCallback.h',
'quota/StorageInfo.cpp',
'quota/StorageInfo.h',
+ 'quota/StorageManager.cpp',
+ 'quota/StorageManager.h',
'quota/StorageQuota.cpp',
'quota/StorageQuota.h',
'quota/StorageQuotaCallback.h',
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | Source/modules/quota/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698