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

Unified Diff: ui/events/events.gyp

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/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 753730afd5cc545d936f95d78836ce4efc017281..87647791186df079f7fb3952f80a373203b16f3f 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -20,6 +20,24 @@
],
},
{
+ 'target_name': 'events_ipc',
sadrul 2014/05/16 14:49:26 Can this be in its own file in events/ipc/events_i
Yufeng Shen (Slow to review) 2014/05/16 17:13:13 Done.
+ 'type': '<(component)',
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/ipc/ipc.gyp:ipc',
+ ],
+ 'defines': [
+ 'EVENTS_IMPLEMENTATION',
+ ],
+ 'include_dirs': [
+ '../..',
+ ],
+ 'sources': [
+ 'ipc/latency_info_param_traits.cc',
+ 'ipc/latency_info_param_traits.h',
+ ],
+ },
+ {
'target_name': 'events_base',
'type': '<(component)',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698