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

Unified Diff: examples/keyboard_client/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 | « examples/js/cube.js ('k') | examples/keyboard_client/keyboard_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/keyboard_client/BUILD.gn
diff --git a/examples/keyboard_client/BUILD.gn b/examples/keyboard_client/BUILD.gn
index 49b61d6b4507999539066960275aa7552951c4ba..289c2ad0a4c0366d7d16293a985527f9ea94aff4 100644
--- a/examples/keyboard_client/BUILD.gn
+++ b/examples/keyboard_client/BUILD.gn
@@ -14,10 +14,10 @@ mojo_native_application("keyboard_client") {
"//mojo/application",
"//mojo/gpu",
"//mojo/public/interfaces/application:application__generator",
- "//mojo/services/geometry/public/cpp:cpp",
- "//mojo/services/geometry/public/interfaces:interfaces__generator",
- "//mojo/services/keyboard/public/interfaces",
- "//mojo/services/surfaces/public/cpp:cpp",
+ "//mojo/services/geometry/cpp",
+ "//mojo/services/geometry/interfaces:interfaces__generator",
+ "//mojo/services/keyboard/interfaces",
+ "//mojo/services/surfaces/public/cpp",
"//mojo/services/surfaces/public/interfaces:interfaces_cpp_sources",
"//mojo/services/surfaces/public/interfaces:surface_id_cpp_sources",
"//mojo/services/view_manager/public/cpp",
« no previous file with comments | « examples/js/cube.js ('k') | examples/keyboard_client/keyboard_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698