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

Unified Diff: services/python/mojo_url_redirector/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: services/python/mojo_url_redirector/BUILD.gn
diff --git a/services/python/mojo_url_redirector/BUILD.gn b/services/python/mojo_url_redirector/BUILD.gn
index 73afcc9f39cf5884ee62243f334df68a6add3b41..83274a4b2cfbd583e5d09a605f06751a460ee383 100644
--- a/services/python/mojo_url_redirector/BUILD.gn
+++ b/services/python/mojo_url_redirector/BUILD.gn
@@ -15,7 +15,7 @@ python_packaged_application("mojo_url_redirector") {
"//mojo/public/python:packaged_application",
"//mojo/public/python:packaged_bindings",
"//mojo/python:packaged_utils",
- "//mojo/services/http_server/public/interfaces:interfaces_python",
+ "//mojo/services/http_server/interfaces:interfaces_python",
"//mojo/services/network/public/interfaces:interfaces_python",
]
datadeps = [
@@ -38,8 +38,8 @@ mojo_native_application("apptests") {
"//mojo/application",
"//mojo/application:test_support",
"//mojo/data_pipe_utils",
- "//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",
]
« no previous file with comments | « services/native_viewport/platform_viewport.h ('k') | services/python/mojo_url_redirector/mojo_url_redirector_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698