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

Side by Side Diff: util/util.gyp

Issue 438673003: Add CFPropertyToLaunchData() and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase 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/stdlib/objc.h ('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 14 matching lines...) Expand all
25 '..', 25 '..',
26 '<(INTERMEDIATE_DIR)', 26 '<(INTERMEDIATE_DIR)',
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',
36 'mac/launchd.mm',
35 'mach/task_memory.cc', 37 'mach/task_memory.cc',
36 'mach/task_memory.h', 38 'mach/task_memory.h',
37 'misc/uuid.cc', 39 'misc/uuid.cc',
38 'misc/uuid.h', 40 'misc/uuid.h',
39 'stdlib/cxx.h', 41 'stdlib/cxx.h',
42 'stdlib/objc.h',
40 'stdlib/strlcpy.cc', 43 'stdlib/strlcpy.cc',
41 'stdlib/strlcpy.h', 44 'stdlib/strlcpy.h',
42 ], 45 ],
43 }, 46 },
44 { 47 {
45 'target_name': 'util_test_lib', 48 'target_name': 'util_test_lib',
46 'type': 'static_library', 49 'type': 'static_library',
47 'dependencies': [ 50 'dependencies': [
48 '../compat/compat.gyp:compat', 51 '../compat/compat.gyp:compat',
49 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', 52 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
(...skipping 18 matching lines...) Expand all
68 '../compat/compat.gyp:compat', 71 '../compat/compat.gyp:compat',
69 '../third_party/gtest/gtest.gyp:gtest', 72 '../third_party/gtest/gtest.gyp:gtest',
70 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', 73 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
71 ], 74 ],
72 'include_dirs': [ 75 'include_dirs': [
73 '..', 76 '..',
74 ], 77 ],
75 'sources': [ 78 'sources': [
76 '../third_party/gtest/gtest/src/gtest_main.cc', 79 '../third_party/gtest/gtest/src/gtest_main.cc',
77 'file/string_file_writer_test.cc', 80 'file/string_file_writer_test.cc',
81 'mac/launchd_test.mm',
78 'mach/task_memory_test.cc', 82 'mach/task_memory_test.cc',
79 'misc/uuid_test.cc', 83 'misc/uuid_test.cc',
80 'stdlib/strlcpy_test.cc', 84 'stdlib/strlcpy_test.cc',
81 ], 85 ],
82 }, 86 },
83 ], 87 ],
84 } 88 }
OLDNEW
« no previous file with comments | « util/stdlib/objc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698