diff options
author | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-19 23:00:55 +0000 |
---|---|---|
committer | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-19 23:00:55 +0000 |
commit | cde59fe9e6c86e416a7d025f2238b6433e615e24 (patch) | |
tree | 2de3b5e363aa9ce9e5543b6f98d4d5b5ac120918 /skia | |
parent | 767436a532d7455eafacc75c728565f45936fd02 (diff) | |
download | chromium_src-cde59fe9e6c86e416a7d025f2238b6433e615e24.zip chromium_src-cde59fe9e6c86e416a7d025f2238b6433e615e24.tar.gz chromium_src-cde59fe9e6c86e416a7d025f2238b6433e615e24.tar.bz2 |
Get base/gfx into shape, and start running/passing some base_gfx tests
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1066 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.xcodeproj/project.pbxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/skia/skia.xcodeproj/project.pbxproj b/skia/skia.xcodeproj/project.pbxproj index ea3e1b5..75a9ee6a 100644 --- a/skia/skia.xcodeproj/project.pbxproj +++ b/skia/skia.xcodeproj/project.pbxproj @@ -453,14 +453,14 @@ name = Products; sourceTree = "<group>"; }; - 0867D691FE84028FC02AAC07 /* Skia */ = { + 0867D691FE84028FC02AAC07 /* skia */ = { isa = PBXGroup; children = ( 7B4DF4480E5B5E36004D7619 /* Configuration */, AB4C450D0DAE9B9100FC0DB7 /* Source */, 034768DFFF38A50411DB9C8B /* Products */, ); - name = Skia; + name = skia; sourceTree = "<group>"; }; 7B4DF4480E5B5E36004D7619 /* Configuration */ = { @@ -869,7 +869,7 @@ dependencies = ( ); name = skia; - productName = SkiaStatic; + productName = skia; productReference = E48EE4CF0E34E855009DE966 /* libskia.a */; productType = "com.apple.product-type.library.static"; }; @@ -881,7 +881,7 @@ buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "skia" */; compatibilityVersion = "Xcode 3.1"; hasScannedForEncodings = 1; - mainGroup = 0867D691FE84028FC02AAC07 /* Skia */; + mainGroup = 0867D691FE84028FC02AAC07 /* skia */; productRefGroup = 034768DFFF38A50411DB9C8B /* Products */; projectDirPath = ""; projectRoot = ""; |