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

Unified Diff: base/base.gyp

Issue 1038453002: Add option to export tracing events to ETW. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing dependency in base.gyp 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
« no previous file with comments | « no previous file | base/trace_event/BUILD.gn » ('j') | base/trace_event/etw_manifest/BUILD/message_compiler.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index f8d77654e910d386fdbf4d1326b0ed921d60ab39..4ef7e9d8fce911e3a618373308da074bbefa4caf 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -192,6 +192,9 @@
],
},
],
+ 'dependencies': [
+ 'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest',
+ ],
}],
['OS == "mac" or (OS == "ios" and _toolset == "host")', {
'link_settings': {
« no previous file with comments | « no previous file | base/trace_event/BUILD.gn » ('j') | base/trace_event/etw_manifest/BUILD/message_compiler.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698