Commit 01748149 authored by mmaly@chromium.org's avatar mmaly@chromium.org

Fix gyp files for d8 console. Include build/gyp in .gitignore.

BUG=
TEST=

Review URL: http://codereview.chromium.org/6765006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7418 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent eed67984
...@@ -19,6 +19,7 @@ d8 ...@@ -19,6 +19,7 @@ d8
d8_g d8_g
shell shell
shell_g shell_g
/build/gyp
/obj/ /obj/
/test/es5conform/data/ /test/es5conform/data/
/test/mozilla/data/ /test/mozilla/data/
......
...@@ -38,7 +38,10 @@ ...@@ -38,7 +38,10 @@
'../src', '../src',
], ],
'defines': [ 'defines': [
'ENABLE_LOGGING_AND_PROFILING',
'ENABLE_DEBUGGER_SUPPORT', 'ENABLE_DEBUGGER_SUPPORT',
'ENABLE_VMSTATE_TRACKING',
'V8_FAST_TLS',
], ],
'sources': [ 'sources': [
'd8.cc', 'd8.cc',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment