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

Unified Diff: util/util.gyp

Issue 1405093013: win: Lower integrity level of connection pipe (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes 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 | « test/win/win_child_process.cc ('k') | util/win/command_line_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 685032c74b4728ddeb1c0546057a30fa428330ba..5f4064a19d1ff65aee1ca6b87e17be6194d6b129 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -175,6 +175,8 @@
'win/registration_protocol_win.h',
'win/scoped_handle.cc',
'win/scoped_handle.h',
+ 'win/scoped_local_alloc.cc',
+ 'win/scoped_local_alloc.h',
'win/scoped_process_suspend.cc',
'win/scoped_process_suspend.h',
'win/time.cc',
@@ -246,6 +248,7 @@
['OS=="win"', {
'link_settings': {
'libraries': [
+ '-ladvapi32.lib',
'-lrpcrt4.lib',
'-lwinhttp.lib',
],
« no previous file with comments | « test/win/win_child_process.cc ('k') | util/win/command_line_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698