| Index: mojo/public/platform/native/BUILD.gn
|
| diff --git a/mojo/public/platform/native/BUILD.gn b/mojo/public/platform/native/BUILD.gn
|
| index 22f06a8685217b232debdd37e9bd2513309ba8b6..e9c60343f315d438e5d453d95dda9f11ec540c7f 100644
|
| --- a/mojo/public/platform/native/BUILD.gn
|
| +++ b/mojo/public/platform/native/BUILD.gn
|
| @@ -9,7 +9,6 @@ mojo_sdk_source_set("system") {
|
| "system_thunks.c",
|
| "system_thunks.h",
|
| ]
|
| - defines = [ "MOJO_SYSTEM_IMPLEMENTATION" ]
|
| mojo_sdk_deps = [ "mojo/public/c/system" ]
|
|
|
| # The GYP target analogous to this one builds this code into a
|
| @@ -28,7 +27,6 @@ mojo_sdk_source_set("system_impl_private") {
|
| "system_impl_private_thunks.c",
|
| "system_impl_private_thunks.h",
|
| ]
|
| - defines = [ "MOJO_SYSTEM_IMPLEMENTATION" ]
|
| deps = [
|
| ":system_impl_private_api",
|
| ]
|
|
|