| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index d6d3ba460e0ece05e62485987c699d3e49adcfe3..12a28ba01a5f224d76436dc3fc4f66a5b50d0790 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -82,6 +82,7 @@ source_set("generated") {
|
| "//skia",
|
| "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
|
| "//third_party/WebKit/Source/core/inspector:generated",
|
| + "//third_party/WebKit/Source/core/instrumentation:generated",
|
| "//third_party/iccjpeg",
|
| "//third_party/libpng",
|
| "//third_party/libwebp",
|
| @@ -104,6 +105,7 @@ source_set("prerequisites") {
|
| "//gpu/command_buffer/client:gles2_c_lib",
|
| "//skia",
|
| "//third_party/WebKit/Source/core/inspector:generated",
|
| + "//third_party/WebKit/Source/core/instrumentation:generated",
|
| "//third_party/WebKit/Source/wtf",
|
| "//third_party/angle:translator",
|
| "//third_party/iccjpeg",
|
| @@ -180,6 +182,7 @@ component("core") {
|
| "//third_party/WebKit/Source/core/imagebitmap",
|
| "//third_party/WebKit/Source/core/input",
|
| "//third_party/WebKit/Source/core/inspector",
|
| + "//third_party/WebKit/Source/core/instrumentation",
|
| "//third_party/WebKit/Source/core/layout",
|
| "//third_party/WebKit/Source/core/layout/svg",
|
| "//third_party/WebKit/Source/core/loader",
|
|
|