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

Unified Diff: shell/application_manager/BUILD.gn

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
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 | « shell/android/android_handler.h ('k') | shell/application_manager/application_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/BUILD.gn
diff --git a/shell/application_manager/BUILD.gn b/shell/application_manager/BUILD.gn
index 273b5fe3a0e29f23aa96c6ff4ac5c0a4754f0d95..f2cb7d154ebcf642e5931f0aa339e1cd0a327cce 100644
--- a/shell/application_manager/BUILD.gn
+++ b/shell/application_manager/BUILD.gn
@@ -34,8 +34,8 @@ source_set("application_manager") {
"//mojo/converters/url",
"//mojo/data_pipe_utils",
"//mojo/public/interfaces/application:application",
- "//mojo/services/authenticating_url_loader_interceptor/public/interfaces",
- "//mojo/services/authentication/public/interfaces",
+ "//mojo/services/authenticating_url_loader_interceptor/interfaces",
+ "//mojo/services/authentication/interfaces",
"//mojo/services/network/public/interfaces",
"//mojo/services/url_response_disk_cache/public/interfaces",
"//url",
@@ -46,7 +46,7 @@ source_set("application_manager") {
"//url",
"//mojo/edk/system",
"//mojo/environment:chromium",
- "//mojo/services/content_handler/public/interfaces",
+ "//mojo/services/content_handler/interfaces",
"//shell:native_application_support",
]
}
« no previous file with comments | « shell/android/android_handler.h ('k') | shell/application_manager/application_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698