| 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',
|
|
|