Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: third_party/mojo/src/mojo/public/platform/native/BUILD.gn

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" ]

Powered by Google App Engine
This is Rietveld 408576698