From: ager@chromium.org Date: Mon, 24 Jan 2011 06:54:51 +0000 (+0000) Subject: WebKit build needs to be told where to look for ICU package. X-Git-Tag: upstream/4.7.83~20479 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73e8bc9e1a753c0763b6b28c115b53d2c9eae8db;p=platform%2Fupstream%2Fv8.git WebKit build needs to be told where to look for ICU package. Chromium already sets this variable in common.gypi which is force included to all gyp files in the build. Review URL: http://codereview.chromium.org/6250025 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6433 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/extensions/experimental/experimental.gyp b/src/extensions/experimental/experimental.gyp index 73888fc..4d7a936 100644 --- a/src/extensions/experimental/experimental.gyp +++ b/src/extensions/experimental/experimental.gyp @@ -27,7 +27,10 @@ { 'variables': { - 'icu_src_dir%': '', + # TODO(cira): Find out how to pass this value for arbitrary embedder. + # Chromium sets it in common.gypi and does force include of that file for + # all sub projects. + 'icu_src_dir%': '../../../../third_party/icu', }, 'targets': [ {