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

Unified Diff: mojo/application/BUILD.gn

Issue 687273002: mojo: Update content handler API (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Add missing comment Created 6 years, 2 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 | « mojo/BUILD.gn ('k') | mojo/application/content_handler_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application/BUILD.gn
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn
index 746f778db942342cb989fe943e93e5dccc423bbd..077d429da5d88f82017f092a2c6f6e0d74f360cb 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -18,3 +18,17 @@ source_set("application") {
"//mojo/environment:chromium",
]
}
+
+source_set("content_handler") {
+ sources = [
+ "content_handler_factory.cc",
+ "content_hander_factory.h",
+ ]
+ deps = [
+ ":application",
+ "//base",
+ "//mojo/common",
+ "//mojo/environment:chromium",
+ "//mojo/services/public/interfaces/content_handler",
+ ]
+}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/application/content_handler_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698