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

Side by Side Diff: third_party/libevent/libevent.xcodeproj/project.pbxproj

Issue 28305: GYP it, GYP it good (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 7B262E890E82E609001CE27F /* buffer.c in Sources */ = {isa = PBXB uildFile; fileRef = 7B262E600E82E5C5001CE27F /* buffer.c */; };
11 7B262E8E0E82E609001CE27F /* evbuffer.c in Sources */ = {isa = PB XBuildFile; fileRef = 7B262E650E82E5C5001CE27F /* evbuffer.c */; };
12 7B262E930E82E609001CE27F /* event.c in Sources */ = {isa = PBXBu ildFile; fileRef = 7B262E6A0E82E5C5001CE27F /* event.c */; };
13 7B262E950E82E609001CE27F /* event_tagging.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E6C0E82E5C5001CE27F /* event_tagging.c */; };
14 7B262E990E82E609001CE27F /* evrpc.c in Sources */ = {isa = PBXBu ildFile; fileRef = 7B262E700E82E5C5001CE27F /* evrpc.c */; };
15 7B262E9C0E82E609001CE27F /* evutil.c in Sources */ = {isa = PBXB uildFile; fileRef = 7B262E730E82E5C5001CE27F /* evutil.c */; };
16 7B262E9F0E82E609001CE27F /* http.c in Sources */ = {isa = PBXBui ldFile; fileRef = 7B262E760E82E5C5001CE27F /* http.c */; };
17 7B262EA10E82E609001CE27F /* log.c in Sources */ = {isa = PBXBuil dFile; fileRef = 7B262E780E82E5C5001CE27F /* log.c */; };
18 7B262EA40E82E609001CE27F /* poll.c in Sources */ = {isa = PBXBui ldFile; fileRef = 7B262E7B0E82E5C5001CE27F /* poll.c */; };
19 7B262EA50E82E609001CE27F /* select.c in Sources */ = {isa = PBXB uildFile; fileRef = 7B262E7C0E82E5C5001CE27F /* select.c */; };
20 7B262EA60E82E609001CE27F /* signal.c in Sources */ = {isa = PBXB uildFile; fileRef = 7B262E7D0E82E5C5001CE27F /* signal.c */; };
21 7B262EA80E82E609001CE27F /* strlcpy.c in Sources */ = {isa = PBX BuildFile; fileRef = 7B262E7F0E82E5C5001CE27F /* strlcpy.c */; };
22 7B262F290E82EE28001CE27F /* kqueue.c in Sources */ = {isa = PBXB uildFile; fileRef = 7B262E770E82E5C5001CE27F /* kqueue.c */; };
23 7B262F6B0E82F11C001CE27F /* evdns.c in Sources */ = {isa = PBXBu ildFile; fileRef = 7B262E660E82E5C5001CE27F /* evdns.c */; };
24 /* End PBXBuildFile section */
25
26 /* Begin PBXFileReference section */
27 7B262E540E82E582001CE27F /* common.xcconfig */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcc onfig; sourceTree = "<group>"; };
28 7B262E550E82E582001CE27F /* debug.xcconfig */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xccon fig; sourceTree = "<group>"; };
29 7B262E560E82E582001CE27F /* executable.xcconfig */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = execut able.xcconfig; sourceTree = "<group>"; };
30 7B262E570E82E582001CE27F /* release.xcconfig */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.x cconfig; sourceTree = "<group>"; };
31 7B262E580E82E582001CE27F /* staticlib.xcconfig */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticl ib.xcconfig; sourceTree = "<group>"; };
32 7B262E600E82E5C5001CE27F /* buffer.c */ = {isa = PBXFileReferenc e; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = buffer.c; source Tree = "<group>"; };
33 7B262E650E82E5C5001CE27F /* evbuffer.c */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evbuffer.c; so urceTree = "<group>"; };
34 7B262E660E82E5C5001CE27F /* evdns.c */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evdns.c; sourceTr ee = "<group>"; };
35 7B262E6A0E82E5C5001CE27F /* event.c */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = event.c; sourceTr ee = "<group>"; };
36 7B262E6C0E82E5C5001CE27F /* event_tagging.c */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = event_tag ging.c; sourceTree = "<group>"; };
37 7B262E700E82E5C5001CE27F /* evrpc.c */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evrpc.c; sourceTr ee = "<group>"; };
38 7B262E730E82E5C5001CE27F /* evutil.c */ = {isa = PBXFileReferenc e; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evutil.c; source Tree = "<group>"; };
39 7B262E760E82E5C5001CE27F /* http.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = http.c; sourceTree = "<group>"; };
40 7B262E770E82E5C5001CE27F /* kqueue.c */ = {isa = PBXFileReferenc e; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kqueue.c; source Tree = "<group>"; };
41 7B262E780E82E5C5001CE27F /* log.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = log.c; sourceTree = "<group>"; };
42 7B262E7B0E82E5C5001CE27F /* poll.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = poll.c; sourceTree = "<group>"; };
43 7B262E7C0E82E5C5001CE27F /* select.c */ = {isa = PBXFileReferenc e; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = select.c; source Tree = "<group>"; };
44 7B262E7D0E82E5C5001CE27F /* signal.c */ = {isa = PBXFileReferenc e; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = signal.c; source Tree = "<group>"; };
45 7B262E7F0E82E5C5001CE27F /* strlcpy.c */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = strlcpy.c; sour ceTree = "<group>"; };
46 7B262E840E82E5D7001CE27F /* libevent.a */ = {isa = PBXFileRefere nce; explicitFileType = archive.ar; includeInIndex = 0; path = libevent.a; sourc eTree = BUILT_PRODUCTS_DIR; };
47 /* End PBXFileReference section */
48
49 /* Begin PBXFrameworksBuildPhase section */
50 7B262E820E82E5D7001CE27F /* Frameworks */ = {
51 isa = PBXFrameworksBuildPhase;
52 buildActionMask = 2147483647;
53 files = (
54 );
55 runOnlyForDeploymentPostprocessing = 0;
56 };
57 /* End PBXFrameworksBuildPhase section */
58
59 /* Begin PBXGroup section */
60 7B262E400E82E538001CE27F = {
61 isa = PBXGroup;
62 children = (
63 7B262E530E82E557001CE27F /* Configuration */,
64 7B262E590E82E58A001CE27F /* Source */,
65 7B262E850E82E5D7001CE27F /* Products */,
66 );
67 sourceTree = "<group>";
68 };
69 7B262E530E82E557001CE27F /* Configuration */ = {
70 isa = PBXGroup;
71 children = (
72 7B262E540E82E582001CE27F /* common.xcconfig */,
73 7B262E550E82E582001CE27F /* debug.xcconfig */,
74 7B262E560E82E582001CE27F /* executable.xcconfig */,
75 7B262E570E82E582001CE27F /* release.xcconfig */,
76 7B262E580E82E582001CE27F /* staticlib.xcconfig * /,
77 );
78 name = Configuration;
79 path = ../../build;
80 sourceTree = "<group>";
81 };
82 7B262E590E82E58A001CE27F /* Source */ = {
83 isa = PBXGroup;
84 children = (
85 7B262E600E82E5C5001CE27F /* buffer.c */,
86 7B262E650E82E5C5001CE27F /* evbuffer.c */,
87 7B262E660E82E5C5001CE27F /* evdns.c */,
88 7B262E6A0E82E5C5001CE27F /* event.c */,
89 7B262E6C0E82E5C5001CE27F /* event_tagging.c */,
90 7B262E700E82E5C5001CE27F /* evrpc.c */,
91 7B262E730E82E5C5001CE27F /* evutil.c */,
92 7B262E760E82E5C5001CE27F /* http.c */,
93 7B262E770E82E5C5001CE27F /* kqueue.c */,
94 7B262E780E82E5C5001CE27F /* log.c */,
95 7B262E7B0E82E5C5001CE27F /* poll.c */,
96 7B262E7C0E82E5C5001CE27F /* select.c */,
97 7B262E7D0E82E5C5001CE27F /* signal.c */,
98 7B262E7F0E82E5C5001CE27F /* strlcpy.c */,
99 );
100 name = Source;
101 sourceTree = "<group>";
102 };
103 7B262E850E82E5D7001CE27F /* Products */ = {
104 isa = PBXGroup;
105 children = (
106 7B262E840E82E5D7001CE27F /* libevent.a */,
107 );
108 name = Products;
109 sourceTree = "<group>";
110 };
111 /* End PBXGroup section */
112
113 /* Begin PBXNativeTarget section */
114 7B262E830E82E5D7001CE27F /* libevent */ = {
115 isa = PBXNativeTarget;
116 buildConfigurationList = 7B262E880E82E5D7001CE27F /* Bui ld configuration list for PBXNativeTarget "libevent" */;
117 buildPhases = (
118 7B262EB10E82E6FD001CE27F /* Pre-Build */,
119 7B262E810E82E5D7001CE27F /* Sources */,
120 7B262E820E82E5D7001CE27F /* Frameworks */,
121 );
122 buildRules = (
123 );
124 dependencies = (
125 );
126 name = libevent;
127 productName = libevent;
128 productReference = 7B262E840E82E5D7001CE27F /* libevent. a */;
129 productType = "com.apple.product-type.library.static";
130 };
131 /* End PBXNativeTarget section */
132
133 /* Begin PBXProject section */
134 7B262E420E82E538001CE27F /* Project object */ = {
135 isa = PBXProject;
136 buildConfigurationList = 7B262E450E82E538001CE27F /* Bui ld configuration list for PBXProject "libevent" */;
137 compatibilityVersion = "Xcode 3.1";
138 hasScannedForEncodings = 0;
139 mainGroup = 7B262E400E82E538001CE27F;
140 productRefGroup = 7B262E850E82E5D7001CE27F /* Products * /;
141 projectDirPath = "";
142 projectRoot = "";
143 targets = (
144 7B262E830E82E5D7001CE27F /* libevent */,
145 );
146 };
147 /* End PBXProject section */
148
149 /* Begin PBXShellScriptBuildPhase section */
150 7B262EB10E82E6FD001CE27F /* Pre-Build */ = {
151 isa = PBXShellScriptBuildPhase;
152 buildActionMask = 2147483647;
153 files = (
154 );
155 inputPaths = (
156 "$(SRCROOT)/config.h.in",
157 );
158 name = "Pre-Build";
159 outputPaths = (
160 "$(CONFIGURATION_TEMP_DIR)/generated/config.h",
161 );
162 runOnlyForDeploymentPostprocessing = 0;
163 shellPath = /bin/sh;
164 shellScript = "set -ex\nexec \"${PROJECT_FILE_PATH}/${PR ODUCT_NAME}_prebuild.sh\" \"${@}\"\n";
165 showEnvVarsInLog = 0;
166 };
167 /* End PBXShellScriptBuildPhase section */
168
169 /* Begin PBXSourcesBuildPhase section */
170 7B262E810E82E5D7001CE27F /* Sources */ = {
171 isa = PBXSourcesBuildPhase;
172 buildActionMask = 2147483647;
173 files = (
174 7B262E890E82E609001CE27F /* buffer.c in Sources */,
175 7B262E8E0E82E609001CE27F /* evbuffer.c in Source s */,
176 7B262F6B0E82F11C001CE27F /* evdns.c in Sources * /,
177 7B262E930E82E609001CE27F /* event.c in Sources * /,
178 7B262E950E82E609001CE27F /* event_tagging.c in S ources */,
179 7B262E990E82E609001CE27F /* evrpc.c in Sources * /,
180 7B262E9C0E82E609001CE27F /* evutil.c in Sources */,
181 7B262E9F0E82E609001CE27F /* http.c in Sources */ ,
182 7B262F290E82EE28001CE27F /* kqueue.c in Sources */,
183 7B262EA10E82E609001CE27F /* log.c in Sources */,
184 7B262EA40E82E609001CE27F /* poll.c in Sources */ ,
185 7B262EA50E82E609001CE27F /* select.c in Sources */,
186 7B262EA60E82E609001CE27F /* signal.c in Sources */,
187 7B262EA80E82E609001CE27F /* strlcpy.c in Sources */,
188 );
189 runOnlyForDeploymentPostprocessing = 0;
190 };
191 /* End PBXSourcesBuildPhase section */
192
193 /* Begin XCBuildConfiguration section */
194 7B262E430E82E538001CE27F /* Debug */ = {
195 isa = XCBuildConfiguration;
196 baseConfigurationReference = 7B262E550E82E582001CE27F /* debug.xcconfig */;
197 buildSettings = {
198 XCODEPROJ_DEPTH = ../..;
199 };
200 name = Debug;
201 };
202 7B262E440E82E538001CE27F /* Release */ = {
203 isa = XCBuildConfiguration;
204 baseConfigurationReference = 7B262E570E82E582001CE27F /* release.xcconfig */;
205 buildSettings = {
206 XCODEPROJ_DEPTH = ../..;
207 };
208 name = Release;
209 };
210 7B262E860E82E5D7001CE27F /* Debug */ = {
211 isa = XCBuildConfiguration;
212 baseConfigurationReference = 7B262E580E82E582001CE27F /* staticlib.xcconfig */;
213 buildSettings = {
214 EXECUTABLE_PREFIX = "";
215 GCC_PREPROCESSOR_DEFINITIONS = (
216 "$(GCC_PREPROCESSOR_DEFINITIONS)",
217 HAVE_CONFIG_H,
218 );
219 HEADER_SEARCH_PATHS = (
220 "$(HEADER_SEARCH_PATHS)",
221 "$(CONFIGURATION_TEMP_DIR)/generated",
222 "$(SRCROOT)",
223 "$(SRCROOT)/compat",
224 );
225 PRODUCT_NAME = libevent;
226 };
227 name = Debug;
228 };
229 7B262E870E82E5D7001CE27F /* Release */ = {
230 isa = XCBuildConfiguration;
231 baseConfigurationReference = 7B262E580E82E582001CE27F /* staticlib.xcconfig */;
232 buildSettings = {
233 EXECUTABLE_PREFIX = "";
234 GCC_PREPROCESSOR_DEFINITIONS = (
235 "$(GCC_PREPROCESSOR_DEFINITIONS)",
236 HAVE_CONFIG_H,
237 );
238 HEADER_SEARCH_PATHS = (
239 "$(HEADER_SEARCH_PATHS)",
240 "$(CONFIGURATION_TEMP_DIR)/generated",
241 "$(SRCROOT)",
242 "$(SRCROOT)/compat",
243 );
244 PRODUCT_NAME = libevent;
245 };
246 name = Release;
247 };
248 /* End XCBuildConfiguration section */
249
250 /* Begin XCConfigurationList section */
251 7B262E450E82E538001CE27F /* Build configuration list for PBXProj ect "libevent" */ = {
252 isa = XCConfigurationList;
253 buildConfigurations = (
254 7B262E430E82E538001CE27F /* Debug */,
255 7B262E440E82E538001CE27F /* Release */,
256 );
257 defaultConfigurationIsVisible = 0;
258 defaultConfigurationName = Release;
259 };
260 7B262E880E82E5D7001CE27F /* Build configuration list for PBXNati veTarget "libevent" */ = {
261 isa = XCConfigurationList;
262 buildConfigurations = (
263 7B262E860E82E5D7001CE27F /* Debug */,
264 7B262E870E82E5D7001CE27F /* Release */,
265 );
266 defaultConfigurationIsVisible = 0;
267 defaultConfigurationName = Release;
268 };
269 /* End XCConfigurationList section */
270 };
271 rootObject = 7B262E420E82E538001CE27F /* Project object */;
272 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698