| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index 407d8cdf73db026b5ea780752fe38372f5dcd7a0..27314fa4918791a2c1064c37efd432eb204e7521 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -1047,6 +1047,8 @@ component("platform") {
|
| "image-encoders/RGBAtoRGB.h",
|
| "image-encoders/WEBPImageEncoder.cpp",
|
| "image-encoders/WEBPImageEncoder.h",
|
| + "instrumentation/resource_coordinator/FrameResourceCoordinator.cpp",
|
| + "instrumentation/resource_coordinator/FrameResourceCoordinator.h",
|
| "instrumentation/tracing/MemoryCacheDumpProvider.cpp",
|
| "instrumentation/tracing/MemoryCacheDumpProvider.h",
|
| "instrumentation/tracing/TraceEvent.h",
|
| @@ -1420,6 +1422,7 @@ component("platform") {
|
| "//gpu/command_buffer/common:common",
|
| "//media",
|
| "//net",
|
| + "//services/resource_coordinator/public/interfaces:interfaces_blink",
|
| "//services/service_manager/public/interfaces:interfaces_blink",
|
| "//skia",
|
| "//third_party:jpeg",
|
|
|