summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorgeorgesak <georgesak@chromium.org>2015-04-17 13:52:59 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-17 20:53:20 +0000
commitcff5a0c6ca6dcaf284b43cd6a8984e6bdffb6aa4 (patch)
tree1578f1cc3e8a0b1984a4b46b2f5ef0a46183ca24 /base
parentefd640bc048891126f04888f87067810e442fbe7 (diff)
downloadchromium_src-cff5a0c6ca6dcaf284b43cd6a8984e6bdffb6aa4.zip
chromium_src-cff5a0c6ca6dcaf284b43cd6a8984e6bdffb6aa4.tar.gz
chromium_src-cff5a0c6ca6dcaf284b43cd6a8984e6bdffb6aa4.tar.bz2
Add missing dependency in base_win64.
BUG=477851 Review URL: https://codereview.chromium.org/1090223002 Cr-Commit-Position: refs/heads/master@{#325708}
Diffstat (limited to 'base')
-rw-r--r--base/base.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 1d6ba344..5fa2094 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1119,6 +1119,7 @@
'allocator/allocator.gyp:allocator_extension_thunks_win64',
'../third_party/modp_b64/modp_b64.gyp:modp_b64_win64',
'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
+ 'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest',
],
# TODO(gregoryd): direct_dependent_settings should be shared with the
# 32-bit target, but it doesn't work due to a bug in gyp