Revision: 5248
Author: [email protected]
Date: Wed Aug 11 08:18:01 2010
Log: Add object-visiting.cc into GYP/XCode/MSVC project files.

Review URL: http://codereview.chromium.org/3166008
http://code.google.com/p/v8/source/detail?r=5248

Modified:
 /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/tools/gyp/v8.gyp    Wed Aug 11 03:52:34 2010
+++ /branches/bleeding_edge/tools/gyp/v8.gyp    Wed Aug 11 08:18:01 2010
@@ -396,6 +396,8 @@
         '../../src/natives.h',
         '../../src/objects-debug.cc',
         '../../src/objects-inl.h',
+        '../../src/objects-visiting.cc',
+        '../../src/objects-visiting.h',
         '../../src/objects.cc',
         '../../src/objects.h',
         '../../src/oprofile-agent.h',
=======================================
--- /branches/bleeding_edge/tools/v8.xcodeproj/project.pbxproj Thu Jul 29 01:31:36 2010 +++ /branches/bleeding_edge/tools/v8.xcodeproj/project.pbxproj Wed Aug 11 08:18:01 2010
@@ -249,6 +249,8 @@
C2BD4BDB120165A70046BF9F /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = C2BD4BD9120165A70046BF9F /* fixed-dtoa.cc */; }; C2BD4BE4120166180046BF9F /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = C2BD4BD9120165A70046BF9F /* fixed-dtoa.cc */; }; C2BD4BE51201661F0046BF9F /* dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = C2BD4BD5120165460046BF9F /* dtoa.cc */; }; + C2D1E9731212F2BC00187A52 /* objects-visiting.cc in Sources */ = {isa = PBXBuildFile; fileRef = C2D1E9711212F27B00187A52 /* objects-visiting.cc */; }; + C2D1E9741212F2CF00187A52 /* objects-visiting.cc in Sources */ = {isa = PBXBuildFile; fileRef = C2D1E9711212F27B00187A52 /* objects-visiting.cc */; };
 /* End PBXBuildFile section */

 /* Begin PBXContainerItemProxy section */
@@ -632,6 +634,8 @@
C2BD4BD6120165460046BF9F /* dtoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtoa.h; sourceTree = "<group>"; }; C2BD4BD9120165A70046BF9F /* fixed-dtoa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "fixed-dtoa.cc"; sourceTree = "<group>"; }; C2BD4BDA120165A70046BF9F /* fixed-dtoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fixed-dtoa.h"; sourceTree = "<group>"; }; + C2D1E9711212F27B00187A52 /* objects-visiting.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "objects-visiting.cc"; sourceTree = "<group>"; }; + C2D1E9721212F27B00187A52 /* objects-visiting.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "objects-visiting.h"; sourceTree = "<group>"; };
 /* End PBXFileReference section */

 /* Begin PBXFrameworksBuildPhase section */
@@ -726,6 +730,8 @@
                                897FF0F80E719B8F00D62E90 /* allocation.cc */,
                                897FF0F90E719B8F00D62E90 /* allocation.h */,
                                897FF0FA0E719B8F00D62E90 /* api.cc */,
+                               C2D1E9711212F27B00187A52 /* objects-visiting.cc 
*/,
+                               C2D1E9721212F27B00187A52 /* objects-visiting.h 
*/,
                                897FF0FB0E719B8F00D62E90 /* api.h */,
                                893986D40F29020C007D5254 /* apiutils.h */,
                                897FF0FC0E719B8F00D62E90 /* arguments.h */,
@@ -1268,6 +1274,7 @@
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
+                               C2D1E9731212F2BC00187A52 /* objects-visiting.cc 
in Sources */,
                                89A88DEC0E71A5FF0043BA31 /* accessors.cc in 
Sources */,
                                89A88DED0E71A6000043BA31 /* allocation.cc in 
Sources */,
                                89A88DEE0E71A6010043BA31 /* api.cc in Sources 
*/,
@@ -1391,6 +1398,7 @@
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
+                               C2D1E9741212F2CF00187A52 /* objects-visiting.cc 
in Sources */,
                                89F23C3F0E78D5B2006B2466 /* accessors.cc in 
Sources */,
                                89F23C400E78D5B2006B2466 /* allocation.cc in 
Sources */,
                                89F23C410E78D5B2006B2466 /* api.cc in Sources 
*/,
=======================================
--- /branches/bleeding_edge/tools/visual_studio/v8_base.vcproj Wed May 26 01:20:44 2010 +++ /branches/bleeding_edge/tools/visual_studio/v8_base.vcproj Wed Aug 11 08:18:01 2010
@@ -752,6 +752,15 @@
                                RelativePath="..\..\src\objects-inl.h"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\src\objects-visiting.cc"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\objects-visiting.h"
+                               >
+                       </File>
+
                        <File
                                RelativePath="..\..\src\objects.cc"
                                >
=======================================
--- /branches/bleeding_edge/tools/visual_studio/v8_base_arm.vcproj Fri May 21 22:27:19 2010 +++ /branches/bleeding_edge/tools/visual_studio/v8_base_arm.vcproj Wed Aug 11 08:18:01 2010
@@ -712,6 +712,13 @@
                                RelativePath="..\..\src\objects-inl.h"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\src\objects-visiting.cc"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\objects-visiting.h"
+                               >
                        <File
                                RelativePath="..\..\src\objects.cc"
                                >
=======================================
--- /branches/bleeding_edge/tools/visual_studio/v8_base_x64.vcproj Fri May 21 22:27:19 2010 +++ /branches/bleeding_edge/tools/visual_studio/v8_base_x64.vcproj Wed Aug 11 08:18:01 2010
@@ -705,6 +705,13 @@
                                RelativePath="..\..\src\objects-inl.h"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\src\objects-visiting.cc"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\objects-visiting.h"
+                               >
                        <File
                                RelativePath="..\..\src\objects.cc"
                                >

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to