| Index: Source/modules/modules.gyp
|
| diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
|
| index 313724e98f168b9d85c41830c6cf61f5caf77a5c..4d3905c3fa0b5067270b2a2210f4d0d167a3bc6a 100644
|
| --- a/Source/modules/modules.gyp
|
| +++ b/Source/modules/modules.gyp
|
| @@ -39,8 +39,10 @@
|
| # GN version: //third_party/WebKit/Source/modules:modules
|
| 'target_name': 'modules',
|
| 'dependencies': [
|
| - '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
|
| + '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
|
| + '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
|
| '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
|
| + '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
|
| '../config.gyp:config',
|
| 'modules_generated.gyp:make_modules_generated',
|
| ],
|
|
|