| Index: third_party/WebKit/Source/core/timing/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/timing/BUILD.gn b/third_party/WebKit/Source/core/timing/BUILD.gn
|
| index ab0b7677431c8257cc641fbbfb7b139b5dc695f5..38ac65c200c93e61c53d99ca89ec422d95d80e89 100644
|
| --- a/third_party/WebKit/Source/core/timing/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/timing/BUILD.gn
|
| @@ -13,8 +13,6 @@ blink_core_sources("timing") {
|
| "Performance.h",
|
| "PerformanceBase.cpp",
|
| "PerformanceBase.h",
|
| - "PerformanceCompositeTiming.cpp",
|
| - "PerformanceCompositeTiming.h",
|
| "PerformanceEntry.cpp",
|
| "PerformanceEntry.h",
|
| "PerformanceLongTaskTiming.cpp",
|
| @@ -27,8 +25,6 @@ blink_core_sources("timing") {
|
| "PerformanceObserver.h",
|
| "PerformanceObserverEntryList.cpp",
|
| "PerformanceObserverEntryList.h",
|
| - "PerformanceRenderTiming.cpp",
|
| - "PerformanceRenderTiming.h",
|
| "PerformanceResourceTiming.cpp",
|
| "PerformanceResourceTiming.h",
|
| "PerformanceTiming.cpp",
|
|
|