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

Unified Diff: util/util.gyp

Issue 1052813002: win: make CrashpadInfo retrievable (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: more fixes Created 5 years, 8 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 | « util/numeric/checked_address_range_test.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 a82f19442754aed84b13d58dac178c890f06352f..e1bb129994c3f831f9fd38ef63d47dee28570d3b 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -41,7 +41,6 @@
'file/file_writer.h',
'file/string_file.cc',
'file/string_file.h',
- 'mac/checked_mach_address_range.cc',
'mac/checked_mach_address_range.h',
'mac/launchd.h',
'mac/launchd.mm',
@@ -108,6 +107,8 @@
'net/http_transport.h',
'net/http_transport_mac.mm',
'net/http_transport_win.cc',
+ 'numeric/checked_address_range.cc',
+ 'numeric/checked_address_range.h',
'numeric/checked_range.h',
'numeric/in_range_cast.h',
'numeric/int128.h',
@@ -140,6 +141,8 @@
'synchronization/semaphore.h',
'thread/thread_log_messages.cc',
'thread/thread_log_messages.h',
+ 'win/address_types.h',
+ 'win/checked_win_address_range.h',
'win/process_info.cc',
'win/process_info.h',
'win/process_structs.h',
« no previous file with comments | « util/numeric/checked_address_range_test.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698