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

Unified Diff: mojo/services/content_handler/interfaces/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 | « mojo/message_pump/time_helper.cc ('k') | mojo/services/content_handler/interfaces/content_handler.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/content_handler/interfaces/BUILD.gn
diff --git a/third_party/mojo/src/mojo/services/tracing/public/interfaces/BUILD.gn b/mojo/services/content_handler/interfaces/BUILD.gn
similarity index 61%
copy from third_party/mojo/src/mojo/services/tracing/public/interfaces/BUILD.gn
copy to mojo/services/content_handler/interfaces/BUILD.gn
index 8d7ab59bad9508af935b48fb9fd4650127c503ee..19b7f4bd9876dae0620ae155c5c71b053c74ead4 100644
--- a/third_party/mojo/src/mojo/services/tracing/public/interfaces/BUILD.gn
+++ b/mojo/services/content_handler/interfaces/BUILD.gn
@@ -7,6 +7,13 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "tracing.mojom",
+ "content_handler.mojom",
+ ]
+
+ import_dirs = [ get_path_info("../../", "abspath") ]
+
+ mojo_sdk_deps = [
+ "mojo/public/interfaces/application",
+ "mojo/public/interfaces/network",
]
}
« no previous file with comments | « mojo/message_pump/time_helper.cc ('k') | mojo/services/content_handler/interfaces/content_handler.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698