| 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 5b469fe8ba2ab565505f1c9bed0c56396ac16b66..e8989e5b3fb313462de93b6ceabbcfdfe651f5b6 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -1047,6 +1047,10 @@ component("platform") {
|
| "image-encoders/RGBAtoRGB.h",
|
| "image-encoders/WEBPImageEncoder.cpp",
|
| "image-encoders/WEBPImageEncoder.h",
|
| + "instrumentation/inspector/PlatformIdentifiersFactory.cpp",
|
| + "instrumentation/inspector/PlatformIdentifiersFactory.h",
|
| + "instrumentation/inspector/PlatformInspectorTraceEvents.cpp",
|
| + "instrumentation/inspector/PlatformInspectorTraceEvents.h",
|
| "instrumentation/tracing/MemoryCacheDumpProvider.cpp",
|
| "instrumentation/tracing/MemoryCacheDumpProvider.h",
|
| "instrumentation/tracing/TraceEvent.h",
|
|
|