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

Unified Diff: services/keyboard_native/BUILD.gn

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices Created 5 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
« no previous file with comments | « services/keyboard/BUILD.gn ('k') | services/keyboard_native/key_layout.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/keyboard_native/BUILD.gn
diff --git a/services/keyboard_native/BUILD.gn b/services/keyboard_native/BUILD.gn
index c668c3a55f7c4f5ece2d172d1320623b800cc7a5..096d2d0bca07ac73e22ba9eb9adf9329a593783a 100644
--- a/services/keyboard_native/BUILD.gn
+++ b/services/keyboard_native/BUILD.gn
@@ -43,9 +43,9 @@ mojo_native_application("keyboard_native") {
"//mojo/public/cpp/bindings:callback",
"//mojo/public/cpp/utility",
"//mojo/public/interfaces/application",
- "//mojo/services/geometry/public/cpp",
- "//mojo/services/geometry/public/interfaces",
- "//mojo/services/keyboard/public/interfaces",
+ "//mojo/services/geometry/cpp",
+ "//mojo/services/geometry/interfaces",
+ "//mojo/services/keyboard/interfaces",
"//mojo/services/prediction/public/interfaces",
"//mojo/services/surfaces/public/cpp",
"//mojo/services/surfaces/public/interfaces",
« no previous file with comments | « services/keyboard/BUILD.gn ('k') | services/keyboard_native/key_layout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698