diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-06 18:41:15 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-06 18:41:15 +0000 |
commit | a619b3960db5948e6e7f3f7eea9f6a0630edea95 (patch) | |
tree | b158911aeb7dcc9b4ce5ed74c4a21bee33cf6225 /webkit/webkit.xcodeproj | |
parent | d51337e8865f12c2aa33986968169c26419ef348 (diff) | |
download | chromium_src-a619b3960db5948e6e7f3f7eea9f6a0630edea95.zip chromium_src-a619b3960db5948e6e7f3f7eea9f6a0630edea95.tar.gz chromium_src-a619b3960db5948e6e7f3f7eea9f6a0630edea95.tar.bz2 |
SecurityOrigin.cpp was unforked and moved out of pending into WebCore/platform
at r2861.
Review URL: http://codereview.chromium.org/6499
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.xcodeproj')
-rw-r--r-- | webkit/webkit.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/webkit.xcodeproj/project.pbxproj b/webkit/webkit.xcodeproj/project.pbxproj index 46a0b5a..ae694bd 100644 --- a/webkit/webkit.xcodeproj/project.pbxproj +++ b/webkit/webkit.xcodeproj/project.pbxproj @@ -2745,8 +2745,8 @@ 7B5E91890D7F3CC2001ECF42 /* ScrollTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScrollTypes.h; sourceTree = "<group>"; }; 7B5E918A0D7F3CC2001ECF42 /* ScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScrollView.h; sourceTree = "<group>"; }; 7B5E918B0D7F3CC2001ECF42 /* SearchPopupMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchPopupMenu.h; sourceTree = "<group>"; }; - 7B5E918C0D7F3CC2001ECF42 /* SecurityOrigin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SecurityOrigin.cpp; path = ../../../../webkit/pending/SecurityOrigin.cpp; sourceTree = "<group>"; }; - 7B5E918D0D7F3CC2001ECF42 /* SecurityOrigin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SecurityOrigin.h; path = ../../../../webkit/pending/SecurityOrigin.h; sourceTree = "<group>"; }; + 7B5E918C0D7F3CC2001ECF42 /* SecurityOrigin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SecurityOrigin.cpp; sourceTree = "<group>"; }; + 7B5E918D0D7F3CC2001ECF42 /* SecurityOrigin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecurityOrigin.h; sourceTree = "<group>"; }; 7B5E918E0D7F3CC2001ECF42 /* SecurityOriginHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecurityOriginHash.h; sourceTree = "<group>"; }; 7B5E91900D7F3CC2001ECF42 /* SharedBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SharedBuffer.cpp; sourceTree = "<group>"; }; 7B5E91910D7F3CC2001ECF42 /* SharedBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SharedBuffer.h; sourceTree = "<group>"; }; |