| Index: mojo/services/network/interfaces/BUILD.gn
|
| diff --git a/mojo/services/network/interfaces/BUILD.gn b/mojo/services/network/interfaces/BUILD.gn
|
| index 32634cdade349d403ee4cd0a3315be68c9e432da..2c00d5031cab4596680ab82af0488a6cc854784e 100644
|
| --- a/mojo/services/network/interfaces/BUILD.gn
|
| +++ b/mojo/services/network/interfaces/BUILD.gn
|
| @@ -27,5 +27,8 @@ mojom("interfaces") {
|
| "//third_party/mojo/src/mojo/public/interfaces/network",
|
| ]
|
|
|
| - import_dirs = [ get_path_info("../../", "abspath") ]
|
| + import_dirs = [
|
| + get_path_info("../../", "abspath"),
|
| + "//third_party/mojo/src",
|
| + ]
|
| }
|
|
|