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

Unified Diff: blimp/engine/BUILD.gn

Issue 1735783002: Add Android fonts to blimp engine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@khushal-fonts
Patch Set: Created 4 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
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index b91730fe579e3977006ace82639577951adc0997..c917761809874f1b6153967c3cf453fa7cb1c84a 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -222,6 +222,7 @@ if (is_linux) {
deps = [
":blimp_engine_app",
":pak",
+ "//blimp/fonts",
"//sandbox/linux:chrome_sandbox",
]

Powered by Google App Engine
This is Rietveld 408576698