| Index: ui/gfx/gfx.gyp
|
| diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
|
| index 7a3ed268d20852e679edab61c490eab1a029ddec..6211d2aa78d40c9286c9ac22150c00f6274f2eab 100644
|
| --- a/ui/gfx/gfx.gyp
|
| +++ b/ui/gfx/gfx.gyp
|
| @@ -101,6 +101,7 @@
|
| '<(DEPTH)/base/base.gyp:base_static',
|
| '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| + '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
|
| '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
|
| '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
|
| '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
|
| @@ -270,6 +271,8 @@
|
| 'range/range_win.cc',
|
| 'render_text.cc',
|
| 'render_text.h',
|
| + 'render_text_harfbuzz.cc',
|
| + 'render_text_harfbuzz.h',
|
| 'render_text_mac.cc',
|
| 'render_text_mac.h',
|
| 'render_text_ozone.cc',
|
|
|