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

Unified Diff: ui/gfx/gfx.gyp

Issue 891183003: Extract the Skia implementation of HarfBuzz font to its own file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 10 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
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/harfbuzz_font_skia.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index f4f9a8108c83749bae22ebe621aa8a85ef4b4abd..97e16debbb88e0781e6138ac597b97e317df2966 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -182,6 +182,8 @@
'gfx_paths.h',
'gpu_memory_buffer.cc',
'gpu_memory_buffer.h',
+ 'harfbuzz_font_skia.cc',
+ 'harfbuzz_font_skia.h',
'hud_font.cc',
'hud_font.h',
'image/canvas_image_source.cc',
@@ -385,6 +387,8 @@
}],
['OS=="android" or OS=="ios"', {
'sources!': [
+ 'harfbuzz_font_skia.cc',
+ 'harfbuzz_font_skia.h',
'render_text.cc',
'render_text.h',
'render_text_harfbuzz.cc',
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/harfbuzz_font_skia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698