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