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

Unified Diff: mojo/examples/keyboard/BUILD.gn

Issue 640893003: Move mojo/services/public/cpp TypeConverters to mojo/converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN. Created 6 years, 2 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/examples/keyboard/BUILD.gn
diff --git a/mojo/examples/keyboard/BUILD.gn b/mojo/examples/keyboard/BUILD.gn
index fb3e726b1852b5591995b65d6454f54fff20c03d..c6fb8df088eb76983c9ca8a109ea7e61cd9a753f 100644
--- a/mojo/examples/keyboard/BUILD.gn
+++ b/mojo/examples/keyboard/BUILD.gn
@@ -27,9 +27,8 @@ shared_library("keyboard") {
"//mojo/application",
"//mojo/aura",
"//mojo/common",
+ "//mojo/converters",
"//mojo/public/c/system:for_shared_library",
- "//mojo/services/public/cpp/geometry",
- "//mojo/services/public/cpp/input_events",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/navigation",

Powered by Google App Engine
This is Rietveld 408576698