| 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 59a6f8071f4ef81845df70ead841eb3f94249511..746251052a0a97587bb5fe0ada97ca02f300d223 100755
|
| --- a/build/linux/unbundle/replace_gyp_files.py
|
| +++ b/build/linux/unbundle/replace_gyp_files.py
|
| @@ -31,6 +31,7 @@ REPLACEMENTS = {
|
| 'use_system_libxslt': 'third_party/libxslt/libxslt.gyp',
|
| 'use_system_opus': 'third_party/opus/opus.gyp',
|
| 'use_system_re2': 'third_party/re2/re2.gyp',
|
| + 'use_system_snappy': 'third_party/snappy/snappy.gyp',
|
| 'use_system_speex': 'third_party/speex/speex.gyp',
|
| 'use_system_sqlite': 'third_party/sqlite/sqlite.gyp',
|
| 'use_system_v8': 'v8/tools/gyp/v8.gyp',
|
|
|