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

Unified Diff: third_party/mojo/src/mojo/edk/system/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/edk/system/BUILD.gn
diff --git a/third_party/mojo/src/mojo/edk/system/BUILD.gn b/third_party/mojo/src/mojo/edk/system/BUILD.gn
index d9dc9302c8b0e69dd61ad5cc22a838c75eea89db..a386ff918793472b5305b07af6d967900919d5e4 100644
--- a/third_party/mojo/src/mojo/edk/system/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/system/BUILD.gn
@@ -194,8 +194,8 @@ test("mojo_system_unittests") {
test("mojo_message_pipe_perftests") {
sources = [
"message_pipe_perftest.cc",
- "message_pipe_test_utils.h",
"message_pipe_test_utils.cc",
+ "message_pipe_test_utils.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698