summaryrefslogtreecommitdiffstats
path: root/mojo/services/content_handler/public/interfaces/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/services/content_handler/public/interfaces/BUILD.gn')
-rw-r--r--mojo/services/content_handler/public/interfaces/BUILD.gn8
1 files changed, 7 insertions, 1 deletions
diff --git a/mojo/services/content_handler/public/interfaces/BUILD.gn b/mojo/services/content_handler/public/interfaces/BUILD.gn
index cb38d83..5016c65 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" ]