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

Unified Diff: util/util.gyp

Issue 501203002: Add ProcessTypes, its test, and many proctype definition files (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback 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
« no previous file with comments | « util/mac/process_types_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 faee8e4f877e7840b970f2b6b13d169eeb371a18..3cd64497c6784e68c376d9f12a84f6ac2d7ae0fa 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -40,6 +40,17 @@
'mac/service_management.h',
'mac/process_reader.cc',
'mac/process_reader.h',
+ 'mac/process_types.cc',
+ 'mac/process_types.h',
+ 'mac/process_types/all.proctype',
+ 'mac/process_types/crashreporterclient.proctype',
+ 'mac/process_types/custom.cc',
+ 'mac/process_types/dyld_images.proctype',
+ 'mac/process_types/flavors.h',
+ 'mac/process_types/internal.h',
+ 'mac/process_types/loader.proctype',
+ 'mac/process_types/nlist.proctype',
+ 'mac/process_types/traits.h',
'mach/bootstrap.cc',
'mach/bootstrap.h',
'mach/task_memory.cc',
@@ -106,6 +117,7 @@
'mac/launchd_test.mm',
'mac/mac_util_test.mm',
'mac/process_reader_test.cc',
+ 'mac/process_types_test.cc',
'mac/service_management_test.mm',
'mach/bootstrap_test.cc',
'mach/task_memory_test.cc',
« no previous file with comments | « util/mac/process_types_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698