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

Unified Diff: mojo/application/BUILD.gn

Issue 1049993002: Get mojo_shell building inside chromium checkout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit Created 5 years, 9 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/DEPS » ('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 dda877ea9daf029c747cbf0fc1d89d81b7417da0..0087ebcf95ff46e49ede269a9e46acbd826ea1ef 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -19,6 +19,22 @@ source_set("application") {
]
}
+source_set("content_handler") {
+ sources = [
+ "content_handler_factory.cc",
+ "content_handler_factory.h",
+ ]
+ deps = [
+ ":application",
+ "//base",
+ "//mojo/common",
+ "//mojo/environment:chromium",
+ "//third_party/mojo/src/mojo/public/interfaces/application",
+ "//third_party/mojo_services/src/content_handler/public/interfaces",
+ "//mojo/services/network/public/interfaces",
+ ]
+}
+
source_set("test_support") {
testonly = true
sources = [
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/application/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698