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

Unified Diff: sky/shell/BUILD.gn

Issue 930673002: Add an implementation of url_loader.mojom using OkHttp (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update copyright Created 5 years, 10 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: sky/shell/BUILD.gn
diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn
index 547ed9fc25db7660d82500f020010ded4d6bc460..30be3cf84cb710c66920c85fdc04f5a117688ccd 100644
--- a/sky/shell/BUILD.gn
+++ b/sky/shell/BUILD.gn
@@ -85,6 +85,7 @@ android_library("java") {
"//mojo/public/java:bindings",
"//mojo/public/java:system",
"//mojo/services/network/public/interfaces:interfaces_java",
+ "//sky/services/oknet",
]
}

Powered by Google App Engine
This is Rietveld 408576698