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

Side by Side Diff: sdch/sdch.xcodeproj/project.pbxproj

Issue 3407: Use open-vcdiff source in its new home on the Mac (follow-up to r2709) (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 12 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
« no previous file with comments | « net/net.xcodeproj/project.pbxproj ('k') | sdch/sdch.xcodeproj/sdch_prebuild.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // !$*UTF8*$! 1 // !$*UTF8*$!
2 { 2 {
3 archiveVersion = 1; 3 archiveVersion = 1;
4 classes = { 4 classes = {
5 }; 5 };
6 objectVersion = 45; 6 objectVersion = 45;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
10 7BA361B80E8C374E0023C8B9 /* addrcache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA361AD0E8C374E0023C8B9 /* addrcache.cc */; }; 10 7BA361B80E8C374E0023C8B9 /* addrcache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA361AD0E8C374E0023C8B9 /* addrcache.cc */; };
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 7BA361B00E8C374E0023C8B9 /* codetable.cc */, 90 7BA361B00E8C374E0023C8B9 /* codetable.cc */,
91 7BA361B10E8C374E0023C8B9 /* decodetable.cc */, 91 7BA361B10E8C374E0023C8B9 /* decodetable.cc */,
92 7BA361B20E8C374E0023C8B9 /* encodetable.cc */, 92 7BA361B20E8C374E0023C8B9 /* encodetable.cc */,
93 7BA361B30E8C374E0023C8B9 /* headerparser.cc */, 93 7BA361B30E8C374E0023C8B9 /* headerparser.cc */,
94 7BA361B40E8C374E0023C8B9 /* logging.cc */, 94 7BA361B40E8C374E0023C8B9 /* logging.cc */,
95 7BA361B50E8C374E0023C8B9 /* varint_bigendian.cc */, 95 7BA361B50E8C374E0023C8B9 /* varint_bigendian.cc */,
96 7BA361B60E8C374E0023C8B9 /* vcdecoder.cc */, 96 7BA361B60E8C374E0023C8B9 /* vcdecoder.cc */,
97 7BA361B70E8C374E0023C8B9 /* vcdiffengine.cc */, 97 7BA361B70E8C374E0023C8B9 /* vcdiffengine.cc */,
98 ); 98 );
99 name = Source; 99 name = Source;
100 » » » path = "open_vcdiff/depot/opensource/open-vcdiff/src"; 100 » » » path = "open-vcdiff/src";
101 sourceTree = "<group>"; 101 sourceTree = "<group>";
102 }; 102 };
103 /* End PBXGroup section */ 103 /* End PBXGroup section */
104 104
105 /* Begin PBXNativeTarget section */ 105 /* Begin PBXNativeTarget section */
106 7BA361A60E8C36E50023C8B9 /* sdch */ = { 106 7BA361A60E8C36E50023C8B9 /* sdch */ = {
107 isa = PBXNativeTarget; 107 isa = PBXNativeTarget;
108 buildConfigurationList = 7BA361AB0E8C36E60023C8B9 /* Bui ld configuration list for PBXNativeTarget "sdch" */; 108 buildConfigurationList = 7BA361AB0E8C36E60023C8B9 /* Bui ld configuration list for PBXNativeTarget "sdch" */;
109 buildPhases = ( 109 buildPhases = (
110 7BA3624A0E8C3ADF0023C8B9 /* Pre-Build */, 110 7BA3624A0E8C3ADF0023C8B9 /* Pre-Build */,
(...skipping 27 matching lines...) Expand all
138 }; 138 };
139 /* End PBXProject section */ 139 /* End PBXProject section */
140 140
141 /* Begin PBXShellScriptBuildPhase section */ 141 /* Begin PBXShellScriptBuildPhase section */
142 7BA3624A0E8C3ADF0023C8B9 /* Pre-Build */ = { 142 7BA3624A0E8C3ADF0023C8B9 /* Pre-Build */ = {
143 isa = PBXShellScriptBuildPhase; 143 isa = PBXShellScriptBuildPhase;
144 buildActionMask = 2147483647; 144 buildActionMask = 2147483647;
145 files = ( 145 files = (
146 ); 146 );
147 inputPaths = ( 147 inputPaths = (
148 » » » » "$(SRCROOT)/open_vcdiff/depot/opensource/open-vc diff/src/config.h.in", 148 » » » » "$(SRCROOT)/open-vcdiff/src/config.h.in",
149 ); 149 );
150 name = "Pre-Build"; 150 name = "Pre-Build";
151 outputPaths = ( 151 outputPaths = (
152 "$(CONFIGURATION_TEMP_DIR)/generated/config.h", 152 "$(CONFIGURATION_TEMP_DIR)/generated/config.h",
153 ); 153 );
154 runOnlyForDeploymentPostprocessing = 0; 154 runOnlyForDeploymentPostprocessing = 0;
155 shellPath = /bin/sh; 155 shellPath = /bin/sh;
156 shellScript = "set -ex\nexec \"${PROJECT_FILE_PATH}/${PR ODUCT_NAME}_prebuild.sh\" \"${@}\"\n"; 156 shellScript = "set -ex\nexec \"${PROJECT_FILE_PATH}/${PR ODUCT_NAME}_prebuild.sh\" \"${@}\"\n";
157 showEnvVarsInLog = 0; 157 showEnvVarsInLog = 0;
158 }; 158 };
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 }; 196 };
197 name = Release; 197 name = Release;
198 }; 198 };
199 7BA361A90E8C36E60023C8B9 /* Debug */ = { 199 7BA361A90E8C36E60023C8B9 /* Debug */ = {
200 isa = XCBuildConfiguration; 200 isa = XCBuildConfiguration;
201 baseConfigurationReference = 7BA361960E8C36AF0023C8B9 /* staticlib.xcconfig */; 201 baseConfigurationReference = 7BA361960E8C36AF0023C8B9 /* staticlib.xcconfig */;
202 buildSettings = { 202 buildSettings = {
203 HEADER_SEARCH_PATHS = ( 203 HEADER_SEARCH_PATHS = (
204 "$(HEADER_SEARCH_PATHS)", 204 "$(HEADER_SEARCH_PATHS)",
205 "$(CONFIGURATION_TEMP_DIR)/generated", 205 "$(CONFIGURATION_TEMP_DIR)/generated",
206 » » » » » "open_vcdiff/depot/opensource/open-vcdif f/src", 206 » » » » » "open-vcdiff/src",
207 ); 207 );
208 PRODUCT_NAME = sdch; 208 PRODUCT_NAME = sdch;
209 }; 209 };
210 name = Debug; 210 name = Debug;
211 }; 211 };
212 7BA361AA0E8C36E60023C8B9 /* Release */ = { 212 7BA361AA0E8C36E60023C8B9 /* Release */ = {
213 isa = XCBuildConfiguration; 213 isa = XCBuildConfiguration;
214 baseConfigurationReference = 7BA361960E8C36AF0023C8B9 /* staticlib.xcconfig */; 214 baseConfigurationReference = 7BA361960E8C36AF0023C8B9 /* staticlib.xcconfig */;
215 buildSettings = { 215 buildSettings = {
216 HEADER_SEARCH_PATHS = ( 216 HEADER_SEARCH_PATHS = (
217 "$(HEADER_SEARCH_PATHS)", 217 "$(HEADER_SEARCH_PATHS)",
218 "$(CONFIGURATION_TEMP_DIR)/generated", 218 "$(CONFIGURATION_TEMP_DIR)/generated",
219 » » » » » "open_vcdiff/depot/opensource/open-vcdif f/src", 219 » » » » » "open-vcdiff/src",
220 ); 220 );
221 PRODUCT_NAME = sdch; 221 PRODUCT_NAME = sdch;
222 }; 222 };
223 name = Release; 223 name = Release;
224 }; 224 };
225 /* End XCBuildConfiguration section */ 225 /* End XCBuildConfiguration section */
226 226
227 /* Begin XCConfigurationList section */ 227 /* Begin XCConfigurationList section */
228 7BA3617D0E8C367B0023C8B9 /* Build configuration list for PBXProj ect "sdch" */ = { 228 7BA3617D0E8C367B0023C8B9 /* Build configuration list for PBXProj ect "sdch" */ = {
229 isa = XCConfigurationList; 229 isa = XCConfigurationList;
(...skipping 10 matching lines...) Expand all
240 7BA361A90E8C36E60023C8B9 /* Debug */, 240 7BA361A90E8C36E60023C8B9 /* Debug */,
241 7BA361AA0E8C36E60023C8B9 /* Release */, 241 7BA361AA0E8C36E60023C8B9 /* Release */,
242 ); 242 );
243 defaultConfigurationIsVisible = 0; 243 defaultConfigurationIsVisible = 0;
244 defaultConfigurationName = Release; 244 defaultConfigurationName = Release;
245 }; 245 };
246 /* End XCConfigurationList section */ 246 /* End XCConfigurationList section */
247 }; 247 };
248 rootObject = 7BA3617A0E8C367B0023C8B9 /* Project object */; 248 rootObject = 7BA3617A0E8C367B0023C8B9 /* Project object */;
249 } 249 }
OLDNEW
« no previous file with comments | « net/net.xcodeproj/project.pbxproj ('k') | sdch/sdch.xcodeproj/sdch_prebuild.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698