| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 26039a7442c2a14b3bd0142c4cf0294d5c96c686..2540ae6df54e70c8f2154db087ed3ba0cccb9af9 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1157,6 +1157,9 @@
|
| # Use brlapi from brltty for braille display support.
|
| 'use_brlapi%': 0,
|
|
|
| + # Relative path to icu.gyp from this file.
|
| + 'icu_gyp_path': '../third_party/icu/icu.gyp',
|
| +
|
| 'conditions': [
|
| # The version of GCC in use, set later in platforms that use GCC and have
|
| # not explicitly chosen to build with clang. Currently, this means all
|
|
|