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

Unified Diff: ui/events/BUILD.gn

Issue 291443006: Move LatencyInfo ipc traits from content/common/ to ui/events/ipc/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rework Created 6 years, 7 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 8c6d3d4c6fb79ba79ffad1a43c0bacfa523858ae..dbb14e16679209f559ed021227bbadee9f96f88a 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -14,6 +14,17 @@ static_library("dom4_keycode_converter") {
deps = [ "//base" ]
}
+component("events_ipc") {
sadrul 2014/05/16 14:49:26 Can this be in events/ipc/BUILD.gn?
Yufeng Shen (Slow to review) 2014/05/16 17:13:13 Done.
+ sources = [
+ "ipc/latency_info_param_traits.cc",
+ "ipc/latency_info_param_traits.h",
+ ]
+
+ defines = [ "EVENTS_IMPLEMENTATION" ]
+
+ deps = [ "//ipc" ]
+}
+
component("events_base") {
sources = [
"event_constants.h",
« no previous file with comments | « content/content_common.gypi ('k') | ui/events/events.gyp » ('j') | ui/events/events.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698