| Index: mojo/public/platform/native/BUILD.gn
|
| diff --git a/mojo/public/platform/native/BUILD.gn b/mojo/public/platform/native/BUILD.gn
|
| index a2f050c56daef7d9f9e20ec966bac590cd910ede..d0bc3ac9fc6b47c79624260097a55cb3343654b7 100644
|
| --- a/mojo/public/platform/native/BUILD.gn
|
| +++ b/mojo/public/platform/native/BUILD.gn
|
| @@ -13,7 +13,9 @@ source_set("system_thunks") {
|
| "system_thunks.cc",
|
| ]
|
| defines = [ "MOJO_SYSTEM_IMPLEMENTATION" ]
|
| - deps = [ "//mojo/public/c/system" ]
|
| + deps = [
|
| + "//mojo/public/c/system",
|
| + ]
|
|
|
| # The GYP target analogous to this one builds this code into a
|
| # static library. When building for Android, both the GYP and GN
|
| @@ -39,9 +41,7 @@ source_set("gles2_thunks") {
|
| "gles2_impl_chromium_sync_point_thunks.h",
|
| ]
|
|
|
| - defines = [
|
| - "MOJO_GLES2_IMPLEMENTATION",
|
| - ]
|
| + defines = [ "MOJO_GLES2_IMPLEMENTATION" ]
|
|
|
| configs += [ "//third_party/khronos:khronos_headers" ]
|
|
|
|
|