| 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 01074ec7cb1d3ba0f6c2db73b86545018c616c76..0dac3488b66e1b0cfb86bba06151104bf3057398 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -344,6 +344,7 @@
|
| 'beacon/NavigatorBeacon.idl',
|
| 'bluetooth/NavigatorBluetooth.idl',
|
| 'budget/NavigatorBudget.idl',
|
| + 'budget/WorkerNavigatorBudget.idl',
|
| 'cachestorage/WindowCacheStorage.idl',
|
| 'cachestorage/WorkerCacheStorage.idl',
|
| 'canvas/HTMLCanvasElementModule.idl',
|
| @@ -911,6 +912,8 @@
|
| 'budget/BudgetState.cpp',
|
| 'budget/NavigatorBudget.h',
|
| 'budget/NavigatorBudget.cpp',
|
| + 'budget/WorkerNavigatorBudget.h',
|
| + 'budget/WorkerNavigatorBudget.cpp',
|
| 'cachestorage/Cache.cpp',
|
| 'cachestorage/Cache.h',
|
| 'cachestorage/CacheStorage.cpp',
|
|
|