Revision: 6433
Author: [email protected]
Date: Sun Jan 23 22:54:51 2011
Log: 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
http://code.google.com/p/v8/source/detail?r=6433

Modified:
 /branches/bleeding_edge/src/extensions/experimental/experimental.gyp

=======================================
--- /branches/bleeding_edge/src/extensions/experimental/experimental.gyp Thu Jan 13 01:44:23 2011 +++ /branches/bleeding_edge/src/extensions/experimental/experimental.gyp Sun Jan 23 22:54:51 2011
@@ -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': [
     {

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to