| 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 f4c5eaee24ef4f384f4ae151531c5e031802dc24..f19874025e9274314d86bcd0be49cc8a98e321ab 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -340,6 +340,8 @@
|
| 'battery/NavigatorBattery.idl',
|
| 'beacon/NavigatorBeacon.idl',
|
| 'bluetooth/NavigatorBluetooth.idl',
|
| + 'budget_service/BudgetChunk.idl',
|
| + 'budget_service/NavigatorBudget.idl',
|
| 'cachestorage/WindowCacheStorage.idl',
|
| 'cachestorage/WorkerCacheStorage.idl',
|
| 'canvas/HTMLCanvasElementModule.idl',
|
| @@ -894,6 +896,8 @@
|
| 'bluetooth/BluetoothUUID.h',
|
| 'bluetooth/NavigatorBluetooth.cpp',
|
| 'bluetooth/NavigatorBluetooth.h',
|
| + 'budget_service/NavigatorBudget.h',
|
| + 'budget_service/NavigatorBudget.cpp',
|
| 'cachestorage/Cache.cpp',
|
| 'cachestorage/Cache.h',
|
| 'cachestorage/CacheStorage.cpp',
|
|
|