Revision: 4369 Author: [email protected] Date: Fri Apr 9 00:29:58 2010 Log: Fix the gyp file to include the ENABLE_VMSTATE_TRACKING
Review URL: http://codereview.chromium.org/1564021 http://code.google.com/p/v8/source/detail?r=4369 Modified: /branches/bleeding_edge/tools/gyp/v8.gyp ======================================= --- /branches/bleeding_edge/tools/gyp/v8.gyp Thu Apr 8 06:37:39 2010 +++ /branches/bleeding_edge/tools/gyp/v8.gyp Fri Apr 9 00:29:58 2010 @@ -37,6 +37,7 @@ 'defines': [ 'ENABLE_LOGGING_AND_PROFILING', 'ENABLE_DEBUGGER_SUPPORT', + 'ENABLE_VMSTATE_TRACKING', ], 'conditions': [ ['target_arch=="arm"', { -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev To unsubscribe, reply using "remove me" as the subject.
