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

Unified Diff: components/core_services/BUILD.gn

Issue 1115363002: mojo: Use ContentHandlers to bundle multiple Applications into a module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename redirect -> alias Created 5 years, 8 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 | « components/clipboard/main.cc ('k') | components/core_services/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/core_services/BUILD.gn
diff --git a/components/core_services/BUILD.gn b/components/core_services/BUILD.gn
index b82d36e750f15a8359bdc284ea8fe56eaa04fa61..3ac2d27af70b579cb225435138d11795841d0ccd 100644
--- a/components/core_services/BUILD.gn
+++ b/components/core_services/BUILD.gn
@@ -22,5 +22,6 @@ mojo_native_application("core_services") {
"//mojo/environment:chromium",
"//third_party/mojo/src/mojo/public/interfaces/application",
"//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
+ "//third_party/mojo_services/src/content_handler/public/interfaces",
]
}
« no previous file with comments | « components/clipboard/main.cc ('k') | components/core_services/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698