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

Unified Diff: build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn

Issue 1473513007: Fix Win GN dbg build missing powrprof.lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn
diff --git a/build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn
index 8dce0ad1fe5296207c593fecce206206ccbef4cd..aa8443adf3db6921c1d2bcb49365797a3d5b60a6 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" ]
Mark Mentovai 2015/11/26 00:44:56 snapshot.gyp has version.lib too.
scottmg 2015/11/26 00:59:13 Thanks. It looks like Chrome has that in default_l
}
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