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

Unified Diff: util/util.gyp

Issue 478713003: Add BootstrapCheckIn and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@mac_util
Patch Set: Created 6 years, 4 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
« util/mach/bootstrap_test.cc ('K') | « util/mach/bootstrap_test.cc ('k') | no next file » | 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 d77d694b4a226bf66364ffbd5685f0c85f6cf8e8..2908ac0d6bff30166de47cf9ba185f58a96e5315 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -36,6 +36,8 @@
'mac/launchd.mm',
'mac/mac_util.cc',
'mac/mac_util.h',
+ 'mach/bootstrap.cc',
+ 'mach/bootstrap.h',
'mach/task_memory.cc',
'mach/task_memory.h',
'misc/initialization_state.h',
@@ -90,6 +92,7 @@
'file/string_file_writer_test.cc',
'mac/launchd_test.mm',
'mac/mac_util_test.mm',
+ 'mach/bootstrap_test.cc',
'mach/task_memory_test.cc',
'misc/initialization_state_dcheck_test.cc',
'misc/initialization_state_test.cc',
« util/mach/bootstrap_test.cc ('K') | « util/mach/bootstrap_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698