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

Unified Diff: ui/mojo/geometry/BUILD.gn

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 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: ui/mojo/geometry/BUILD.gn
diff --git a/chrome/browser/ui/webui/omnibox/BUILD.gn b/ui/mojo/geometry/BUILD.gn
similarity index 67%
copy from chrome/browser/ui/webui/omnibox/BUILD.gn
copy to ui/mojo/geometry/BUILD.gn
index 21613cbd2e893c9584cdb8f9602e49a8c0aaa280..1d7d4d5b527539bf3fb71064d57c01c41d814b2b 100644
--- a/chrome/browser/ui/webui/omnibox/BUILD.gn
+++ b/ui/mojo/geometry/BUILD.gn
@@ -4,9 +4,14 @@
import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
-# GYP version: chrome/chrome_web_ui_mojo_bindings.gyp:webui_mojo_bindings
-mojom("mojo_bindings") {
+mojom("interfaces") {
sources = [
- "omnibox.mojom",
+ "geometry.mojom",
+ ]
+}
+
+source_set("util") {
+ sources = [
+ "geometry_util.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698