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
This commit is contained in:
parent
54dd175cac
commit
d60d7bc9c4
@ -152,6 +152,9 @@
|
|||||||
'js2c',
|
'js2c',
|
||||||
'v8_base',
|
'v8_base',
|
||||||
],
|
],
|
||||||
|
'include_dirs': [
|
||||||
|
'../../src',
|
||||||
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'<(SHARED_INTERMEDIATE_DIR)/libraries-empty.cc',
|
'<(SHARED_INTERMEDIATE_DIR)/libraries-empty.cc',
|
||||||
'<(INTERMEDIATE_DIR)/snapshot.cc',
|
'<(INTERMEDIATE_DIR)/snapshot.cc',
|
||||||
@ -506,6 +509,9 @@
|
|||||||
'dependencies': [
|
'dependencies': [
|
||||||
'v8_nosnapshot',
|
'v8_nosnapshot',
|
||||||
],
|
],
|
||||||
|
'include_dirs': [
|
||||||
|
'../../src',
|
||||||
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'../../src/mksnapshot.cc',
|
'../../src/mksnapshot.cc',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user