| Index: Source/modules/modules.gyp
|
| diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
|
| index 9f518783291dc0514c41ba879b184b4f2d5be828..81baa061a3d8a6cb985c7798d42e6c5ab8c2d682 100644
|
| --- a/Source/modules/modules.gyp
|
| +++ b/Source/modules/modules.gyp
|
| @@ -41,6 +41,7 @@
|
| '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
|
| '../config.gyp:config',
|
| '../core/core.gyp:webcore',
|
| + '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
|
| ],
|
| 'defines': [
|
| 'BLINK_IMPLEMENTATION=1',
|
| @@ -59,6 +60,7 @@
|
| 'dependencies': [
|
| '../config.gyp:config',
|
| '../core/core.gyp:webcore',
|
| + '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
|
| ],
|
| 'defines': [
|
| 'BLINK_IMPLEMENTATION=1',
|
|
|