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

Unified Diff: shell/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
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 24f9dd804c8aeea624235e461a032c8d495e1512..3b0929fc49fbdac63520946ea81d6fa18b4bd51f 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -235,8 +235,8 @@ source_set("parent_lib") {
":run_android_application_function",
"//mojo/application:content_handler",
"//mojo/services/content_handler/interfaces",
- "//mojo/services/gpu/public/interfaces",
- "//mojo/services/native_viewport/public/interfaces",
+ "//mojo/services/gpu/interfaces",
+ "//mojo/services/native_viewport/interfaces",
"//services/gles2",
"//services/native_viewport:lib",
]
@@ -354,7 +354,7 @@ if (is_android) {
"//mojo/public/java:application",
"//mojo/public/java:bindings",
"//mojo/public/java:system",
- "//mojo/services/keyboard/public/interfaces:interfaces_java",
+ "//mojo/services/keyboard/interfaces:interfaces_java",
"//services/authentication",
"//services/location",
"//services/intent_receiver:bindings_java",
@@ -637,8 +637,8 @@ mojo_native_application("apptests") {
"//mojo/public/cpp/bindings:callback",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system:system",
- "//mojo/services/http_server/public/cpp",
- "//mojo/services/http_server/public/interfaces",
+ "//mojo/services/http_server/cpp",
+ "//mojo/services/http_server/interfaces",
"//mojo/services/network/public/interfaces",
"//shell/test:bindings",
":embed_pingable",
« no previous file with comments | « services/window_manager/native_viewport_event_dispatcher_impl.h ('k') | shell/android/native_viewport_application_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698