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

Unified Diff: sky/engine/BUILD.gn

Issue 1135013006: Sketch new SkyView interface to the engine (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | sky/engine/public/sky/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/BUILD.gn
diff --git a/sky/engine/BUILD.gn b/sky/engine/BUILD.gn
index b94f7d515338af18a6067bf425d04861104d4b73..e78ba4ebe72a4c7b8345fe044d55f09fa46ba1a1 100644
--- a/sky/engine/BUILD.gn
+++ b/sky/engine/BUILD.gn
@@ -69,7 +69,8 @@ config("non_test_config") {
group("engine") {
deps = [
- "//sky/engine/web",
"//sky/engine/platform",
+ "//sky/engine/public/sky",
+ "//sky/engine/web",
]
}
« no previous file with comments | « no previous file | sky/engine/public/sky/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698