Chromium Code Reviews| Index: src/extensions/experimental/experimental.gyp |
| =================================================================== |
| --- src/extensions/experimental/experimental.gyp (revision 6430) |
| +++ src/extensions/experimental/experimental.gyp (working copy) |
| @@ -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', |
|
Mads Ager (chromium)
2011/01/24 06:53:35
This really should be handled in some other way th
|
| }, |
| 'targets': [ |
| { |