| 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" ]
|
|
|