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

Unified Diff: util/util.gyp

Issue 563383002: Add SymbolicConstantsMach and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 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 0a8aaa0fde92529d638d9d4fd3dcb512614c162e..4fe7459d589f7347a78da688c5cb77b46302d783 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -63,9 +63,12 @@
'mach/bootstrap.h',
'mach/exc_server_variants.cc',
'mach/exc_server_variants.h',
+ 'mach/mach_extensions.cc',
'mach/mach_extensions.h',
'mach/mach_message_server.cc',
'mach/mach_message_server.h',
+ 'mach/symbolic_constants_mach.cc',
+ 'mach/symbolic_constants_mach.h',
'mach/task_memory.cc',
'mach/task_memory.h',
'misc/initialization_state.h',
@@ -194,6 +197,7 @@
'mach/bootstrap_test.cc',
'mach/exc_server_variants_test.cc',
'mach/mach_message_server_test.cc',
+ 'mach/symbolic_constants_mach_test.cc',
'mach/task_memory_test.cc',
'misc/initialization_state_dcheck_test.cc',
'misc/initialization_state_test.cc',
« util/mach/symbolic_constants_mach_test.cc ('K') | « util/mach/symbolic_constants_mach_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698