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

Side by Side Diff: util/util.gyp

Issue 473023002: Add mac_util, including MacOSXMinorVersion(), MacOSXVersion(), and MacModelAndBoard() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Improve documentation 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/mac/mac_util_test.mm ('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 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/mac_util.cc',
38 'mac/mac_util.h',
37 'mac/service_management.cc', 39 'mac/service_management.cc',
38 'mac/service_management.h', 40 'mac/service_management.h',
39 'mach/task_memory.cc', 41 'mach/task_memory.cc',
40 'mach/task_memory.h', 42 'mach/task_memory.h',
41 'misc/initialization_state.h', 43 'misc/initialization_state.h',
42 'misc/initialization_state_dcheck.cc', 44 'misc/initialization_state_dcheck.cc',
43 'misc/initialization_state_dcheck.h', 45 'misc/initialization_state_dcheck.h',
44 'misc/uuid.cc', 46 'misc/uuid.cc',
45 'misc/uuid.h', 47 'misc/uuid.h',
46 'numeric/checked_range.h', 48 'numeric/checked_range.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 '../third_party/gtest/gtest.gyp:gtest', 84 '../third_party/gtest/gtest.gyp:gtest',
83 '../third_party/gtest/gtest.gyp:gtest_main', 85 '../third_party/gtest/gtest.gyp:gtest_main',
84 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', 86 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
85 ], 87 ],
86 'include_dirs': [ 88 'include_dirs': [
87 '..', 89 '..',
88 ], 90 ],
89 'sources': [ 91 'sources': [
90 'file/string_file_writer_test.cc', 92 'file/string_file_writer_test.cc',
91 'mac/launchd_test.mm', 93 'mac/launchd_test.mm',
94 'mac/mac_util_test.mm',
92 'mac/service_management_test.mm', 95 'mac/service_management_test.mm',
93 'mach/task_memory_test.cc', 96 'mach/task_memory_test.cc',
94 'misc/initialization_state_dcheck_test.cc', 97 'misc/initialization_state_dcheck_test.cc',
95 'misc/initialization_state_test.cc', 98 'misc/initialization_state_test.cc',
96 'misc/uuid_test.cc', 99 'misc/uuid_test.cc',
97 'numeric/checked_range_test.cc', 100 'numeric/checked_range_test.cc',
98 'numeric/in_range_cast_test.cc', 101 'numeric/in_range_cast_test.cc',
99 'posix/process_util_test.cc', 102 'posix/process_util_test.cc',
100 'stdlib/strlcpy_test.cc', 103 'stdlib/strlcpy_test.cc',
101 ], 104 ],
102 }, 105 },
103 ], 106 ],
104 } 107 }
OLDNEW
« no previous file with comments | « util/mac/mac_util_test.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698