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

Side by Side Diff: util/util.gyp

Issue 461253002: Add ProcessArgumentsForPID() (process_util) and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Revise comments 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
« no previous file with comments | « util/posix/process_util_test.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 23 matching lines...) Expand all
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 'mach/task_memory.cc', 37 'mach/task_memory.cc',
38 'mach/task_memory.h', 38 'mach/task_memory.h',
39 'misc/initialization_state.h', 39 'misc/initialization_state.h',
40 'misc/initialization_state_dcheck.cc', 40 'misc/initialization_state_dcheck.cc',
41 'misc/initialization_state_dcheck.h', 41 'misc/initialization_state_dcheck.h',
42 'misc/uuid.cc', 42 'misc/uuid.cc',
43 'misc/uuid.h', 43 'misc/uuid.h',
44 'posix/process_util.h',
45 'posix/process_util_mac.cc',
44 'stdlib/cxx.h', 46 'stdlib/cxx.h',
45 'stdlib/objc.h', 47 'stdlib/objc.h',
46 'stdlib/strlcpy.cc', 48 'stdlib/strlcpy.cc',
47 'stdlib/strlcpy.h', 49 'stdlib/strlcpy.h',
48 ], 50 ],
49 }, 51 },
50 { 52 {
51 'target_name': 'util_test_lib', 53 'target_name': 'util_test_lib',
52 'type': 'static_library', 54 'type': 'static_library',
53 'dependencies': [ 55 'dependencies': [
(...skipping 25 matching lines...) Expand all
79 'include_dirs': [ 81 'include_dirs': [
80 '..', 82 '..',
81 ], 83 ],
82 'sources': [ 84 'sources': [
83 'file/string_file_writer_test.cc', 85 'file/string_file_writer_test.cc',
84 'mac/launchd_test.mm', 86 'mac/launchd_test.mm',
85 'mach/task_memory_test.cc', 87 'mach/task_memory_test.cc',
86 'misc/initialization_state_dcheck_test.cc', 88 'misc/initialization_state_dcheck_test.cc',
87 'misc/initialization_state_test.cc', 89 'misc/initialization_state_test.cc',
88 'misc/uuid_test.cc', 90 'misc/uuid_test.cc',
91 'posix/process_util_test.cc',
89 'stdlib/strlcpy_test.cc', 92 'stdlib/strlcpy_test.cc',
90 ], 93 ],
91 }, 94 },
92 ], 95 ],
93 } 96 }
OLDNEW
« no previous file with comments | « util/posix/process_util_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698