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

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: update w/ more review 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
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 4681e62deaec7874c19dba4928d908b7522f4cd6..0107b11c356f6a046fc3e10c1228d604ea85c4ed 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) {
+ static_library("latency_info") {
brettw 2015/02/25 23:36:54 Please check for static libraries again. This need
Dirk Pranke 2015/02/26 00:21:29 Sigh. Yeah, this was the only one I missed.
+ sources = [
+ "latency_info.cc",
+ "latency_info.h",
+ "ipc/latency_info_param_traits.cc",
+ "ipc/latency_info_param_traits.h",
+ ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698