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

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

Issue 2110833002: Basic framework for Budget API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed Exposed lines and fixed build error. Created 4 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: 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 be15ad6797c3035847fc2cda429223a944bfe72c..8b20d6f5492001714593911a0153166d716fa683 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -27,6 +27,7 @@
'bluetooth/BluetoothRemoteGATTService.idl',
'bluetooth/BluetoothUUID.idl',
'broadcastchannel/BroadcastChannel.idl',
+ 'budget/Budget.idl',
'cachestorage/Cache.idl',
'cachestorage/CacheStorage.idl',
'canvas2d/CanvasGradient.idl',
@@ -342,6 +343,8 @@
'battery/NavigatorBattery.idl',
'beacon/NavigatorBeacon.idl',
'bluetooth/NavigatorBluetooth.idl',
+ 'budget/BudgetChunk.idl',
+ 'budget/NavigatorBudget.idl',
'cachestorage/WindowCacheStorage.idl',
'cachestorage/WorkerCacheStorage.idl',
'canvas/HTMLCanvasElementModule.idl',
@@ -900,6 +903,10 @@
'bluetooth/NavigatorBluetooth.h',
'broadcastchannel/BroadcastChannel.cpp',
'broadcastchannel/BroadcastChannel.h',
+ 'budget/Budget.h',
+ 'budget/Budget.cpp',
+ 'budget/NavigatorBudget.h',
+ 'budget/NavigatorBudget.cpp',
'cachestorage/Cache.cpp',
'cachestorage/Cache.h',
'cachestorage/CacheStorage.cpp',
« no previous file with comments | « third_party/WebKit/Source/modules/budget/OWNERS ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698