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

Unified Diff: sky/engine/public/BUILD.gn

Issue 747663002: Audit all of sky's system <> style includes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/platform/weborigin/KURL.cpp ('k') | sky/engine/public/platform/WebFloatPoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/BUILD.gn
diff --git a/sky/engine/public/BUILD.gn b/sky/engine/public/BUILD.gn
index 3af5ff2f47cebe637b0ae1335252ac5bbdf18fff..8b92e1a866947ba9fc44bfab6471ea4da071ddd3 100644
--- a/sky/engine/public/BUILD.gn
+++ b/sky/engine/public/BUILD.gn
@@ -21,6 +21,10 @@ source_set("sky_headers") {
":sky_headers_config",
]
+ deps = [
+ "//ui/gfx/geometry",
+ ]
+
public = [
"platform/Platform.h",
"platform/ServiceProvider.h",
« no previous file with comments | « sky/engine/platform/weborigin/KURL.cpp ('k') | sky/engine/public/platform/WebFloatPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698