Chromium Code Reviews| 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', |
|
johnme
2016/08/17 13:54:02
What's a BudgetChunk? The spec seems to call this
harkness
2016/08/18 10:23:26
Yeah, that's the drawback of submitting code befor
|
| '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', |