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

Unified Diff: services/js/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
« no previous file with comments | « services/http_server/http_server_impl.h ('k') | services/js/test/network_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/BUILD.gn
diff --git a/services/js/BUILD.gn b/services/js/BUILD.gn
index 2b475964d53843c4a70ab02c1e19ad330529320f..1c15cd18e85ed3cd4301f626252b27625aae87e1 100644
--- a/services/js/BUILD.gn
+++ b/services/js/BUILD.gn
@@ -43,7 +43,7 @@ mojo_native_application("js_content_handler") {
"//mojo/public/cpp/utility",
"//mojo/public/interfaces/application",
"//mojo/services/content_handler/interfaces",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
"//services/js/modules/clock",
"//services/js/modules/gl",
"//services/js/system",
« no previous file with comments | « services/http_server/http_server_impl.h ('k') | services/js/test/network_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698