diff options
author | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-26 21:32:08 +0000 |
---|---|---|
committer | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-26 21:32:08 +0000 |
commit | 25a873babf94d9e1647a9722d313b4e52286220d (patch) | |
tree | ca3d81c12b6b9e3a4e9ffbb676e5299c7db6ca5c /webkit/build/V8Bindings | |
parent | f3cabe366bd51e6d82381e130125d1bbf9f6e9ae (diff) | |
download | chromium_src-25a873babf94d9e1647a9722d313b4e52286220d.zip chromium_src-25a873babf94d9e1647a9722d313b4e52286220d.tar.gz chromium_src-25a873babf94d9e1647a9722d313b4e52286220d.tar.bz2 |
Add a new interface to JS for access to a microsecond timer (Interval).
Reorganize the extensions in v8 (currently there was only one for GC debugging).
Review URL: http://codereview.chromium.org/18731
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8662 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/V8Bindings')
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index 4e8da10..726a348 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -2456,6 +2456,34 @@ > </File> </Filter> + <Filter + Name="extensions" + > + <File + RelativePath="..\..\port\bindings\v8\extensions\GCController.cpp" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\extensions\GCController.h" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\extensions\Interval.cpp" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\extensions\Interval.h" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\extensions\Playback.cpp" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\extensions\Playback.h" + > + </File> + </Filter> <File RelativePath="..\..\port\bindings\v8\dom_wrapper_map.h" > |