summaryrefslogtreecommitdiffstats
path: root/build/secondary
diff options
context:
space:
mode:
authorScott Graham <scottmg@chromium.org>2015-11-25 15:36:22 -0800
committerScott Graham <scottmg@chromium.org>2015-11-25 23:40:04 +0000
commitd01d3720730602fdc8aeb19aa0b19ed6c5a5849c (patch)
tree0dfe0f202e37030a2f937367e835f6c503077200 /build/secondary
parent8225aabfe3c019ce036547baf8914ba85f37a5c5 (diff)
downloadchromium_src-d01d3720730602fdc8aeb19aa0b19ed6c5a5849c.zip
chromium_src-d01d3720730602fdc8aeb19aa0b19ed6c5a5849c.tar.gz
chromium_src-d01d3720730602fdc8aeb19aa0b19ed6c5a5849c.tar.bz2
Fix Win GN dbg build missing powrprof.lib
TBR=raymes@chromium.org BUG=546288 Review URL: https://codereview.chromium.org/1473513007 . Cr-Commit-Position: refs/heads/master@{#361752}
Diffstat (limited to 'build/secondary')
-rw-r--r--build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn
index 8dce0ad..aa8443a 100644
--- a/build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn
+++ b/build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn
@@ -14,6 +14,7 @@ source_set("snapshot") {
if (is_win) {
cflags = [ "/wd4201" ]
+ libs = [ "powrprof.lib" ]
}
sources = [