Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(964)

Unified Diff: ui/gfx/gfx.gyp

Issue 152473008: More or less implement RenderTextHarfBuzz (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more comments Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 338b8a3939f4199f62bf72a0fd63511ce257418d..2dff1a8fb92707d2b6a3f7722aaf5f890049e7f9 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -76,6 +76,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',
@@ -91,6 +92,9 @@
'defines': [
'GFX_IMPLEMENTATION',
],
+ 'include_dirs': [
+ '<(DEPTH)/third_party/icu/source/common'
+ ],
'sources': [
'android/device_display_info.cc',
'android/device_display_info.h',
@@ -237,6 +241,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',
« no previous file with comments | « ui/gfx/DEPS ('k') | ui/gfx/render_text.h » ('j') | ui/gfx/render_text_harfbuzz.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698