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

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: Add a connection error handler to BudgetService 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 5d62623ad5d0de81a83bd6428881312f84d8a1f4..e2859c173730d2e9d63cd955334b5843a64a6e36 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',
@@ -342,7 +343,6 @@
'battery/NavigatorBattery.idl',
'beacon/NavigatorBeacon.idl',
'bluetooth/NavigatorBluetooth.idl',
- 'budget/BudgetChunk.idl',
'budget/NavigatorBudget.idl',
'cachestorage/WindowCacheStorage.idl',
'cachestorage/WorkerCacheStorage.idl',
@@ -910,6 +910,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