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

Unified Diff: mojo/services/BUILD.gn

Issue 1193763004: Expose the asset_bundle service in SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: use source_set 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 | « no previous file | sky/sdk/lib/mojo/asset_bundle.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/BUILD.gn
diff --git a/mojo/services/BUILD.gn b/mojo/services/BUILD.gn
index 6704056c9dd13b58f915bc90bbab178f51e6fdad..e84ee17d90d7a1d658dda27f941a587e3ae8b79c 100644
--- a/mojo/services/BUILD.gn
+++ b/mojo/services/BUILD.gn
@@ -7,8 +7,9 @@ import("//build/config/ui.gni")
group("services") {
deps = [
"//mojo/services/accessibility/public/interfaces",
- "//mojo/services/authentication/public/interfaces",
+ "//mojo/services/asset_bundle/public/interfaces",
"//mojo/services/authenticating_url_loader_interceptor/public/interfaces",
+ "//mojo/services/authentication/public/interfaces",
"//mojo/services/camera_roll/public/interfaces",
"//mojo/services/clipboard/public/interfaces",
"//mojo/services/content_handler/public/interfaces",
« no previous file with comments | « no previous file | sky/sdk/lib/mojo/asset_bundle.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698