Index: ui/gfx/BUILD.gn |
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn |
index 58300f215f4573ddcd139f7d140b711766015d9d..9840fe1b91c9945fd3f5350452c04d78173834a4 100644 |
--- a/ui/gfx/BUILD.gn |
+++ b/ui/gfx/BUILD.gn |
@@ -259,6 +259,14 @@ component("gfx") { |
# This is part of the gfx component in the component build. |
defines = [ "GFX_IMPLEMENTATION" ] |
+ public_deps = [ |
+ ":memory_buffer_sources", |
+ ":native_widget_types", |
+ "//base", |
+ "//skia", |
+ "//third_party/icu", |
+ "//ui/gfx/geometry", |
+ ] |
deps = [ |
":gfx_export", |
"//base", |
@@ -269,14 +277,6 @@ component("gfx") { |
"//third_party/harfbuzz-ng", |
"//third_party/libpng", |
"//third_party/zlib", |
- "//ui/gfx/geometry", |
- ] |
- public_deps = [ |
- ":memory_buffer_sources", |
- ":native_widget_types", |
- "//base", |
- "//skia", |
- "//third_party/icu", |
] |
# Text rendering conditions (complicated so separated out). |