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

Side by Side Diff: src/client/windows/handler/exception_handler.xcodeproj/project.pbxproj

Issue 1357773004: [Docs] add markdown docs (converted from Wiki) (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 5 years, 2 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
(Empty)
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 45;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 8AFA4008D638695502220E38 /* exception_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = B005A78A847FDBA4FC546376 /* exception_handler.cc */; };
11 /* End PBXBuildFile section */
12
13 /* Begin PBXFileReference section */
14 12AA8F0515599686D283726F /* libexception_handler.a */ = {isa = P BXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libex ception_handler.a; sourceTree = BUILT_PRODUCTS_DIR; };
15 358889F43DA3170724BB9DB1 /* filename_rules.gypi */ = {isa = PBXF ileReference; explicitFileType = sourcecode; name = filename_rules.gypi; path = ../../../build/filename_rules.gypi; sourceTree = "<group>"; };
16 76DC49C604E4070DD16C483E /* common.gypi */ = {isa = PBXFileRefer ence; explicitFileType = sourcecode; name = common.gypi; path = ../../../build/c ommon.gypi; sourceTree = "<group>"; };
17 960C537F7FCE589ED8FB48EB /* exception_handler.h */ = {isa = PBXF ileReference; lastKnownFileType = sourcecode.c.h; path = exception_handler.h; so urceTree = "<group>"; };
18 B005A78A847FDBA4FC546376 /* exception_handler.cc */ = {isa = PBX FileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_handler. cc; sourceTree = "<group>"; };
19 D15BE39CA26C55894F72CE31 /* exception_handler.gyp */ = {isa = PB XFileReference; explicitFileType = sourcecode; path = exception_handler.gyp; sou rceTree = "<group>"; };
20 /* End PBXFileReference section */
21
22 /* Begin PBXFrameworksBuildPhase section */
23 D329DF64B981835CCC0ED0CA /* Frameworks */ = {
24 isa = PBXFrameworksBuildPhase;
25 buildActionMask = 2147483647;
26 files = (
27 );
28 runOnlyForDeploymentPostprocessing = 0;
29 };
30 /* End PBXFrameworksBuildPhase section */
31
32 /* Begin PBXGroup section */
33 6BE57D5D1869F11E749E15B1 = {
34 isa = PBXGroup;
35 children = (
36 9575EEA7A77D3E5767B0A449 /* Source */,
37 C7FF0D48318D14B5AEB86BAD /* Products */,
38 78A41E281110BAB760B97EDC /* Build */,
39 );
40 sourceTree = "<group>";
41 };
42 78A41E281110BAB760B97EDC /* Build */ = {
43 isa = PBXGroup;
44 children = (
45 76DC49C604E4070DD16C483E /* common.gypi */,
46 D15BE39CA26C55894F72CE31 /* exception_handler.gy p */,
47 358889F43DA3170724BB9DB1 /* filename_rules.gypi */,
48 );
49 name = Build;
50 sourceTree = "<group>";
51 };
52 9575EEA7A77D3E5767B0A449 /* Source */ = {
53 isa = PBXGroup;
54 children = (
55 B005A78A847FDBA4FC546376 /* exception_handler.cc */,
56 960C537F7FCE589ED8FB48EB /* exception_handler.h */,
57 );
58 name = Source;
59 sourceTree = "<group>";
60 };
61 C7FF0D48318D14B5AEB86BAD /* Products */ = {
62 isa = PBXGroup;
63 children = (
64 12AA8F0515599686D283726F /* libexception_handler .a */,
65 );
66 name = Products;
67 sourceTree = "<group>";
68 };
69 /* End PBXGroup section */
70
71 /* Begin PBXNativeTarget section */
72 78692E0E4860F6B9F7A7E9A6 /* exception_handler */ = {
73 isa = PBXNativeTarget;
74 buildConfigurationList = 2C71CE2C337BA67D99EA38C4 /* Bui ld configuration list for PBXNativeTarget "exception_handler" */;
75 buildPhases = (
76 3BCCE6B234B3D62BB6315D83 /* Sources */,
77 D329DF64B981835CCC0ED0CA /* Frameworks */,
78 );
79 buildRules = (
80 );
81 dependencies = (
82 );
83 name = exception_handler;
84 productName = exception_handler;
85 productReference = 12AA8F0515599686D283726F /* libexcept ion_handler.a */;
86 productType = "com.apple.product-type.library.static";
87 };
88 /* End PBXNativeTarget section */
89
90 /* Begin PBXProject section */
91 B1F5A9B91F3E8109062788E9 /* Project object */ = {
92 isa = PBXProject;
93 attributes = {
94 BuildIndependentTargetsInParallel = YES;
95 };
96 buildConfigurationList = FBA985C75AABB19242A0AA1A /* Bui ld configuration list for PBXProject "exception_handler" */;
97 compatibilityVersion = "Xcode 3.2";
98 hasScannedForEncodings = 1;
99 mainGroup = 6BE57D5D1869F11E749E15B1;
100 projectDirPath = "";
101 projectRoot = "";
102 targets = (
103 78692E0E4860F6B9F7A7E9A6 /* exception_handler */ ,
104 );
105 };
106 /* End PBXProject section */
107
108 /* Begin PBXSourcesBuildPhase section */
109 3BCCE6B234B3D62BB6315D83 /* Sources */ = {
110 isa = PBXSourcesBuildPhase;
111 buildActionMask = 2147483647;
112 files = (
113 8AFA4008D638695502220E38 /* exception_handler.cc in Sources */,
114 );
115 runOnlyForDeploymentPostprocessing = 0;
116 };
117 /* End PBXSourcesBuildPhase section */
118
119 /* Begin XCBuildConfiguration section */
120 1EFC5AAED33D65A0CEA87A92 /* Debug */ = {
121 isa = XCBuildConfiguration;
122 buildSettings = {
123 ALWAYS_SEARCH_USER_PATHS = NO;
124 COPY_PHASE_STRIP = NO;
125 EXECUTABLE_PREFIX = lib;
126 GCC_CW_ASM_SYNTAX = NO;
127 GCC_C_LANGUAGE_STANDARD = c99;
128 GCC_DYNAMIC_NO_PIC = NO;
129 GCC_ENABLE_CPP_EXCEPTIONS = NO;
130 GCC_ENABLE_CPP_RTTI = YES;
131 GCC_ENABLE_PASCAL_STRINGS = NO;
132 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
133 GCC_OBJC_CALL_CXX_CDTORS = YES;
134 GCC_OPTIMIZATION_LEVEL = 0;
135 GCC_PRECOMPILE_PREFIX_HEADER = YES;
136 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
137 GCC_THREADSAFE_STATICS = NO;
138 GCC_TREAT_WARNINGS_AS_ERRORS = NO;
139 GCC_VERSION = 4.2;
140 GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
141 HEADER_SEARCH_PATHS = ../../..;
142 MACOSX_DEPLOYMENT_TARGET = 10.5;
143 OTHER_CFLAGS = "";
144 PREBINDING = NO;
145 PRODUCT_NAME = exception_handler;
146 USE_HEADERMAP = NO;
147 WARNING_CFLAGS = "-Wendif-labels";
148 WARNING_CFLAGS_excluded = "-Wall";
149 };
150 name = Debug;
151 };
152 209977E5CD24B2A5F12E587F /* Release */ = {
153 isa = XCBuildConfiguration;
154 buildSettings = {
155 ALWAYS_SEARCH_USER_PATHS = NO;
156 DEAD_CODE_STRIPPING = YES;
157 EXECUTABLE_PREFIX = lib;
158 GCC_CW_ASM_SYNTAX = NO;
159 GCC_C_LANGUAGE_STANDARD = c99;
160 GCC_DYNAMIC_NO_PIC = NO;
161 GCC_ENABLE_CPP_EXCEPTIONS = NO;
162 GCC_ENABLE_CPP_RTTI = YES;
163 GCC_ENABLE_PASCAL_STRINGS = NO;
164 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
165 GCC_OBJC_CALL_CXX_CDTORS = YES;
166 GCC_OPTIMIZATION_LEVEL = 3;
167 GCC_PRECOMPILE_PREFIX_HEADER = YES;
168 GCC_PREPROCESSOR_DEFINITIONS = (
169 NDEBUG,
170 NVALGRIND,
171 OFFICIAL_BUILD,
172 );
173 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
174 GCC_THREADSAFE_STATICS = NO;
175 GCC_TREAT_WARNINGS_AS_ERRORS = NO;
176 GCC_VERSION = 4.2;
177 GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
178 HEADER_SEARCH_PATHS = ../../..;
179 MACOSX_DEPLOYMENT_TARGET = 10.5;
180 OTHER_CFLAGS = "";
181 PREBINDING = NO;
182 PRODUCT_NAME = exception_handler;
183 USE_HEADERMAP = NO;
184 WARNING_CFLAGS = "-Wendif-labels";
185 WARNING_CFLAGS_excluded = "-Wall";
186 };
187 name = Release;
188 };
189 56F7BB4AA2EE229ACCEECB16 /* Debug */ = {
190 isa = XCBuildConfiguration;
191 buildSettings = {
192 INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/ $(CONFIGURATION)";
193 SDKROOT = macosx10.5;
194 SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSou rces/$(CONFIGURATION)";
195 SYMROOT = ../../../xcodebuild;
196 };
197 name = Debug;
198 };
199 FFFAF4D3AE287B0C5BEB7BC9 /* Release */ = {
200 isa = XCBuildConfiguration;
201 buildSettings = {
202 INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/ $(CONFIGURATION)";
203 SDKROOT = macosx10.5;
204 SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSou rces/$(CONFIGURATION)";
205 SYMROOT = ../../../xcodebuild;
206 };
207 name = Release;
208 };
209 /* End XCBuildConfiguration section */
210
211 /* Begin XCConfigurationList section */
212 2C71CE2C337BA67D99EA38C4 /* Build configuration list for PBXNati veTarget "exception_handler" */ = {
213 isa = XCConfigurationList;
214 buildConfigurations = (
215 1EFC5AAED33D65A0CEA87A92 /* Debug */,
216 209977E5CD24B2A5F12E587F /* Release */,
217 );
218 defaultConfigurationIsVisible = 1;
219 defaultConfigurationName = Debug;
220 };
221 FBA985C75AABB19242A0AA1A /* Build configuration list for PBXProj ect "exception_handler" */ = {
222 isa = XCConfigurationList;
223 buildConfigurations = (
224 56F7BB4AA2EE229ACCEECB16 /* Debug */,
225 FFFAF4D3AE287B0C5BEB7BC9 /* Release */,
226 );
227 defaultConfigurationIsVisible = 1;
228 defaultConfigurationName = Debug;
229 };
230 /* End XCConfigurationList section */
231 };
232 rootObject = B1F5A9B91F3E8109062788E9 /* Project object */;
233 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698