| Index: ui/events/BUILD.gn
|
| diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
|
| index 4681e62deaec7874c19dba4928d908b7522f4cd6..f42595b08b7ca5999932aafe0a934af82bb31c7b 100644
|
| --- a/ui/events/BUILD.gn
|
| +++ b/ui/events/BUILD.gn
|
| @@ -349,3 +349,14 @@ test("events_unittests") {
|
| sources += [ "gestures/gesture_provider_aura_unittest.cc" ]
|
| }
|
| }
|
| +
|
| +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",
|
| + ]
|
| + }
|
| +}
|
|
|