Commit d60d7bc9 authored by deanm@chromium.org's avatar deanm@chromium.org

Fix missing include directories in v8.gyp.

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


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2395 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 54dd175c
......@@ -152,6 +152,9 @@
'js2c',
'v8_base',
],
'include_dirs': [
'../../src',
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/libraries-empty.cc',
'<(INTERMEDIATE_DIR)/snapshot.cc',
......@@ -506,6 +509,9 @@
'dependencies': [
'v8_nosnapshot',
],
'include_dirs': [
'../../src',
],
'sources': [
'../../src/mksnapshot.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