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/build | |
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/build')
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index 4ef3c7b..bf54ed6 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -2424,22 +2424,6 @@ >
</File>
</Filter>
- <Filter
- Name="interpreter"
- >
- <File
- RelativePath="..\..\port\bindings\v8\interpreter\CallFrame.h"
- >
- </File>
- </Filter>
- <Filter
- Name="runtime"
- >
- <File
- RelativePath="..\..\port\bindings\v8\runtime\JSLock.h"
- >
- </File>
- </Filter>
<File
RelativePath="..\..\port\bindings\v8\dom_wrapper_map.h"
>
@@ -2529,6 +2513,10 @@ >
</File>
<File
+ RelativePath="..\..\port\bindings\v8\ScriptState.h"
+ >
+ </File>
+ <File
RelativePath="..\..\port\bindings\v8\ScriptValue.cpp"
>
</File>
|