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

Unified Diff: mojo/services/public/interfaces/content_handler/BUILD.gn

Issue 423963004: First cut at "content handling" support in Mojo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more gn Created 6 years, 4 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
Index: mojo/services/public/interfaces/content_handler/BUILD.gn
diff --git a/mojo/services/public/interfaces/navigation/BUILD.gn b/mojo/services/public/interfaces/content_handler/BUILD.gn
similarity index 70%
copy from mojo/services/public/interfaces/navigation/BUILD.gn
copy to mojo/services/public/interfaces/content_handler/BUILD.gn
index 73e057828412703daf1776738671425472e2b2e1..ef6f3a3a5424a6aa3a43308280572a03941fa697 100644
--- a/mojo/services/public/interfaces/navigation/BUILD.gn
+++ b/mojo/services/public/interfaces/content_handler/BUILD.gn
@@ -4,10 +4,10 @@
import("//mojo/public/tools/bindings/mojom.gni")
-# GYP version: mojo/mojo_services.gypi:mojo_navigation_bindings
-mojom("navigation") {
+# GYP version: mojo/mojo_services.gypi:mojo_content_handler_bindings
+mojom("content_handler") {
sources = [
- "navigation.mojom",
+ "content_handler.mojom",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698