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", |
] |
} |
} |