diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 20:41:20 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 20:41:20 +0000 |
commit | dd1691b4492f038d0727fec567786c8b88e79c84 (patch) | |
tree | 7fb516a0f4f415327ae72b103eecc797e0dba32e /webkit/webkit.xcodeproj/project.pbxproj | |
parent | 465b34b73d11d017dfc546821c8dcb8e4dbe4b56 (diff) | |
download | chromium_src-dd1691b4492f038d0727fec567786c8b88e79c84.zip chromium_src-dd1691b4492f038d0727fec567786c8b88e79c84.tar.gz chromium_src-dd1691b4492f038d0727fec567786c8b88e79c84.tar.bz2 |
Remove JSC masquerade, implement ScriptState (2/2).
Review URL: http://codereview.chromium.org/14056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6923 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.xcodeproj/project.pbxproj')
-rw-r--r-- | webkit/webkit.xcodeproj/project.pbxproj | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/webkit/webkit.xcodeproj/project.pbxproj b/webkit/webkit.xcodeproj/project.pbxproj index 0107c2d..3a02fe8 100644 --- a/webkit/webkit.xcodeproj/project.pbxproj +++ b/webkit/webkit.xcodeproj/project.pbxproj @@ -1444,6 +1444,7 @@ 04C3AFC50EF1E45F0046D578 /* WorkerNavigator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WorkerNavigator.cpp; sourceTree = "<group>"; }; 04C3AFC70EF1E4650046D578 /* WorkerNavigator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WorkerNavigator.h; sourceTree = "<group>"; }; 416F45210ED7697D008215B6 /* FrameLoaderClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FrameLoaderClient.cpp; sourceTree = "<group>"; }; + 419106470EF2D6D500BFDCC5 /* ScriptState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptState.h; sourceTree = "<group>"; }; 41AF32C40EE5E6ED00BF6361 /* ScriptInstance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScriptInstance.cpp; sourceTree = "<group>"; }; 41AF32C50EE5E6ED00BF6361 /* ScriptInstance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptInstance.h; sourceTree = "<group>"; }; 4D1637C30EBFA49E008F024E /* SQLiteAuthorizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLiteAuthorizer.cpp; sourceTree = "<group>"; }; @@ -4187,8 +4188,6 @@ B58831290E9BD6D800CEC344 /* StringBuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StringBuilder.cpp; sourceTree = "<group>"; }; B5B0D4190EC8FE4900EA3314 /* JSDOMBinding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSDOMBinding.h; sourceTree = "<group>"; }; B5B0D41A0EC8FE4900EA3314 /* JSDOMBinding.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSDOMBinding.cpp; sourceTree = "<group>"; }; - B5B0D41D0EC8FE6300EA3314 /* ExecState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExecState.h; sourceTree = "<group>"; }; - B5B0D41E0EC8FE6300EA3314 /* JSLock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSLock.h; sourceTree = "<group>"; }; B5B0D6870EC91D3D00EA3314 /* autofill_form.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = autofill_form.h; sourceTree = "<group>"; }; B5B0D6880EC91D3D00EA3314 /* autofill_form.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = autofill_form.cc; sourceTree = "<group>"; }; B5C180740E95816D006EAF87 /* StringHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringHash.h; sourceTree = "<group>"; }; @@ -4509,12 +4508,12 @@ 7B0095DA0DAFF0DC00F72082 /* npruntime_priv.h */, 934CC2270EDCC37600A658F2 /* RGBColor.cpp */, 934CC2290EDCC38400A658F2 /* RGBColor.h */, - B5B0D41C0EC8FE6300EA3314 /* runtime */, E40063600EA907510055B38E /* ScriptCallContextV8.cpp */, E40060D90EA69E0B0055B38E /* ScriptController.h */, E40060DA0EA69E0B0055B38E /* ScriptController.cpp */, 41AF32C50EE5E6ED00BF6361 /* ScriptInstance.h */, 41AF32C40EE5E6ED00BF6361 /* ScriptInstance.cpp */, + 419106470EF2D6D500BFDCC5 /* ScriptState.h */, 934CC3570EDCCEFE00A658F2 /* ScriptValue.cpp */, 934CC3580EDCCEFE00A658F2 /* ScriptValue.h */, 7B0095DB0DAFF0DC00F72082 /* v8_binding.h */, @@ -7678,15 +7677,6 @@ name = cf; sourceTree = "<group>"; }; - B5B0D41C0EC8FE6300EA3314 /* runtime */ = { - isa = PBXGroup; - children = ( - B5B0D41D0EC8FE6300EA3314 /* ExecState.h */, - B5B0D41E0EC8FE6300EA3314 /* JSLock.h */, - ); - path = runtime; - sourceTree = "<group>"; - }; B5C180A00E958E85006EAF87 /* style */ = { isa = PBXGroup; children = ( |