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

Unified Diff: mojo/environment/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/environment/BUILD.gn
diff --git a/mojo/environment/BUILD.gn b/mojo/environment/BUILD.gn
index 24df8586a1d08688b7cc1a7fa3358059fb47c551..bedd65179fb056b619b64a97ed0ca7fa712ebd55 100644
--- a/mojo/environment/BUILD.gn
+++ b/mojo/environment/BUILD.gn
@@ -12,8 +12,8 @@ source_set("chromium") {
# TODO(vtl): This is kind of ugly. (See TODO in logging.h.)
"//third_party/mojo/src/mojo/public/cpp/environment/async_waiter.h",
"//third_party/mojo/src/mojo/public/cpp/environment/lib/async_waiter.cc",
- "//third_party/mojo/src/mojo/public/cpp/environment/logging.h",
"//third_party/mojo/src/mojo/public/cpp/environment/lib/logging.cc",
+ "//third_party/mojo/src/mojo/public/cpp/environment/logging.h",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698