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

Unified Diff: ui/gfx/BUILD.gn

Issue 289283015: Extract touchscreen device management into a generic manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated Created 6 years, 6 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: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index e2796a1b7ac1616ee156c6a5c72ad4a99755e638..e037d5e1a0d4c69b414565debfa42fad991c923f 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -228,6 +228,7 @@ component("gfx") {
"//third_party/zlib",
"//ui/gfx/geometry",
]
+ forward_dependent_configs_from = [ "//skia" ]
# Text rendering conditions (complicated so separated out).
if (is_android || is_ios) {

Powered by Google App Engine
This is Rietveld 408576698