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

Unified Diff: sdch/sdch.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, 10 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 side-by-side diff with in-line comments
Download patch
Index: sdch/sdch.xcodeproj/project.pbxproj
===================================================================
--- sdch/sdch.xcodeproj/project.pbxproj (revision 10690)
+++ sdch/sdch.xcodeproj/project.pbxproj (working copy)
@@ -1,249 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 45;
- objects = {
-
-/* Begin PBXBuildFile section */
- 7BA361B80E8C374E0023C8B9 /* addrcache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA361AD0E8C374E0023C8B9 /* addrcache.cc */; };
- 7BA361B90E8C374E0023C8B9 /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = 7BA361AE0E8C374E0023C8B9 /* adler32.c */; };
- 7BA361BA0E8C374E0023C8B9 /* blockhash.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA361AF0E8C374E0023C8B9 /* blockhash.cc */; };
- 7BA361BB0E8C374E0023C8B9 /* codetable.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA361B00E8C374E0023C8B9 /* codetable.cc */; };
- 7BA361BC0E8C374E0023C8B9 /* decodetable.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA361B10E8C374E0023C8B9 /* decodetable.cc */; };
- 7BA361BD0E8C374E0023C8B9 /* encodetable.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA361B20E8C374E0023C8B9 /* encodetable.cc */; };
- 7BA361BE0E8C374E0023C8B9 /* headerparser.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA361B30E8C374E0023C8B9 /* headerparser.cc */; };
- 7BA361BF0E8C374E0023C8B9 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA361B40E8C374E0023C8B9 /* logging.cc */; };
- 7BA361C00E8C374E0023C8B9 /* varint_bigendian.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA361B50E8C374E0023C8B9 /* varint_bigendian.cc */; };
- 7BA361C10E8C374E0023C8B9 /* vcdecoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA361B60E8C374E0023C8B9 /* vcdecoder.cc */; };
- 7BA361C20E8C374E0023C8B9 /* vcdiffengine.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA361B70E8C374E0023C8B9 /* vcdiffengine.cc */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXFileReference section */
- 7BA361920E8C36AF0023C8B9 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; };
- 7BA361930E8C36AF0023C8B9 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
- 7BA361940E8C36AF0023C8B9 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; };
- 7BA361950E8C36AF0023C8B9 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
- 7BA361960E8C36AF0023C8B9 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; };
- 7BA361A70E8C36E50023C8B9 /* libsdch.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsdch.a; sourceTree = BUILT_PRODUCTS_DIR; };
- 7BA361AD0E8C374E0023C8B9 /* addrcache.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = addrcache.cc; sourceTree = "<group>"; };
- 7BA361AE0E8C374E0023C8B9 /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = adler32.c; sourceTree = "<group>"; };
- 7BA361AF0E8C374E0023C8B9 /* blockhash.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = blockhash.cc; sourceTree = "<group>"; };
- 7BA361B00E8C374E0023C8B9 /* codetable.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = codetable.cc; sourceTree = "<group>"; };
- 7BA361B10E8C374E0023C8B9 /* decodetable.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = decodetable.cc; sourceTree = "<group>"; };
- 7BA361B20E8C374E0023C8B9 /* encodetable.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = encodetable.cc; sourceTree = "<group>"; };
- 7BA361B30E8C374E0023C8B9 /* headerparser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = headerparser.cc; sourceTree = "<group>"; };
- 7BA361B40E8C374E0023C8B9 /* logging.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = logging.cc; sourceTree = "<group>"; };
- 7BA361B50E8C374E0023C8B9 /* varint_bigendian.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = varint_bigendian.cc; sourceTree = "<group>"; };
- 7BA361B60E8C374E0023C8B9 /* vcdecoder.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vcdecoder.cc; sourceTree = "<group>"; };
- 7BA361B70E8C374E0023C8B9 /* vcdiffengine.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vcdiffengine.cc; sourceTree = "<group>"; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- 7BA361A50E8C36E50023C8B9 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 7BA361780E8C367B0023C8B9 = {
- isa = PBXGroup;
- children = (
- 7BA361910E8C36990023C8B9 /* Configuration */,
- 7BA361AC0E8C37070023C8B9 /* Source */,
- 7BA361A80E8C36E50023C8B9 /* Products */,
- );
- sourceTree = "<group>";
- };
- 7BA361910E8C36990023C8B9 /* Configuration */ = {
- isa = PBXGroup;
- children = (
- 7BA361920E8C36AF0023C8B9 /* common.xcconfig */,
- 7BA361930E8C36AF0023C8B9 /* debug.xcconfig */,
- 7BA361940E8C36AF0023C8B9 /* executable.xcconfig */,
- 7BA361950E8C36AF0023C8B9 /* release.xcconfig */,
- 7BA361960E8C36AF0023C8B9 /* staticlib.xcconfig */,
- );
- name = Configuration;
- path = ../build;
- sourceTree = "<group>";
- };
- 7BA361A80E8C36E50023C8B9 /* Products */ = {
- isa = PBXGroup;
- children = (
- 7BA361A70E8C36E50023C8B9 /* libsdch.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 7BA361AC0E8C37070023C8B9 /* Source */ = {
- isa = PBXGroup;
- children = (
- 7BA361AD0E8C374E0023C8B9 /* addrcache.cc */,
- 7BA361AE0E8C374E0023C8B9 /* adler32.c */,
- 7BA361AF0E8C374E0023C8B9 /* blockhash.cc */,
- 7BA361B00E8C374E0023C8B9 /* codetable.cc */,
- 7BA361B10E8C374E0023C8B9 /* decodetable.cc */,
- 7BA361B20E8C374E0023C8B9 /* encodetable.cc */,
- 7BA361B30E8C374E0023C8B9 /* headerparser.cc */,
- 7BA361B40E8C374E0023C8B9 /* logging.cc */,
- 7BA361B50E8C374E0023C8B9 /* varint_bigendian.cc */,
- 7BA361B60E8C374E0023C8B9 /* vcdecoder.cc */,
- 7BA361B70E8C374E0023C8B9 /* vcdiffengine.cc */,
- );
- name = Source;
- path = "open-vcdiff/src";
- sourceTree = "<group>";
- };
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
- 7BA361A60E8C36E50023C8B9 /* sdch */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 7BA361AB0E8C36E60023C8B9 /* Build configuration list for PBXNativeTarget "sdch" */;
- buildPhases = (
- 7BA3624A0E8C3ADF0023C8B9 /* Pre-Build */,
- 7BA361A40E8C36E50023C8B9 /* Sources */,
- 7BA361A50E8C36E50023C8B9 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = sdch;
- productName = sdch;
- productReference = 7BA361A70E8C36E50023C8B9 /* libsdch.a */;
- productType = "com.apple.product-type.library.static";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- 7BA3617A0E8C367B0023C8B9 /* Project object */ = {
- isa = PBXProject;
- buildConfigurationList = 7BA3617D0E8C367B0023C8B9 /* Build configuration list for PBXProject "sdch" */;
- compatibilityVersion = "Xcode 3.1";
- hasScannedForEncodings = 0;
- mainGroup = 7BA361780E8C367B0023C8B9;
- productRefGroup = 7BA361A80E8C36E50023C8B9 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 7BA361A60E8C36E50023C8B9 /* sdch */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXShellScriptBuildPhase section */
- 7BA3624A0E8C3ADF0023C8B9 /* Pre-Build */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- "$(SRCROOT)/open-vcdiff/src/config.h.in",
- );
- name = "Pre-Build";
- outputPaths = (
- "$(CONFIGURATION_TEMP_DIR)/generated/config.h",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "set -ex\nexec \"${PROJECT_FILE_PATH}/${PRODUCT_NAME}_prebuild.sh\" \"${@}\"\n";
- showEnvVarsInLog = 0;
- };
-/* End PBXShellScriptBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
- 7BA361A40E8C36E50023C8B9 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7BA361B80E8C374E0023C8B9 /* addrcache.cc in Sources */,
- 7BA361B90E8C374E0023C8B9 /* adler32.c in Sources */,
- 7BA361BA0E8C374E0023C8B9 /* blockhash.cc in Sources */,
- 7BA361BB0E8C374E0023C8B9 /* codetable.cc in Sources */,
- 7BA361BC0E8C374E0023C8B9 /* decodetable.cc in Sources */,
- 7BA361BD0E8C374E0023C8B9 /* encodetable.cc in Sources */,
- 7BA361BE0E8C374E0023C8B9 /* headerparser.cc in Sources */,
- 7BA361BF0E8C374E0023C8B9 /* logging.cc in Sources */,
- 7BA361C00E8C374E0023C8B9 /* varint_bigendian.cc in Sources */,
- 7BA361C10E8C374E0023C8B9 /* vcdecoder.cc in Sources */,
- 7BA361C20E8C374E0023C8B9 /* vcdiffengine.cc in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin XCBuildConfiguration section */
- 7BA3617B0E8C367B0023C8B9 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 7BA361930E8C36AF0023C8B9 /* debug.xcconfig */;
- buildSettings = {
- XCODEPROJ_DEPTH = ..;
- };
- name = Debug;
- };
- 7BA3617C0E8C367B0023C8B9 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 7BA361950E8C36AF0023C8B9 /* release.xcconfig */;
- buildSettings = {
- XCODEPROJ_DEPTH = ..;
- };
- name = Release;
- };
- 7BA361A90E8C36E60023C8B9 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 7BA361960E8C36AF0023C8B9 /* staticlib.xcconfig */;
- buildSettings = {
- HEADER_SEARCH_PATHS = (
- "$(HEADER_SEARCH_PATHS)",
- "$(CONFIGURATION_TEMP_DIR)/generated",
- "open-vcdiff/src",
- );
- PRODUCT_NAME = sdch;
- };
- name = Debug;
- };
- 7BA361AA0E8C36E60023C8B9 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 7BA361960E8C36AF0023C8B9 /* staticlib.xcconfig */;
- buildSettings = {
- HEADER_SEARCH_PATHS = (
- "$(HEADER_SEARCH_PATHS)",
- "$(CONFIGURATION_TEMP_DIR)/generated",
- "open-vcdiff/src",
- );
- PRODUCT_NAME = sdch;
- };
- name = Release;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- 7BA3617D0E8C367B0023C8B9 /* Build configuration list for PBXProject "sdch" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 7BA3617B0E8C367B0023C8B9 /* Debug */,
- 7BA3617C0E8C367B0023C8B9 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 7BA361AB0E8C36E60023C8B9 /* Build configuration list for PBXNativeTarget "sdch" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 7BA361A90E8C36E60023C8B9 /* Debug */,
- 7BA361AA0E8C36E60023C8B9 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
-/* End XCConfigurationList section */
- };
- rootObject = 7BA3617A0E8C367B0023C8B9 /* Project object */;
-}

Powered by Google App Engine
This is Rietveld 408576698