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

Unified Diff: third_party/mojo/src/mojo/public/cpp/utility/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/cpp/utility/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/cpp/utility/BUILD.gn b/third_party/mojo/src/mojo/public/cpp/utility/BUILD.gn
index 9660a07b5aa46575a845ade82d123711db741cda..96c1d11065dc9fd4897a94b91cbc1b2ce910a400 100644
--- a/third_party/mojo/src/mojo/public/cpp/utility/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/cpp/utility/BUILD.gn
@@ -6,16 +6,16 @@ import("../../mojo_sdk.gni")
mojo_sdk_source_set("utility") {
sources = [
- "mutex.h",
- "run_loop.h",
- "run_loop_handler.h",
- "thread.h",
"lib/mutex.cc",
"lib/run_loop.cc",
"lib/thread.cc",
"lib/thread_local.h",
"lib/thread_local_posix.cc",
"lib/thread_local_win.cc",
+ "mutex.h",
+ "run_loop.h",
+ "run_loop_handler.h",
+ "thread.h",
]
mojo_sdk_deps = [
@@ -26,10 +26,10 @@ mojo_sdk_source_set("utility") {
if (is_win) {
# See crbug.com/342893:
sources -= [
- "mutex.h",
- "thread.h",
"lib/mutex.cc",
"lib/thread.cc",
+ "mutex.h",
+ "thread.h",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698