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

Unified Diff: shell/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/view_manager/view_manager_service_impl.h ('k') | shell/android/android_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 3b0929fc49fbdac63520946ea81d6fa18b4bd51f..774a6d3c90424ff24c3aa38050e128aae44d2fab 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -204,7 +204,7 @@ source_set("parent_lib") {
"//mojo/public/cpp/bindings",
"//mojo/public/interfaces/application",
"//mojo/services/network/public/interfaces",
- "//mojo/services/tracing/public/interfaces",
+ "//mojo/services/tracing/interfaces",
"//services/url_response_disk_cache",
"//shell/application_manager",
"//url",
@@ -361,7 +361,7 @@ if (is_android) {
"//services/native_viewport:interfaces_java",
"//services/nfc_message_sink:bindings_java",
"//services/sharing_sink:bindings_java",
- "//mojo/services/nfc/public/interfaces:interfaces_java",
+ "//mojo/services/nfc/interfaces:interfaces_java",
"//services/keyboard",
"//services/native_viewport:native_viewport_java",
]
@@ -664,7 +664,7 @@ mojo_native_application("shell_nfc_apptests") {
"//mojo/public/cpp/bindings:callback",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system:system",
- "//mojo/services/nfc/public/interfaces",
+ "//mojo/services/nfc/interfaces",
"//shell/test:bindings",
]
}
« no previous file with comments | « services/view_manager/view_manager_service_impl.h ('k') | shell/android/android_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698