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

Side by Side Diff: util/util.gyp

Issue 467923003: Add ServiceManagement*() and their tests (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@process_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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Crashpad Authors. All rights reserved. 1 # Copyright 2014 The Crashpad Authors. All rights reserved.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 16 matching lines...) Expand all
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'file/fd_io.cc', 29 'file/fd_io.cc',
30 'file/fd_io.h', 30 'file/fd_io.h',
31 'file/file_writer.cc', 31 'file/file_writer.cc',
32 'file/file_writer.h', 32 'file/file_writer.h',
33 'file/string_file_writer.cc', 33 'file/string_file_writer.cc',
34 'file/string_file_writer.h', 34 'file/string_file_writer.h',
35 'mac/launchd.h', 35 'mac/launchd.h',
36 'mac/launchd.mm', 36 'mac/launchd.mm',
37 'mac/service_management.cc',
38 'mac/service_management.h',
37 'mach/task_memory.cc', 39 'mach/task_memory.cc',
38 'mach/task_memory.h', 40 'mach/task_memory.h',
39 'misc/uuid.cc', 41 'misc/uuid.cc',
40 'misc/uuid.h', 42 'misc/uuid.h',
41 'posix/process_util.h', 43 'posix/process_util.h',
42 'posix/process_util_mac.cc', 44 'posix/process_util_mac.cc',
43 'stdlib/cxx.h', 45 'stdlib/cxx.h',
44 'stdlib/objc.h', 46 'stdlib/objc.h',
45 'stdlib/strlcpy.cc', 47 'stdlib/strlcpy.cc',
46 'stdlib/strlcpy.h', 48 'stdlib/strlcpy.h',
(...skipping 27 matching lines...) Expand all
74 '../third_party/gtest/gtest.gyp:gtest', 76 '../third_party/gtest/gtest.gyp:gtest',
75 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', 77 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
76 ], 78 ],
77 'include_dirs': [ 79 'include_dirs': [
78 '..', 80 '..',
79 ], 81 ],
80 'sources': [ 82 'sources': [
81 '../third_party/gtest/gtest/src/gtest_main.cc', 83 '../third_party/gtest/gtest/src/gtest_main.cc',
82 'file/string_file_writer_test.cc', 84 'file/string_file_writer_test.cc',
83 'mac/launchd_test.mm', 85 'mac/launchd_test.mm',
86 'mac/service_management_test.mm',
84 'mach/task_memory_test.cc', 87 'mach/task_memory_test.cc',
85 'misc/uuid_test.cc', 88 'misc/uuid_test.cc',
86 'posix/process_util_test.cc', 89 'posix/process_util_test.cc',
87 'stdlib/strlcpy_test.cc', 90 'stdlib/strlcpy_test.cc',
88 ], 91 ],
89 }, 92 },
90 ], 93 ],
91 } 94 }
OLDNEW
« util/mac/service_management_test.mm ('K') | « util/mac/service_management_test.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698