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

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

Issue 1855623002: Implement quota estimation API from Storage spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update webexposed expectations Created 4 years, 8 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 257865bb34c9ea461bb308a1600e8948a0e919aa..d9e6fdae0876d037e80bf3acd9c79df06d4d186a 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -510,6 +510,7 @@
'presentation/PresentationConnectionCloseEventInit.idl',
'push_messaging/PushEventInit.idl',
'push_messaging/PushSubscriptionOptions.idl',
+ 'quota/StorageEstimate.idl',
'serviceworkers/ClientQueryOptions.idl',
'serviceworkers/ExtendableEventInit.idl',
'serviceworkers/ExtendableMessageEventInit.idl',
@@ -676,6 +677,8 @@
'<(blink_modules_output_dir)/push_messaging/PushEventInit.h',
'<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp',
'<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h',
+ '<(blink_modules_output_dir)/quota/StorageEstimate.cpp',
+ '<(blink_modules_output_dir)/quota/StorageEstimate.h',
'<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp',
'<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h',
'<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',

Powered by Google App Engine
This is Rietveld 408576698