diff options
author | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-01 19:47:31 +0000 |
---|---|---|
committer | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-01 19:47:31 +0000 |
commit | 19667098761befc2eee3a8921cf282bcc4cf74aa (patch) | |
tree | 9883f10e84a6438192c33d471bd8dd4a26bd33a3 /chrome | |
parent | ec8f28150a3df111b13e9dc93f17dfe315f37ecf (diff) | |
download | chromium_src-19667098761befc2eee3a8921cf282bcc4cf74aa.zip chromium_src-19667098761befc2eee3a8921cf282bcc4cf74aa.tar.gz chromium_src-19667098761befc2eee3a8921cf282bcc4cf74aa.tar.bz2 |
Update xcodeprojs
Review URL: http://chrome-reviews.prom.corp.google.com/996
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome_kjs.xcodeproj/project.pbxproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chrome/chrome_kjs.xcodeproj/project.pbxproj b/chrome/chrome_kjs.xcodeproj/project.pbxproj index ea71e08..5941a44 100644 --- a/chrome/chrome_kjs.xcodeproj/project.pbxproj +++ b/chrome/chrome_kjs.xcodeproj/project.pbxproj @@ -30,6 +30,13 @@ /* End PBXAggregateTarget section */ /* Begin PBXContainerItemProxy section */ + 7B2AC1870DAE950200D3CF87 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 7B9377530D91B56E008B9587 /* webkit.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 825404E00D92E3910006B936; + remoteInfo = Glue; + }; 7B9377670D91B56E008B9587 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 7B9377530D91B56E008B9587 /* webkit.xcodeproj */; @@ -249,6 +256,7 @@ 7B9377540D91B56E008B9587 /* Products */ = { isa = PBXGroup; children = ( + 7B2AC1880DAE950200D3CF87 /* libGlue.a */, 7B9377680D91B56E008B9587 /* libJavaScriptCore.a */, 7B93776A0D91B56E008B9587 /* libPort.a */, 7B93776C0D91B56E008B9587 /* libWebCore.a */, @@ -383,6 +391,13 @@ /* End PBXProject section */ /* Begin PBXReferenceProxy section */ + 7B2AC1880DAE950200D3CF87 /* libGlue.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libGlue.a; + remoteRef = 7B2AC1870DAE950200D3CF87 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; 7B9377680D91B56E008B9587 /* libJavaScriptCore.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; |