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

Unified Diff: util/util.gyp

Issue 1337133002: win: Fix OpenProcess(PROCESS_ALL_ACCESS, ...) on XP (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 years, 3 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
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 95a263c9fabbe15850af5e4db92b17df2adfb130..1e06efb22a0b7f2f4f7cdf04729e6b17a7f8070d 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -166,6 +166,7 @@
'win/scoped_process_suspend.h',
'win/time.cc',
'win/time.h',
+ 'win/xp_compat.h',
],
'conditions': [
['OS=="mac"', {

Powered by Google App Engine
This is Rietveld 408576698