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

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

Issue 1203143004: Make it possible to run Sky apps offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: gn check Created 5 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
« no previous file with comments | « sky/engine/public/platform/WebString.h ('k') | sky/engine/public/sky/sky_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/sky/BUILD.gn
diff --git a/sky/engine/public/sky/BUILD.gn b/sky/engine/public/sky/BUILD.gn
index ae306b2ba2b2369d34459368d9fe2d1e1bd6b4c8..19c32b2f2538a8a48318842eb73efe213db036e4 100644
--- a/sky/engine/public/sky/BUILD.gn
+++ b/sky/engine/public/sky/BUILD.gn
@@ -5,10 +5,12 @@
source_set("sky") {
deps = [
"//base",
+ "//mojo/public/cpp/system",
+ "//mojo/services/network/public/interfaces",
"//skia",
"//sky/engine/core",
"//sky/engine/platform",
- "//mojo/services/network/public/interfaces",
+ "//sky/engine/wtf",
]
configs += [
« no previous file with comments | « sky/engine/public/platform/WebString.h ('k') | sky/engine/public/sky/sky_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698