| Index: build/linux/unbundle/replace_gyp_files.py
|
| diff --git a/build/linux/unbundle/replace_gyp_files.py b/build/linux/unbundle/replace_gyp_files.py
|
| index 13f7ba96126162b1cc6c4cbfcd74db7c828b325f..1f3b86a6c8e1585855d507ff6b5860d1775eaacb 100755
|
| --- a/build/linux/unbundle/replace_gyp_files.py
|
| +++ b/build/linux/unbundle/replace_gyp_files.py
|
| @@ -22,7 +22,7 @@ REPLACEMENTS = {
|
| 'use_system_harfbuzz': 'third_party/harfbuzz-ng/harfbuzz.gyp',
|
| 'use_system_icu': 'third_party/icu/icu.gyp',
|
| 'use_system_jsoncpp': 'third_party/jsoncpp/jsoncpp.gyp',
|
| - 'use_system_libevent': 'third_party/libevent/libevent.gyp',
|
| + 'use_system_libevent': 'base/third_party/libevent/libevent.gyp',
|
| 'use_system_libjpeg': 'third_party/libjpeg/libjpeg.gyp',
|
| 'use_system_libpng': 'third_party/libpng/libpng.gyp',
|
| 'use_system_libusb': 'third_party/libusb/libusb.gyp',
|
|
|