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

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

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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
« no previous file with comments | « mojo/public/java/BUILD.gn ('k') | mojo/public/python/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/platform/native/BUILD.gn
diff --git a/mojo/public/platform/native/BUILD.gn b/mojo/public/platform/native/BUILD.gn
index e7919aed815bb30564b774959eb13632d7498a36..63a0136aa0d7e3685f856bf43743837bb313b6bb 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
@@ -40,9 +42,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" ]
« no previous file with comments | « mojo/public/java/BUILD.gn ('k') | mojo/public/python/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698