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

Unified Diff: mojo/application/public/interfaces/BUILD.gn

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 7 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/application/public/interfaces/BUILD.gn
diff --git a/ui/mojo/geometry/BUILD.gn b/mojo/application/public/interfaces/BUILD.gn
similarity index 67%
copy from ui/mojo/geometry/BUILD.gn
copy to mojo/application/public/interfaces/BUILD.gn
index 1d7d4d5b527539bf3fb71064d57c01c41d814b2b..37d91b07336ac2195388ef4ee00aafc96f4cea72 100644
--- a/ui/mojo/geometry/BUILD.gn
+++ b/mojo/application/public/interfaces/BUILD.gn
@@ -4,14 +4,11 @@
import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
+# GYP version: mojo/mojo_base.gyp:mojo_application_bindings
mojom("interfaces") {
sources = [
- "geometry.mojom",
- ]
-}
-
-source_set("util") {
- sources = [
- "geometry_util.h",
+ "application.mojom",
+ "service_provider.mojom",
+ "shell.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698