| 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 fa1f079511dc1b1681ac221629dc131318d899b4..b93b2d0da3985fdb156c617dbc1613e6c272005b 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -375,6 +375,7 @@
|
| 'timing/Performance.idl',
|
| 'timing/PerformanceCompositeTiming.idl',
|
| 'timing/PerformanceEntry.idl',
|
| + 'timing/PerformanceLongTaskTiming.idl',
|
| 'timing/PerformanceMark.idl',
|
| 'timing/PerformanceMeasure.idl',
|
| 'timing/PerformanceNavigation.idl',
|
| @@ -2246,6 +2247,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',
|
|
|