Also add i18n directories to gcmole

R=vegorov@chromium.org

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16170 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
jochen@chromium.org 2013-08-13 12:22:56 +00:00
parent 91f0f5f0c3
commit ab4cbbc083

View File

@ -105,6 +105,8 @@ local function MakeClangCommandLine(plugin, plugin_args, triple, arch_define)
.. " -DENABLE_DEBUGGER_SUPPORT"
.. " -DV8_I18N_SUPPORT"
.. " -Isrc"
.. " -Ithird_party/icu/source/common"
.. " -Ithird_party/icu/source/i18n"
end
function InvokeClangPluginForEachFile(filenames, cfg, func)