| 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 e9dd040987d11e5ad49cc6554fdc86dab7d974a8..109ebd9d5fa60af71f480c198efb5c09a3f4f5cc 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -343,7 +343,6 @@
|
| 'battery/NavigatorBattery.idl',
|
| 'beacon/NavigatorBeacon.idl',
|
| 'bluetooth/NavigatorBluetooth.idl',
|
| - 'budget/BudgetChunk.idl',
|
| 'budget/NavigatorBudget.idl',
|
| 'cachestorage/WindowCacheStorage.idl',
|
| 'cachestorage/WorkerCacheStorage.idl',
|
| @@ -464,6 +463,7 @@
|
| 'background_sync/SyncEventInit.idl',
|
| 'bluetooth/BluetoothScanFilter.idl',
|
| 'bluetooth/RequestDeviceOptions.idl',
|
| + 'budget/BudgetChunk.idl',
|
| 'cachestorage/CacheQueryOptions.idl',
|
| 'canvas2d/Canvas2DContextAttributes.idl',
|
| 'canvas2d/HitRegionOptions.idl',
|
| @@ -585,6 +585,8 @@
|
| '<(blink_modules_output_dir)/bluetooth/BluetoothScanFilter.h',
|
| '<(blink_modules_output_dir)/bluetooth/RequestDeviceOptions.cpp',
|
| '<(blink_modules_output_dir)/bluetooth/RequestDeviceOptions.h',
|
| + '<(blink_modules_output_dir)/budget/BudgetChunk.cpp',
|
| + '<(blink_modules_output_dir)/budget/BudgetChunk.h',
|
| '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.cpp',
|
| '<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.h',
|
| '<(blink_modules_output_dir)/canvas2d/Canvas2DContextAttributes.cpp',
|
|
|