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

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

Issue 1128733002: Update from https://crrev.com/328418 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « base/trace_event/etw_manifest/BUILD.gn ('k') | base/trace_event/java_heap_dump_provider_android.h » ('j') | 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..b2f0eb8ea11aa39fc5ccc75c93d92072a19a0f9d 100644
--- a/base/trace_event/etw_manifest/etw_manifest.gyp
+++ b/base/trace_event/etw_manifest/etw_manifest.gyp
@@ -6,7 +6,9 @@
{
# GN version: //base/trace_event/etw_manifest/BUILD.gn
'target_name': 'etw_manifest',
- 'type': 'static_library',
+ 'type': 'none',
+ 'toolsets': ['host', 'target'],
+ 'hard_dependency': 1,
'conditions': [
['OS=="win"', {
'sources': [
« no previous file with comments | « base/trace_event/etw_manifest/BUILD.gn ('k') | base/trace_event/java_heap_dump_provider_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698