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

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

Issue 2016583002: mojo/converters/ime,display -> ui/platform_window,display/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@converters_surfaces
Patch Set: . Created 4 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
« no previous file with comments | « ui/mojo/ime/text_input_state.mojom ('k') | ui/platform_window/mojo/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/platform_window/mojo/BUILD.gn
diff --git a/mojo/converters/ime/BUILD.gn b/ui/platform_window/mojo/BUILD.gn
similarity index 78%
rename from mojo/converters/ime/BUILD.gn
rename to ui/platform_window/mojo/BUILD.gn
index 3914ee31a180f198e15f3191ccb7ee280083706d..3f137142ef895d0e38af1e7234d12f28a46d58f1 100644
--- a/mojo/converters/ime/BUILD.gn
+++ b/ui/platform_window/mojo/BUILD.gn
@@ -2,18 +2,20 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//mojo/public/tools/bindings/mojom.gni")
+
# This target does NOT depend on skia. One can depend on this target to avoid
# picking up a dependency on skia.
-component("ime") {
+component("mojo") {
output_name = "mojo_ime_lib"
public_deps = [
"//ui/base/ime",
]
deps = [
+ ":interfaces",
"//base",
"//mojo/public/c/system:for_component",
- "//ui/mojo/ime:interfaces",
"//ui/platform_window",
]
@@ -25,3 +27,9 @@ component("ime") {
"mojo_ime_export.h",
]
}
+
+mojom("interfaces") {
+ sources = [
+ "text_input_state.mojom",
+ ]
+}
« no previous file with comments | « ui/mojo/ime/text_input_state.mojom ('k') | ui/platform_window/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698