| 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 15b888da955169b9ffed48b33024ba769bb645d5..a2b1c13a4f1c1230ebcae3ac70a0f98869ff427b 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -342,6 +342,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',
|
| @@ -899,6 +901,8 @@
|
| 'bluetooth/NavigatorBluetooth.h',
|
| 'broadcastchannel/BroadcastChannel.cpp',
|
| 'broadcastchannel/BroadcastChannel.h',
|
| + 'budget/NavigatorBudget.h',
|
| + 'budget/NavigatorBudget.cpp',
|
| 'cachestorage/Cache.cpp',
|
| 'cachestorage/Cache.h',
|
| 'cachestorage/CacheStorage.cpp',
|
|
|