Index: third_party/mojo/src/mojo/public/platform/native/BUILD.gn |
diff --git a/third_party/mojo/src/mojo/public/platform/native/BUILD.gn b/third_party/mojo/src/mojo/public/platform/native/BUILD.gn |
index a369e171d0186729c0a4dcde4986d518b4e4e88e..d67608b5f8d50cd0f3c4f6770b28b98e39bee134 100644 |
--- a/third_party/mojo/src/mojo/public/platform/native/BUILD.gn |
+++ b/third_party/mojo/src/mojo/public/platform/native/BUILD.gn |
@@ -6,8 +6,8 @@ import("../../mojo_sdk.gni") |
mojo_sdk_source_set("system") { |
sources = [ |
- "system_thunks.h", |
"system_thunks.cc", |
+ "system_thunks.h", |
] |
defines = [ "MOJO_SYSTEM_IMPLEMENTATION" ] |
mojo_sdk_deps = [ "mojo/public/c/system" ] |
@@ -24,14 +24,14 @@ mojo_sdk_source_set("system") { |
mojo_sdk_source_set("gles2") { |
sources = [ |
- "gles2_thunks.cc", |
- "gles2_thunks.h", |
- "gles2_impl_thunks.cc", |
- "gles2_impl_thunks.h", |
- "gles2_impl_chromium_texture_mailbox_thunks.cc", |
- "gles2_impl_chromium_texture_mailbox_thunks.h", |
"gles2_impl_chromium_sync_point_thunks.cc", |
"gles2_impl_chromium_sync_point_thunks.h", |
+ "gles2_impl_chromium_texture_mailbox_thunks.cc", |
+ "gles2_impl_chromium_texture_mailbox_thunks.h", |
+ "gles2_impl_thunks.cc", |
+ "gles2_impl_thunks.h", |
+ "gles2_thunks.cc", |
+ "gles2_thunks.h", |
] |
defines = [ "MOJO_GLES2_IMPLEMENTATION" ] |