| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index 9221f7ee11a3da7a4bb26628511813c744c52050..b1738dba3e7ebe48e434c87b4617561c43cb1ea8 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -376,6 +376,7 @@
|
| 'timing/Performance.idl',
|
| 'timing/PerformanceCompositeTiming.idl',
|
| 'timing/PerformanceEntry.idl',
|
| + 'timing/PerformanceLongTaskTiming.idl',
|
| 'timing/PerformanceMark.idl',
|
| 'timing/PerformanceMeasure.idl',
|
| 'timing/PerformanceNavigation.idl',
|
| @@ -2256,6 +2257,8 @@
|
| 'timing/PerformanceCompositeTiming.h',
|
| 'timing/PerformanceEntry.cpp',
|
| 'timing/PerformanceEntry.h',
|
| + 'timing/PerformanceLongTaskTiming.cpp',
|
| + 'timing/PerformanceLongTaskTiming.h',
|
| 'timing/PerformanceMark.h',
|
| 'timing/PerformanceMeasure.h',
|
| 'timing/PerformanceNavigation.cpp',
|
|
|