Commit d637c32e authored by cira@chromium.org's avatar cira@chromium.org

Fix experimental.gyp to include i18n-empty-js.cc so that js2c.py get correct parameters.

Bug occured somewhere in the merge process.
Review URL: http://codereview.chromium.org/6875013

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7634 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 5d70a291
......@@ -75,6 +75,7 @@
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/i18n-js.cc',
'<(SHARED_INTERMEDIATE_DIR)/i18n-empty-js.cc'
],
'action': [
'python',
......
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