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

Unified Diff: ui/gfx/BUILD.gn

Issue 1817903002: Make more of content pass "gn check" (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 | « 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 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).
« 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