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

Unified Diff: base/trace_event/etw_manifest/etw_manifest.gyp

Issue 1103943002: Fix ewt_manifest.gyp to support both target and host toolchains (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/etw_manifest/etw_manifest.gyp
diff --git a/base/trace_event/etw_manifest/etw_manifest.gyp b/base/trace_event/etw_manifest/etw_manifest.gyp
index b0a8712974ddea01ce8969676783bad018000602..3b5ae1cd0ad1d7d9655782f71394269b7e0059cf 100644
--- a/base/trace_event/etw_manifest/etw_manifest.gyp
+++ b/base/trace_event/etw_manifest/etw_manifest.gyp
@@ -7,6 +7,7 @@
# GN version: //base/trace_event/etw_manifest/BUILD.gn
'target_name': 'etw_manifest',
'type': 'static_library',
+ 'toolsets': ['host', 'target'],
'conditions': [
['OS=="win"', {
'sources': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698