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

Unified Diff: test/test.gyp

Issue 1138923004: win: Retrieve "simple map" annotations from modules (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@module-version
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 | « snapshot/win/pe_image_annotations_reader_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test.gyp
diff --git a/test/test.gyp b/test/test.gyp
index bfbe44ce7587270d508cd83d0b8f283676b9cb04..aa0d7af6541d3da740e852f765bfdb9f0b279856 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -69,6 +69,13 @@
],
},
}],
+ ['OS=="win"', {
+ 'link_settings': {
+ 'libraries': [
+ '-lshell32.lib',
+ ],
+ },
+ }],
],
},
],
« no previous file with comments | « snapshot/win/pe_image_annotations_reader_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698