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

Unified Diff: services/keyboard_native/BUILD.gn

Issue 1394303004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 3). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_2-x-no_public_1
Patch Set: 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/fake_surfaces/fake_surfaces_service_application.cc ('k') | services/keyboard_native/predictor.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 096d2d0bca07ac73e22ba9eb9adf9329a593783a..562c9229ad0a8c3b9ea8fa17a86f82639eb18c8a 100644
--- a/services/keyboard_native/BUILD.gn
+++ b/services/keyboard_native/BUILD.gn
@@ -46,10 +46,10 @@ mojo_native_application("keyboard_native") {
"//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",
- "//mojo/services/surfaces/public/interfaces:surface_id",
+ "//mojo/services/prediction/interfaces",
+ "//mojo/services/surfaces/cpp",
+ "//mojo/services/surfaces/interfaces",
+ "//mojo/services/surfaces/interfaces:surface_id",
"//mojo/services/view_manager/public/cpp",
"//mojo/skia",
"//skia",
« no previous file with comments | « services/fake_surfaces/fake_surfaces_service_application.cc ('k') | services/keyboard_native/predictor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698