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

Unified Diff: ui/events/events.gyp

Issue 1119423003: Refactors away method implementations in ui::EventTargeter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactors ui::EventTargeter (rebased) Created 5 years, 6 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 | « ui/events/event_targeter.cc ('k') | ui/events/null_event_targeter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index aea07ae6193bd89bd2b8544c0afc1d05278ec711..a9149527b13c664010b55ca4e361bf4497f95eac 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -126,7 +126,6 @@
'event_target.cc',
'event_target.h',
'event_target_iterator.h',
- 'event_targeter.cc',
'event_targeter.h',
'event_utils.cc',
'event_utils.h',
@@ -324,6 +323,8 @@
'test/test_event_processor.h',
'test/test_event_target.cc',
'test/test_event_target.h',
+ 'test/test_event_targeter.cc',
+ 'test/test_event_targeter.h',
],
'conditions': [
['OS=="ios"', {
« no previous file with comments | « ui/events/event_targeter.cc ('k') | ui/events/null_event_targeter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698