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

Unified Diff: ui/gfx/BUILD.gn

Issue 1783443003: Build HarfBuzz as loadable module when chromeos=1 under Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « third_party/harfbuzz-ng/harfbuzz.gypi ('k') | no next file » | no next file with comments »
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 c342cc7f3af1388d143bdb3cd7fd38994d4e83d3..825a8c8ad24308653a65647e8262f6752d36679a 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -274,7 +274,6 @@ component("gfx") {
"//base:i18n",
"//base/third_party/dynamic_annotations",
"//skia",
- "//third_party/harfbuzz-ng",
"//third_party/libpng",
"//third_party/zlib",
"//ui/gfx/geometry",
@@ -282,6 +281,7 @@ component("gfx") {
public_deps = [
"//base",
"//skia",
+ "//third_party/harfbuzz-ng",
"//third_party/icu",
]
« no previous file with comments | « third_party/harfbuzz-ng/harfbuzz.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698