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

Unified Diff: services/python/mojo_url_redirector/BUILD.gn

Issue 1404443004: Move //mojo/services/network/public/interfaces to //mojo/services/network/interfaces. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add some missing dependencies 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 83274a4b2cfbd583e5d09a605f06751a460ee383..b7c0252280face5360ed37cf72e6605e86705d9e 100644
--- a/services/python/mojo_url_redirector/BUILD.gn
+++ b/services/python/mojo_url_redirector/BUILD.gn
@@ -16,7 +16,7 @@ python_packaged_application("mojo_url_redirector") {
"//mojo/public/python:packaged_bindings",
"//mojo/python:packaged_utils",
"//mojo/services/http_server/interfaces:interfaces_python",
- "//mojo/services/network/public/interfaces:interfaces_python",
+ "//mojo/services/network/interfaces:interfaces_python",
]
datadeps = [
"//services/python/content_handler",
@@ -40,7 +40,7 @@ mojo_native_application("apptests") {
"//mojo/data_pipe_utils",
"//mojo/services/http_server/cpp",
"//mojo/services/http_server/interfaces",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
]
data_deps = [
« no previous file with comments | « services/nacl/content_handler_main.cc ('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