diff options
author | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-19 20:53:04 +0000 |
---|---|---|
committer | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-19 20:53:04 +0000 |
commit | cb1f5f472db804e93639f1038a0738b9cde89a28 (patch) | |
tree | b441f3aec7b6e8e49368beb3070798260fffd4cd /skia | |
parent | f3c7a98883140575d05aa8a2ac0476186b970fba (diff) | |
download | chromium_src-cb1f5f472db804e93639f1038a0738b9cde89a28.zip chromium_src-cb1f5f472db804e93639f1038a0738b9cde89a28.tar.gz chromium_src-cb1f5f472db804e93639f1038a0738b9cde89a28.tar.bz2 |
Use xcconfigs in skia.xcodeproj
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1053 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.xcodeproj/project.pbxproj (renamed from skia/skia.new.xcodeproj/project.pbxproj) | 12 | ||||
-rw-r--r-- | skia/skia_Prefix.pch (renamed from skia/skia.new_Prefix.pch) | 0 |
2 files changed, 6 insertions, 6 deletions
diff --git a/skia/skia.new.xcodeproj/project.pbxproj b/skia/skia.xcodeproj/project.pbxproj index 8e79092..ea3e1b5 100644 --- a/skia/skia.new.xcodeproj/project.pbxproj +++ b/skia/skia.xcodeproj/project.pbxproj @@ -127,7 +127,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 32DBCF5E0370ADEE00C91783 /* skia.new_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = skia.new_Prefix.pch; sourceTree = "<group>"; }; + 32DBCF5E0370ADEE00C91783 /* skia_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = skia_Prefix.pch; sourceTree = "<group>"; }; 7B4DF4490E5B5E5C004D7619 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; }; 7B4DF44A0E5B5E5C004D7619 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; 7B4DF44B0E5B5E5C004D7619 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; }; @@ -488,7 +488,7 @@ AB4C47F30DAE9C9700FC0DB7 /* ports */, AB4C481C0DAE9C9C00FC0DB7 /* sgl */, AB4C49910DAEA1A000FC0DB7 /* precompiled.cc */, - 32DBCF5E0370ADEE00C91783 /* skia.new_Prefix.pch */, + 32DBCF5E0370ADEE00C91783 /* skia_Prefix.pch */, ); name = Source; sourceTree = "<group>"; @@ -878,7 +878,7 @@ /* Begin PBXProject section */ 0867D690FE84028FC02AAC07 /* Project object */ = { isa = PBXProject; - buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "skia.new" */; + buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "skia" */; compatibilityVersion = "Xcode 3.1"; hasScannedForEncodings = 1; mainGroup = 0867D691FE84028FC02AAC07 /* Skia */; @@ -1039,7 +1039,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 7B4DF44D0E5B5E5C004D7619 /* staticlib.xcconfig */; buildSettings = { - GCC_PREFIX_HEADER = skia.new_Prefix.pch; + GCC_PREFIX_HEADER = skia_Prefix.pch; HEADER_SEARCH_PATHS = ( corecg, include, @@ -1055,7 +1055,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 7B4DF44D0E5B5E5C004D7619 /* staticlib.xcconfig */; buildSettings = { - GCC_PREFIX_HEADER = skia.new_Prefix.pch; + GCC_PREFIX_HEADER = skia_Prefix.pch; HEADER_SEARCH_PATHS = ( corecg, include, @@ -1070,7 +1070,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "skia.new" */ = { + 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "skia" */ = { isa = XCConfigurationList; buildConfigurations = ( 1DEB91B208733DA50010E9CD /* Debug */, diff --git a/skia/skia.new_Prefix.pch b/skia/skia_Prefix.pch index 07a6ebf..07a6ebf 100644 --- a/skia/skia.new_Prefix.pch +++ b/skia/skia_Prefix.pch |