| 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 1218cf57b35ad00b45b25ab7f869496f1b48ea73..ff34f51042185f07e4128871a43ba6f86d169e48 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/probe: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/probe:generated",
|
| "//third_party/WebKit/Source/wtf",
|
| "//third_party/angle:translator",
|
| "//third_party/iccjpeg",
|
| @@ -191,6 +193,7 @@ component("core") {
|
| "//third_party/WebKit/Source/core/page",
|
| "//third_party/WebKit/Source/core/paint",
|
| "//third_party/WebKit/Source/core/plugins",
|
| + "//third_party/WebKit/Source/core/probe",
|
| "//third_party/WebKit/Source/core/streams",
|
| "//third_party/WebKit/Source/core/style:rendering",
|
| "//third_party/WebKit/Source/core/style:svg",
|
|
|