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

Unified Diff: third_party/WebKit/Source/platform/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/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 051deadc10bcb6ad8f79b035d4a9144c52711c52..2e7256f79bc45ec89e2601b77e56ffbf4429c816 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -135,16 +135,16 @@ action("character_data") {
action("instrumentation_probes") {
script = "instrumentation/InstrumentingProbesCodeGenerator.py"
- input_file = "instrumentation/PlatformInstrumentation.idl"
+ input_file = "instrumentation/PlatformInstrumentation.pidl"
inputs = [
input_file,
- "instrumentation/InstrumentingProbesImpl_cpp.template",
- "instrumentation/InstrumentingProbesImpl_h.template",
- "instrumentation/InstrumentingAgents_h.template",
+ "instrumentation/templates/InstrumentingProbesImpl.cpp.tmpl",
+ "instrumentation/templates/InstrumentingProbesInl.h.tmpl",
+ "instrumentation/templates/ProbesSink.h.tmpl",
]
outputs = [
- "$blink_platform_output_dir/PlatformInstrumentationAgents.h",
+ "$blink_platform_output_dir/PlatformInstrumentationSink.h",
"$blink_platform_output_dir/PlatformInstrumentationInl.h",
"$blink_platform_output_dir/PlatformInstrumentationImpl.cpp",
]

Powered by Google App Engine
This is Rietveld 408576698