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

Unified Diff: mandoline/services/navigation/public/interfaces/BUILD.gn

Issue 1110823002: Fix Mojo and Mandoline builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « mandoline/app/desktop/main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/services/navigation/public/interfaces/BUILD.gn
diff --git a/mandoline/services/navigation/public/interfaces/BUILD.gn b/mandoline/services/navigation/public/interfaces/BUILD.gn
index 9c495d478016effa9e3decd0a21e35b47ee02ae5..5b5dca62113472ae1cfed62b35753f60a5b7c4ec 100644
--- a/mandoline/services/navigation/public/interfaces/BUILD.gn
+++ b/mandoline/services/navigation/public/interfaces/BUILD.gn
@@ -10,6 +10,8 @@ mojom("interfaces") {
"navigation.mojom",
]
+ import_dirs = [ mojo_network_service_root ]
+
deps = [
"//mojo/services/network/public/interfaces",
]
« no previous file with comments | « mandoline/app/desktop/main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698