From 88be99e9c0127027237c71e310e25c64fc80ba0e Mon Sep 17 00:00:00 2001 From: "ricow@chromium.org" Date: Fri, 9 Apr 2010 07:29:58 +0000 Subject: [PATCH] Fix the gyp file to include the ENABLE_VMSTATE_TRACKING Review URL: http://codereview.chromium.org/1564021 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4369 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- tools/gyp/v8.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp index e526ff763c..be8a81c499 100644 --- a/tools/gyp/v8.gyp +++ b/tools/gyp/v8.gyp @@ -37,6 +37,7 @@ 'defines': [ 'ENABLE_LOGGING_AND_PROFILING', 'ENABLE_DEBUGGER_SUPPORT', + 'ENABLE_VMSTATE_TRACKING', ], 'conditions': [ ['target_arch=="arm"', {