diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-21 23:41:22 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-21 23:41:22 +0000 |
commit | 9704baeb5d2d07fe46879fd166663a975add7255 (patch) | |
tree | e313d33a58281e9413dd6bdbcca040c61c94e7b8 | |
parent | 0db61d5b8ed634579f051f2e0b3e7d856993d4e5 (diff) | |
download | chromium_src-9704baeb5d2d07fe46879fd166663a975add7255.zip chromium_src-9704baeb5d2d07fe46879fd166663a975add7255.tar.gz chromium_src-9704baeb5d2d07fe46879fd166663a975add7255.tar.bz2 |
Move ScheduledAction.h into bindings/v8 where it belongs.
R=dglazkov
Review URL: http://codereview.chromium.org/11529
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5866 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 28 | ||||
-rw-r--r-- | webkit/build/port/port.vcproj | 10 | ||||
-rw-r--r-- | webkit/port/DerivedSources.make | 3 | ||||
-rw-r--r-- | webkit/port/bindings/v8/ScheduledAction.h (renamed from webkit/port/dom/ScheduledAction.h) | 0 |
4 files changed, 18 insertions, 23 deletions
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index 5da844e..527d5b4 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -2457,11 +2457,11 @@ > </File> <File - RelativePath="..\..\port\bindings\v8\JSDOMBinding.h" + RelativePath="..\..\port\bindings\v8\JSDOMBinding.cpp" > </File> <File - RelativePath="..\..\port\bindings\v8\JSDOMBinding.cpp" + RelativePath="..\..\port\bindings\v8\JSDOMBinding.h" > </File> <File @@ -2473,14 +2473,6 @@ > </File> <File - RelativePath="..\..\port\bindings\v8\V8XMLHttpRequestCustom.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\V8MessagePortCustom.cpp" - > - </File> - <File RelativePath=".\precompiled_v8bindings.cpp" > <FileConfiguration @@ -2505,11 +2497,11 @@ > </File> <File - RelativePath="..\..\port\bindings\v8\ScriptCallContextV8.cpp" + RelativePath="..\..\port\bindings\v8\ScheduledAction.h" > </File> <File - RelativePath="..\..\port\bindings\v8\ScriptController.h" + RelativePath="..\..\port\bindings\v8\ScriptCallContextV8.cpp" > </File> <File @@ -2517,6 +2509,10 @@ > </File> <File + RelativePath="..\..\port\bindings\v8\ScriptController.h" + > + </File> + <File RelativePath="..\..\port\bindings\v8\v8_binding.h" > </File> @@ -2572,6 +2568,14 @@ RelativePath="..\..\port\bindings\v8\v8_vectornodelist.h" > </File> + <File + RelativePath="..\..\port\bindings\v8\V8MessagePortCustom.cpp" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\V8XMLHttpRequestCustom.cpp" + > + </File> </Files> <Globals> </Globals> diff --git a/webkit/build/port/port.vcproj b/webkit/build/port/port.vcproj index e459cb4..f2976ed 100644 --- a/webkit/build/port/port.vcproj +++ b/webkit/build/port/port.vcproj @@ -157,20 +157,12 @@ </File> </Filter> <Filter - Name="dom" + Name="page" > <File RelativePath="..\..\port\page\Location.cpp" > </File> - <File - RelativePath="..\..\port\dom\ScheduledAction.h" - > - </File> - </Filter> - <Filter - Name="page" - > <Filter Name="chromium" > diff --git a/webkit/port/DerivedSources.make b/webkit/port/DerivedSources.make index b7443fc..ae7c2a5 100644 --- a/webkit/port/DerivedSources.make +++ b/webkit/port/DerivedSources.make @@ -28,7 +28,6 @@ VPATH = \ $(PORTROOT)/../pending \ $(PORTROOT)/css \ - $(PORTROOT)/dom \ $(PORTROOT)/html \ $(PORTROOT)/page \ $(PORTROOT)/page/inspector \ @@ -1163,5 +1162,5 @@ V8%.h : %.idl $(V8_SCRIPTS) rm -f $@; \ for i in 1 2 3 4 5 6 7 8 9 10; do \ if test -e $@; then break; fi; \ - perl -w -I $(PORTROOT)/bindings/scripts -I $(WebCore)/bindings/scripts $(PORTROOT)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT V8_BINDING" --generator V8 --include ../../../webkit/pending --include ../../../webkit/port/dom --include ../../../webkit/port/html --include ../../../webkit/port/page --include svg --include dom --include html --include css --include page --include xml --include plugins --outputdir . $< ; \ + perl -w -I $(PORTROOT)/bindings/scripts -I $(WebCore)/bindings/scripts $(PORTROOT)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT V8_BINDING" --generator V8 --include ../../../webkit/pending --include ../../../webkit/port/html --include ../../../webkit/port/page --include svg --include dom --include html --include css --include page --include xml --include plugins --outputdir . $< ; \ done diff --git a/webkit/port/dom/ScheduledAction.h b/webkit/port/bindings/v8/ScheduledAction.h index ea4be9b..ea4be9b 100644 --- a/webkit/port/dom/ScheduledAction.h +++ b/webkit/port/bindings/v8/ScheduledAction.h |