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

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

Issue 773283006: Run gn format on all BUILD.gn files (gn version 306668) (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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: 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" ]

Powered by Google App Engine
This is Rietveld 408576698