| 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",
|
| ]
|
|
|