| 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 41bf1c37d805d65417803f988b0c65075e44a908..d067ba47386f18bdbfbb9960012ed715722e6511 100755
|
| --- a/build/linux/unbundle/replace_gyp_files.py
|
| +++ b/build/linux/unbundle/replace_gyp_files.py
|
| @@ -36,7 +36,7 @@ REPLACEMENTS = {
|
| 'use_system_re2': 'third_party/re2/re2.gyp',
|
| 'use_system_snappy': 'third_party/snappy/snappy.gyp',
|
| 'use_system_sqlite': 'third_party/sqlite/sqlite.gyp',
|
| - 'use_system_v8': 'v8/tools/gyp/v8.gyp',
|
| + 'use_system_v8': 'v8/src/v8.gyp',
|
| 'use_system_zlib': 'third_party/zlib/zlib.gyp',
|
| }
|
|
|
|
|