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

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: Created 5 years, 11 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 6fba50ada2aea4c44d2d4a231b3d4293dbe40786..633321d2257bf3c268307aa4debc3d4f0660e407 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',
'image/canvas_image_source.cc',
'image/canvas_image_source.h',
'image/image.cc',
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/harfbuzz_font_skia.h » ('j') | ui/gfx/harfbuzz_font_skia.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698