Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(604)

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2772613002: [instrumentation] Rename InspectorInstrumentation into CoreProbes (Closed)
Patch Set: sinkFor -> toCoreProbesSink Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698