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

Unified Diff: ui/gfx/BUILD.gn

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
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | ui/gfx/harfbuzz_font_skia.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 09cab868fe5e190b23990da091323f39b8e508f7..8ac22a089e5c7771ca81e3115d94beef5411e99f 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -243,6 +243,8 @@ component("gfx") {
} else {
# These text rendering files are supported everywhere text rendering is.
sources += [
+ "harfbuzz_font_skia.cc",
+ "harfbuzz_font_skia.h",
"render_text.cc",
"render_text.h",
"render_text_harfbuzz.cc",
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | ui/gfx/harfbuzz_font_skia.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698