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

Unified Diff: util/util.gyp

Issue 467923003: Add ServiceManagement*() and their tests (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@process_util
Patch Set: Hey, where’d that line go? 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/service_management_test.mm ('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 923f18a265c9b2fb07e78146a6abde6f1aba3d82..590988bbca04179c25b1e2bf6c8de9c5bef8730b 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -34,6 +34,8 @@
'file/string_file_writer.h',
'mac/launchd.h',
'mac/launchd.mm',
+ 'mac/service_management.cc',
+ 'mac/service_management.h',
'mach/task_memory.cc',
'mach/task_memory.h',
'misc/initialization_state.h',
@@ -84,6 +86,7 @@
'sources': [
'file/string_file_writer_test.cc',
'mac/launchd_test.mm',
+ 'mac/service_management_test.mm',
'mach/task_memory_test.cc',
'misc/initialization_state_dcheck_test.cc',
'misc/initialization_state_test.cc',
« no previous file with comments | « util/mac/service_management_test.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698