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

Unified Diff: base/trace_event/etw_manifest/BUILD/message_compiler.py

Issue 1038453002: Add option to export tracing events to ETW. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: thakis@ and thestig@ reviews. Created 5 years, 8 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: base/trace_event/etw_manifest/BUILD/message_compiler.py
diff --git a/remoting/tools/build/message_compiler.py b/base/trace_event/etw_manifest/BUILD/message_compiler.py
similarity index 88%
copy from remoting/tools/build/message_compiler.py
copy to base/trace_event/etw_manifest/BUILD/message_compiler.py
index 60b0eaa543b9d0802592335498ce1c0db74f32be..be5927d9bec990c360861e10504553306e7ac9aa 100644
--- a/remoting/tools/build/message_compiler.py
+++ b/base/trace_event/etw_manifest/BUILD/message_compiler.py
@@ -3,7 +3,7 @@
# found in the LICENSE file.
# Runs the Microsoft Message Compiler (mc.exe). This Python adapter is for the
-# GYP build, which can only run Python and not native binaries.
+# GN build, which can only run Python and not native binaries.
import subprocess
import sys

Powered by Google App Engine
This is Rietveld 408576698