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

Unified Diff: ui/events/BUILD.gn

Issue 877553008: Land prep work to enable NaCl in the Linux x64 GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yet more feedback 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
« no previous file with comments | « third_party/libxml/BUILD.gn ('k') | url/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
+ }
+}
« no previous file with comments | « third_party/libxml/BUILD.gn ('k') | url/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698