Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: tools/gyp/v8.gyp

Issue 3166008: Add object-visiting.cc into GYP/XCode/MSVC project files. (Closed)
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/v8.xcodeproj/project.pbxproj » ('j') | tools/v8.xcodeproj/project.pbxproj » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index dbd94bf0b907757b9fa19cafeef580304b3ee683..8f2bb8d8c72f7a30fe77420b2fdfe04e751c88e2 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -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',
« no previous file with comments | « no previous file | tools/v8.xcodeproj/project.pbxproj » ('j') | tools/v8.xcodeproj/project.pbxproj » ('J')

Powered by Google App Engine
This is Rietveld 408576698