Revision: 7418
Author:   [email protected]
Date:     Tue Mar 29 10:54:44 2011
Log:      Fix gyp files for d8 console. Include build/gyp in .gitignore.

BUG=
TEST=

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

Modified:
 /branches/bleeding_edge/.gitignore
 /branches/bleeding_edge/src/d8.gyp

=======================================
--- /branches/bleeding_edge/.gitignore  Wed Mar 23 14:36:42 2011
+++ /branches/bleeding_edge/.gitignore  Tue Mar 29 10:54:44 2011
@@ -19,6 +19,7 @@
 d8_g
 shell
 shell_g
+/build/gyp
 /obj/
 /test/es5conform/data/
 /test/mozilla/data/
=======================================
--- /branches/bleeding_edge/src/d8.gyp  Tue Dec 14 00:16:39 2010
+++ /branches/bleeding_edge/src/d8.gyp  Tue Mar 29 10:54:44 2011
@@ -38,7 +38,10 @@
         '../src',
       ],
       'defines': [
+        'ENABLE_LOGGING_AND_PROFILING',
         'ENABLE_DEBUGGER_SUPPORT',
+        'ENABLE_VMSTATE_TRACKING',
+        'V8_FAST_TLS',
       ],
       'sources': [
         'd8.cc',

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

Reply via email to