Revision: 5666
Author: [email protected]
Date: Tue Oct 19 23:47:49 2010
Log: Remove vm-state.cc from build files. Forgot to do that when
removing the file from the repository.
Review URL: http://codereview.chromium.org/3950001
http://code.google.com/p/v8/source/detail?r=5666
Modified:
/branches/bleeding_edge/src/SConscript
/branches/bleeding_edge/tools/gyp/v8.gyp
/branches/bleeding_edge/tools/v8.xcodeproj/project.pbxproj
/branches/bleeding_edge/tools/visual_studio/v8_base.vcproj
/branches/bleeding_edge/tools/visual_studio/v8_base_arm.vcproj
/branches/bleeding_edge/tools/visual_studio/v8_base_x64.vcproj
=======================================
--- /branches/bleeding_edge/src/SConscript Thu Oct 7 06:02:36 2010
+++ /branches/bleeding_edge/src/SConscript Tue Oct 19 23:47:49 2010
@@ -116,7 +116,6 @@
variables.cc
version.cc
virtual-frame.cc
- vm-state.cc
zone.cc
"""),
'arch:arm': Split("""
=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp Thu Oct 7 06:02:36 2010
+++ /branches/bleeding_edge/tools/gyp/v8.gyp Tue Oct 19 23:47:49 2010
@@ -476,7 +476,6 @@
'../../src/virtual-frame.cc',
'../../src/virtual-frame.h',
'../../src/vm-state-inl.h',
- '../../src/vm-state.cc',
'../../src/vm-state.h',
'../../src/zone-inl.h',
'../../src/zone.cc',
=======================================
--- /branches/bleeding_edge/tools/v8.xcodeproj/project.pbxproj Wed Sep 29
03:57:23 2010
+++ /branches/bleeding_edge/tools/v8.xcodeproj/project.pbxproj Tue Oct 19
23:47:49 2010
@@ -220,8 +220,6 @@
9F73E3B2114E61A100F84A5A /* profile-generator.cc in Sources */ = {isa =
PBXBuildFile; fileRef = 9F73E3AF114E61A100F84A5A /* profile-generator.cc
*/; };
9F92FAA90F8F28AD0089F02C /* func-name-inferrer.cc in Sources */ = {isa =
PBXBuildFile; fileRef = 9F92FAA70F8F28AD0089F02C /* func-name-inferrer.cc
*/; };
9F92FAAA0F8F28AD0089F02C /* func-name-inferrer.cc in Sources */ = {isa =
PBXBuildFile; fileRef = 9F92FAA70F8F28AD0089F02C /* func-name-inferrer.cc
*/; };
- 9FA37335116DD9F000C4CD55 /* vm-state.cc in Sources */ = {isa =
PBXBuildFile; fileRef = 9FA37333116DD9F000C4CD55 /* vm-state.cc */; };
- 9FA37336116DD9F000C4CD55 /* vm-state.cc in Sources */ = {isa =
PBXBuildFile; fileRef = 9FA37333116DD9F000C4CD55 /* vm-state.cc */; };
9FA38BB31175B2D200C4CD55 /* data-flow.cc in Sources */ = {isa =
PBXBuildFile; fileRef = 9FA38B9C1175B2D200C4CD55 /* data-flow.cc */; };
9FA38BB41175B2D200C4CD55 /* diy-fp.cc in Sources */ = {isa =
PBXBuildFile; fileRef = 9FA38B9E1175B2D200C4CD55 /* diy-fp.cc */; };
9FA38BB51175B2D200C4CD55 /* fast-dtoa.cc in Sources */ = {isa =
PBXBuildFile; fileRef = 9FA38BA11175B2D200C4CD55 /* fast-dtoa.cc */; };
@@ -590,7 +588,6 @@
9F92FAA80F8F28AD0089F02C /* func-name-inferrer.h */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h;
path = "func-name-inferrer.h"; sourceTree = "<group>"; };
9FA36F62116BA26500C4CD55 /* v8-profiler.h */ = {isa = PBXFileReference;
fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path
= "v8-profiler.h"; sourceTree = "<group>"; };
9FA37332116DD9F000C4CD55 /* vm-state-inl.h */ = {isa = PBXFileReference;
fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path
= "vm-state-inl.h"; sourceTree = "<group>"; };
- 9FA37333116DD9F000C4CD55 /* vm-state.cc */ = {isa = PBXFileReference;
fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path
= "vm-state.cc"; sourceTree = "<group>"; };
9FA37334116DD9F000C4CD55 /* vm-state.h */ = {isa = PBXFileReference;
fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "vm-state.h";
sourceTree = "<group>"; };
9FA38B9B1175B2D200C4CD55 /* cached-powers.h */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h;
path = "cached-powers.h"; sourceTree = "<group>"; };
9FA38B9C1175B2D200C4CD55 /* data-flow.cc */ = {isa = PBXFileReference;
fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path
= "data-flow.cc"; sourceTree = "<group>"; };
@@ -1013,7 +1010,6 @@
58950D5A0F55514900F3E8BA /* virtual-frame.cc */,
58950D5B0F55514900F3E8BA /* virtual-frame.h */,
9FA37332116DD9F000C4CD55 /* vm-state-inl.h */,
- 9FA37333116DD9F000C4CD55 /* vm-state.cc */,
9FA37334116DD9F000C4CD55 /* vm-state.h */,
897FF1A10E719B8F00D62E90 /* zone-inl.h */,
897FF1A20E719B8F00D62E90 /* zone.cc */,
@@ -1377,7 +1373,6 @@
9FA38BC71175B2E500C4CD55 /*
virtual-frame-ia32.cc in Sources */,
58950D660F5551C200F3E8BA /* virtual-frame.cc in
Sources */,
58950D660F5551C200F3E8BA /* virtual-frame.cc in
Sources */,
- 9FA37336116DD9F000C4CD55 /* vm-state.cc in
Sources */,
89A88E2E0E71A6D60043BA31 /* zone.cc in Sources
*/,
C68081B112251239001EAFE4 /* code-stubs-ia32.cc
in Sources */,
);
@@ -1503,7 +1498,6 @@
58950D690F5551CE00F3E8BA /*
virtual-frame-light.cc in Sources */,
58950D680F5551CB00F3E8BA /* virtual-frame.cc in
Sources */,
58950D680F5551CB00F3E8BA /* virtual-frame.cc in
Sources */,
- 9FA37335116DD9F000C4CD55 /* vm-state.cc in
Sources */,
89F23C820E78D5B2006B2466 /* zone.cc in Sources
*/,
C68081AD1225120B001EAFE4 /* code-stubs-arm.cc
in Sources */,
);
=======================================
--- /branches/bleeding_edge/tools/visual_studio/v8_base.vcproj Wed Sep 29
03:57:23 2010
+++ /branches/bleeding_edge/tools/visual_studio/v8_base.vcproj Tue Oct 19
23:47:49 2010
@@ -1080,10 +1080,6 @@
<File
RelativePath="..\..\src\virtual-frame-heavy.cc"
>
- </File>
- <File
- RelativePath="..\..\src\vm-state.cc"
- >
</File>
<File
RelativePath="..\..\src\vm-state-inl.h"
=======================================
--- /branches/bleeding_edge/tools/visual_studio/v8_base_arm.vcproj Wed Sep
29 03:57:23 2010
+++ /branches/bleeding_edge/tools/visual_studio/v8_base_arm.vcproj Tue Oct
19 23:47:49 2010
@@ -1058,10 +1058,6 @@
<File
RelativePath="..\..\src\virtual-frame-light.cc"
>
- </File>
- <File
- RelativePath="..\..\src\vm-state.cc"
- >
</File>
<File
RelativePath="..\..\src\vm-state-inl.h"
=======================================
--- /branches/bleeding_edge/tools/visual_studio/v8_base_x64.vcproj Wed Sep
29 03:57:23 2010
+++ /branches/bleeding_edge/tools/visual_studio/v8_base_x64.vcproj Tue Oct
19 23:47:49 2010
@@ -1040,10 +1040,6 @@
<File
RelativePath="..\..\src\virtual-frame-heavy.cc"
>
- </File>
- <File
- RelativePath="..\..\src\vm-state.cc"
- >
</File>
<File
RelativePath="..\..\src\vm-state-inl.h"
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev