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

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

Issue 2231873002: Added budget_service.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@budget_api
Patch Set: Converted BudgetChunk dictionary to BudgetState interface and other code review updates 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 e9dd040987d11e5ad49cc6554fdc86dab7d974a8..be47d07ec6e6d93378b3b8e5b509dbf16791ae20 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -28,6 +28,7 @@
'bluetooth/BluetoothUUID.idl',
'broadcastchannel/BroadcastChannel.idl',
'budget/BudgetService.idl',
+ 'budget/BudgetState.idl',
'cachestorage/Cache.idl',
'cachestorage/CacheStorage.idl',
'canvas2d/CanvasGradient.idl',
@@ -343,7 +344,6 @@
'battery/NavigatorBattery.idl',
'beacon/NavigatorBeacon.idl',
'bluetooth/NavigatorBluetooth.idl',
- 'budget/BudgetChunk.idl',
'budget/NavigatorBudget.idl',
'cachestorage/WindowCacheStorage.idl',
'cachestorage/WorkerCacheStorage.idl',
@@ -908,6 +908,8 @@
'broadcastchannel/BroadcastChannel.h',
'budget/BudgetService.h',
'budget/BudgetService.cpp',
+ 'budget/BudgetState.h',
+ 'budget/BudgetState.cpp',
'budget/NavigatorBudget.h',
'budget/NavigatorBudget.cpp',
'cachestorage/Cache.cpp',

Powered by Google App Engine
This is Rietveld 408576698