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: ui/events/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: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index f42595b08b7ca5999932aafe0a934af82bb31c7b..c856716fc29b5cf6ca3105726157bdc19be16b97 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -353,10 +353,10 @@ test("events_unittests") {
if (is_nacl) {
source_set("latency_info") {
sources = [
- "latency_info.cc",
- "latency_info.h",
"ipc/latency_info_param_traits.cc",
"ipc/latency_info_param_traits.h",
+ "latency_info.cc",
+ "latency_info.h",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698