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

Unified Diff: mojo/services/content_handler/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/content_handler/public/interfaces/BUILD.gn
diff --git a/mojo/services/content_handler/public/interfaces/BUILD.gn b/mojo/services/content_handler/public/interfaces/BUILD.gn
index cb38d8384ad55ab0d8748c66f2d09aba653c3eb6..5016c6555d74bd1e4ee79d2698a1db88313a75eb 100644
--- a/mojo/services/content_handler/public/interfaces/BUILD.gn
+++ b/mojo/services/content_handler/public/interfaces/BUILD.gn
@@ -12,8 +12,14 @@ 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",
]
mojo_sdk_deps = [ "mojo/public/interfaces/application" ]

Powered by Google App Engine
This is Rietveld 408576698