| 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 31ab244ea9b0175f7a61df3b01b814c5c36beda3..01074ec7cb1d3ba0f6c2db73b86545018c616c76 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',
|
| @@ -907,6 +907,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',
|
|
|