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

Unified Diff: util/util.gyp

Issue 491963002: Add most of ProcessReader and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
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/mac/process_reader_test.cc ('K') | « util/mac/process_reader_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 d385da396d77074e4acc2b35b7cd64483105f486..c24c7abcc428e8182173f42a3045a88fa177b584 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -38,6 +38,8 @@
'mac/mac_util.h',
'mac/service_management.cc',
'mac/service_management.h',
+ 'mac/process_reader.cc',
+ 'mac/process_reader.h',
'mach/bootstrap.cc',
'mach/bootstrap.h',
'mach/task_memory.cc',
@@ -102,6 +104,7 @@
'file/string_file_writer_test.cc',
'mac/launchd_test.mm',
'mac/mac_util_test.mm',
+ 'mac/process_reader_test.cc',
'mac/service_management_test.mm',
'mach/bootstrap_test.cc',
'mach/task_memory_test.cc',
« util/mac/process_reader_test.cc ('K') | « util/mac/process_reader_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698