| Index: mojo/public/c/system/BUILD.gn
|
| diff --git a/mojo/public/c/system/BUILD.gn b/mojo/public/c/system/BUILD.gn
|
| index 0e728f557476b7286eccbe1ed25d900be617534e..93b84b4123054377f7e42f414ab20bd08b53bb83 100644
|
| --- a/mojo/public/c/system/BUILD.gn
|
| +++ b/mojo/public/c/system/BUILD.gn
|
| @@ -10,15 +10,12 @@ import("../../mojo_sdk.gni")
|
| mojo_sdk_source_set("system") {
|
| sources = [
|
| "buffer.h",
|
| - "core.h",
|
| "data_pipe.h",
|
| - "functions.h",
|
| "handle.h",
|
| "macros.h",
|
| "message_pipe.h",
|
| "result.h",
|
| "time.h",
|
| - "types.h",
|
| "wait.h",
|
| ]
|
| }
|
|
|