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

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

Issue 746023002: Make absolute and sort all Sky headers (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/config.h ('k') | sky/engine/core/Init.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/BUILD.gn
diff --git a/sky/engine/core/BUILD.gn b/sky/engine/core/BUILD.gn
index d7f77ff61c58f86bb05cef1c07540ffe95fd8e4d..b8949a3880f52b3e71c1d4fd08fdc02c83a29a23 100644
--- a/sky/engine/core/BUILD.gn
+++ b/sky/engine/core/BUILD.gn
@@ -64,6 +64,7 @@ static_library("core") {
":core_generated",
":libraries",
":prerequisites",
+ "//sky/engine/platform",
]
sources = sky_core_files
@@ -78,6 +79,8 @@ source_set("testing") {
":core",
":core_generated",
":prerequisites",
+ "//sky/engine/platform",
+ "//sky/engine/wtf",
]
sources = [
« no previous file with comments | « sky/engine/config.h ('k') | sky/engine/core/Init.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698