| Index: mojo/public/cpp/system/BUILD.gn
|
| diff --git a/mojo/public/cpp/system/BUILD.gn b/mojo/public/cpp/system/BUILD.gn
|
| index 046ede0a3e0816e7367245c1cb7eddf0f70940b2..91b8b28995248d05894d0bc10545f5dbb1e21a3f 100644
|
| --- a/mojo/public/cpp/system/BUILD.gn
|
| +++ b/mojo/public/cpp/system/BUILD.gn
|
| @@ -10,8 +10,10 @@ source_set("system") {
|
| "functions.h",
|
| "handle.h",
|
| "macros.h",
|
| - "message_pipe.h"
|
| + "message_pipe.h",
|
| ]
|
|
|
| - public_deps = [ "//mojo/public/c/system" ]
|
| + public_deps = [
|
| + "//mojo/public/c/system",
|
| + ]
|
| }
|
|
|