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

Unified Diff: mojo/application/BUILD.gn

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 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 | « crypto/wincrypt_shim.h ('k') | mojo/application/application_runner_chromium.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 67ebc4bd745395c7f8c436790fc3c89f4a6841eb..554f7ea8c6ffdd5e13fd9621ec313a10e33cfc0d 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -8,11 +8,30 @@ source_set("application") {
"application_runner_chromium.h",
]
+ public_deps = [
+ "//third_party/mojo/src/mojo/public/cpp/application",
+ ]
deps = [
"//base",
- "//mojo/common",
- "//third_party/mojo/src/mojo/public/cpp/application",
+ "//mojo/message_pump",
"//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/environment:chromium",
+ ]
+}
+
+source_set("content_handler") {
+ sources = [
+ "content_handler_factory.cc",
+ "content_handler_factory.h",
+ ]
+ deps = [
+ ":application",
+ "//base",
+ "//mojo/environment:chromium",
+ "//mojo/message_pump",
+ "//third_party/mojo/src/mojo/public/interfaces/application",
+ "//mojo/services/content_handler/interfaces",
+ "//mojo/services/network/interfaces",
]
}
« no previous file with comments | « crypto/wincrypt_shim.h ('k') | mojo/application/application_runner_chromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698