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

Side by Side Diff: src/client/windows/sender/crash_report_sender.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 32C448C408A6E8F9F227BB54 /* crash_report_sender.cc in Sources */ = {isa = PBXBuildFile; fileRef = EFF4080326782FC1B79F718C /* crash_report_sende r.cc */; };
11 /* End PBXBuildFile section */
12
13 /* Begin PBXFileReference section */
14 0EDE2F703A9A570715686F8E /* libcrash_report_sender.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = lib crash_report_sender.a; sourceTree = BUILT_PRODUCTS_DIR; };
15 6C826537ADA1C383C99E2C06 /* crash_report_sender.gyp */ = {isa = PBXFileReference; explicitFileType = sourcecode; path = crash_report_sender.gyp; sourceTree = "<group>"; };
16 82240A03BD4EEA318229E607 /* filename_rules.gypi */ = {isa = PBXF ileReference; explicitFileType = sourcecode; name = filename_rules.gypi; path = ../../../build/filename_rules.gypi; sourceTree = "<group>"; };
17 88096C52FF8EAEEE02AA88F4 /* crash_report_sender.h */ = {isa = PB XFileReference; lastKnownFileType = sourcecode.c.h; path = crash_report_sender.h ; sourceTree = "<group>"; };
18 EFF4080326782FC1B79F718C /* crash_report_sender.cc */ = {isa = P BXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_report_sen der.cc; sourceTree = "<group>"; };
19 FDBB5458C43D8BC64789B7E2 /* common.gypi */ = {isa = PBXFileRefer ence; explicitFileType = sourcecode; name = common.gypi; path = ../../../build/c ommon.gypi; sourceTree = "<group>"; };
20 /* End PBXFileReference section */
21
22 /* Begin PBXFrameworksBuildPhase section */
23 504384FCB4D87958F9570D2E /* Frameworks */ = {
24 isa = PBXFrameworksBuildPhase;
25 buildActionMask = 2147483647;
26 files = (
27 );
28 runOnlyForDeploymentPostprocessing = 0;
29 };
30 /* End PBXFrameworksBuildPhase section */
31
32 /* Begin PBXGroup section */
33 87E1B82E48D6E9847BE9958C /* Products */ = {
34 isa = PBXGroup;
35 children = (
36 0EDE2F703A9A570715686F8E /* libcrash_report_send er.a */,
37 );
38 name = Products;
39 sourceTree = "<group>";
40 };
41 89A30BD0DCD07D570A7802F7 /* Build */ = {
42 isa = PBXGroup;
43 children = (
44 FDBB5458C43D8BC64789B7E2 /* common.gypi */,
45 6C826537ADA1C383C99E2C06 /* crash_report_sender. gyp */,
46 82240A03BD4EEA318229E607 /* filename_rules.gypi */,
47 );
48 name = Build;
49 sourceTree = "<group>";
50 };
51 C6778A9BDFE376203D8517B0 = {
52 isa = PBXGroup;
53 children = (
54 F8A528F7653AB341F2DBC523 /* Source */,
55 87E1B82E48D6E9847BE9958C /* Products */,
56 89A30BD0DCD07D570A7802F7 /* Build */,
57 );
58 sourceTree = "<group>";
59 };
60 F8A528F7653AB341F2DBC523 /* Source */ = {
61 isa = PBXGroup;
62 children = (
63 EFF4080326782FC1B79F718C /* crash_report_sender. cc */,
64 88096C52FF8EAEEE02AA88F4 /* crash_report_sender. h */,
65 );
66 name = Source;
67 sourceTree = "<group>";
68 };
69 /* End PBXGroup section */
70
71 /* Begin PBXNativeTarget section */
72 840CCDDBD5DF3147EE2549F7 /* crash_report_sender */ = {
73 isa = PBXNativeTarget;
74 buildConfigurationList = 45DA6E4FDCEA95CE8B9047E5 /* Bui ld configuration list for PBXNativeTarget "crash_report_sender" */;
75 buildPhases = (
76 F040357FD34433358FB2AEF0 /* Sources */,
77 504384FCB4D87958F9570D2E /* Frameworks */,
78 );
79 buildRules = (
80 );
81 dependencies = (
82 );
83 name = crash_report_sender;
84 productName = crash_report_sender;
85 productReference = 0EDE2F703A9A570715686F8E /* libcrash_ report_sender.a */;
86 productType = "com.apple.product-type.library.static";
87 };
88 /* End PBXNativeTarget section */
89
90 /* Begin PBXProject section */
91 F48D63C7EE65A5FFEB9B57E0 /* Project object */ = {
92 isa = PBXProject;
93 attributes = {
94 BuildIndependentTargetsInParallel = YES;
95 };
96 buildConfigurationList = 29F579E95FB616696BBC21B5 /* Bui ld configuration list for PBXProject "crash_report_sender" */;
97 compatibilityVersion = "Xcode 3.2";
98 hasScannedForEncodings = 1;
99 mainGroup = C6778A9BDFE376203D8517B0;
100 projectDirPath = "";
101 projectRoot = "";
102 targets = (
103 840CCDDBD5DF3147EE2549F7 /* crash_report_sender */,
104 );
105 };
106 /* End PBXProject section */
107
108 /* Begin PBXSourcesBuildPhase section */
109 F040357FD34433358FB2AEF0 /* Sources */ = {
110 isa = PBXSourcesBuildPhase;
111 buildActionMask = 2147483647;
112 files = (
113 32C448C408A6E8F9F227BB54 /* crash_report_sender. cc in Sources */,
114 );
115 runOnlyForDeploymentPostprocessing = 0;
116 };
117 /* End PBXSourcesBuildPhase section */
118
119 /* Begin XCBuildConfiguration section */
120 138903A91045691FEDD5815B /* Debug */ = {
121 isa = XCBuildConfiguration;
122 buildSettings = {
123 INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/ $(CONFIGURATION)";
124 SDKROOT = macosx10.5;
125 SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSou rces/$(CONFIGURATION)";
126 SYMROOT = ../../../xcodebuild;
127 };
128 name = Debug;
129 };
130 2FC4DFD9A48AD164CA92A13D /* Release */ = {
131 isa = XCBuildConfiguration;
132 buildSettings = {
133 ALWAYS_SEARCH_USER_PATHS = NO;
134 DEAD_CODE_STRIPPING = YES;
135 EXECUTABLE_PREFIX = lib;
136 GCC_CW_ASM_SYNTAX = NO;
137 GCC_C_LANGUAGE_STANDARD = c99;
138 GCC_DYNAMIC_NO_PIC = NO;
139 GCC_ENABLE_CPP_EXCEPTIONS = NO;
140 GCC_ENABLE_CPP_RTTI = YES;
141 GCC_ENABLE_PASCAL_STRINGS = NO;
142 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
143 GCC_OBJC_CALL_CXX_CDTORS = YES;
144 GCC_OPTIMIZATION_LEVEL = 3;
145 GCC_PRECOMPILE_PREFIX_HEADER = YES;
146 GCC_PREPROCESSOR_DEFINITIONS = (
147 NDEBUG,
148 NVALGRIND,
149 OFFICIAL_BUILD,
150 );
151 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
152 GCC_THREADSAFE_STATICS = NO;
153 GCC_TREAT_WARNINGS_AS_ERRORS = NO;
154 GCC_VERSION = 4.2;
155 GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
156 HEADER_SEARCH_PATHS = ../../..;
157 MACOSX_DEPLOYMENT_TARGET = 10.5;
158 OTHER_CFLAGS = "";
159 PREBINDING = NO;
160 PRODUCT_NAME = crash_report_sender;
161 USE_HEADERMAP = NO;
162 WARNING_CFLAGS = "-Wendif-labels";
163 WARNING_CFLAGS_excluded = "-Wall";
164 };
165 name = Release;
166 };
167 E493C42F74E108F9B8883F1D /* Debug */ = {
168 isa = XCBuildConfiguration;
169 buildSettings = {
170 ALWAYS_SEARCH_USER_PATHS = NO;
171 COPY_PHASE_STRIP = NO;
172 EXECUTABLE_PREFIX = lib;
173 GCC_CW_ASM_SYNTAX = NO;
174 GCC_C_LANGUAGE_STANDARD = c99;
175 GCC_DYNAMIC_NO_PIC = NO;
176 GCC_ENABLE_CPP_EXCEPTIONS = NO;
177 GCC_ENABLE_CPP_RTTI = YES;
178 GCC_ENABLE_PASCAL_STRINGS = NO;
179 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
180 GCC_OBJC_CALL_CXX_CDTORS = YES;
181 GCC_OPTIMIZATION_LEVEL = 0;
182 GCC_PRECOMPILE_PREFIX_HEADER = YES;
183 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
184 GCC_THREADSAFE_STATICS = NO;
185 GCC_TREAT_WARNINGS_AS_ERRORS = NO;
186 GCC_VERSION = 4.2;
187 GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
188 HEADER_SEARCH_PATHS = ../../..;
189 MACOSX_DEPLOYMENT_TARGET = 10.5;
190 OTHER_CFLAGS = "";
191 PREBINDING = NO;
192 PRODUCT_NAME = crash_report_sender;
193 USE_HEADERMAP = NO;
194 WARNING_CFLAGS = "-Wendif-labels";
195 WARNING_CFLAGS_excluded = "-Wall";
196 };
197 name = Debug;
198 };
199 EA73A482B58EB1EF74BAD09E /* 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 29F579E95FB616696BBC21B5 /* Build configuration list for PBXProj ect "crash_report_sender" */ = {
213 isa = XCConfigurationList;
214 buildConfigurations = (
215 138903A91045691FEDD5815B /* Debug */,
216 EA73A482B58EB1EF74BAD09E /* Release */,
217 );
218 defaultConfigurationIsVisible = 1;
219 defaultConfigurationName = Debug;
220 };
221 45DA6E4FDCEA95CE8B9047E5 /* Build configuration list for PBXNati veTarget "crash_report_sender" */ = {
222 isa = XCConfigurationList;
223 buildConfigurations = (
224 E493C42F74E108F9B8883F1D /* Debug */,
225 2FC4DFD9A48AD164CA92A13D /* Release */,
226 );
227 defaultConfigurationIsVisible = 1;
228 defaultConfigurationName = Debug;
229 };
230 /* End XCConfigurationList section */
231 };
232 rootObject = F48D63C7EE65A5FFEB9B57E0 /* Project object */;
233 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698