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

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

Issue 2772613002: [instrumentation] Rename InspectorInstrumentation into CoreProbes (Closed)
Patch Set: fix typo 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 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",

Powered by Google App Engine
This is Rietveld 408576698