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

Unified Diff: mojo/nacl/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: mojo/nacl/BUILD.gn
diff --git a/mojo/nacl/BUILD.gn b/mojo/nacl/BUILD.gn
index 6a6373c81e7b158ee8020fc143614066464ac53f..b9a09d4215e1fb271fae4045340ad5c75f11f1e7 100644
--- a/mojo/nacl/BUILD.gn
+++ b/mojo/nacl/BUILD.gn
@@ -31,8 +31,8 @@ if (!is_nacl) {
# A library for launching a NaCl sandbox connected to a Mojo embedder.
static_library("monacl_sel") {
sources = [
- "mojo_syscall_internal.h",
"$gen_dir/mojo_syscall.cc",
+ "mojo_syscall_internal.h",
"monacl_sel_main.cc",
]

Powered by Google App Engine
This is Rietveld 408576698