Reviewers: Mads Ager, Michail Naganov,

Message:
This seems to fix the build on the webkit bots - but since I am not a gyp expert
please check that this is the right way to do it.

Description:
Fix the gyp file to include the ENABLE_VMSTATE_TRACKING


Please review this at http://codereview.chromium.org/1564021/show

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     tools/gyp/v8.gyp


Index: tools/gyp/v8.gyp
===================================================================
--- tools/gyp/v8.gyp    (revision 4368)
+++ tools/gyp/v8.gyp    (working copy)
@@ -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.

Reply via email to