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

Unified Diff: util/util.gyp

Issue 1422503015: win: Add HandleToInt() and IntToHandle() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Add a comment about the choice of int over unsigned int 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/util_test.gyp » ('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 65791b5ae351acb88fbabc6ba4487ce79e2eb402..685032c74b4728ddeb1c0546057a30fa428330ba 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -160,6 +160,8 @@
'win/exception_handler_server.h',
'win/get_function.cc',
'win/get_function.h',
+ 'win/handle.cc',
+ 'win/handle.h',
'win/module_version.cc',
'win/module_version.h',
'win/nt_internals.cc',
« no previous file with comments | « test/win/win_child_process.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698