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

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

Issue 883843002: Update mojo sdk to rev 126532ce21c5c3c55a1e1693731411cb60169efd (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review Created 5 years, 11 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: mojo/services/navigation/public/interfaces/BUILD.gn
diff --git a/mojo/services/navigation/public/interfaces/BUILD.gn b/mojo/services/navigation/public/interfaces/BUILD.gn
index 9b396e724c0ad3716fb4fffc47672b262cabfd37..da9fc70df0ac367b4f50600049670b81e9704f50 100644
--- a/mojo/services/navigation/public/interfaces/BUILD.gn
+++ b/mojo/services/navigation/public/interfaces/BUILD.gn
@@ -12,7 +12,13 @@ mojom("interfaces") {
import_dirs = [ get_path_info("../../../", "abspath") ]
+ if (defined(network_service_root)) {
+ import_dirs += [ network_service_root ]
+ } else {
+ network_service_root = "../../.."
+ }
+
deps = [
- "../../../network/public/interfaces",
+ "$network_service_root/network/public/interfaces",
]
}
« no previous file with comments | « mojo/services/native_viewport/public/interfaces/native_viewport.mojom ('k') | mojo/services/public/js/application.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698