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

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

Issue 1129063008: Move mojom definitions of URL{Request,Response} into SDK (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix up deps from other mojoms Created 5 years, 7 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 a608ae49fbdc591e9c183019a61043eec7455c43..deeb1e2021e536001af22d5d02ff51c678f8c3af 100644
--- a/services/python/mojo_url_redirector/BUILD.gn
+++ b/services/python/mojo_url_redirector/BUILD.gn
@@ -11,6 +11,7 @@ python_packaged_application("mojo_url_redirector") {
]
deps = [
"//mojo/public/interfaces/application:application_python",
+ "//mojo/public/interfaces/network:network_python",
"//mojo/public/python:packaged_application",
"//mojo/public/python:packaged_bindings",
"//mojo/python:packaged_utils",

Powered by Google App Engine
This is Rietveld 408576698