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

Unified Diff: ui/gfx/BUILD.gn

Issue 2561263003: [ios] Excluded harfbuzz-ng and events code (Closed)
Patch Set: Synced with origin/master Created 4 years 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/events/BUILD.gn ('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 c50ffa01426caf98f2833ca28955fe716c747911..110c3f2ad76f12ddc65842ee7a2197a4386b44c5 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -261,7 +261,6 @@ component("gfx") {
"//base:i18n",
"//base/third_party/dynamic_annotations",
"//skia",
- "//third_party/harfbuzz-ng",
"//third_party/libpng",
"//third_party/qcms",
"//third_party/zlib",
@@ -310,7 +309,10 @@ component("gfx") {
sources += [ "scoped_cg_context_save_gstate_mac.h" ]
set_sources_assignment_filter(sources_assignment_filter)
} else {
- deps += [ "//third_party:jpeg" ]
+ deps += [
+ "//third_party:jpeg",
+ "//third_party/harfbuzz-ng",
+ ]
}
# Android.
« no previous file with comments | « ui/events/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698