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

Unified Diff: ui/ui.gyp

Issue 10831137: Copy aura::Event into ui::Event. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/base/event_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
===================================================================
--- ui/ui.gyp (revision 149921)
+++ ui/ui.gyp (working copy)
@@ -150,6 +150,8 @@
'base/dragdrop/os_exchange_data_provider_gtk.h',
'base/dragdrop/os_exchange_data_provider_win.cc',
'base/dragdrop/os_exchange_data_provider_win.h',
+ 'base/event.cc',
+ 'base/event.h',
'base/events.h',
'base/gestures/gesture_configuration.cc',
'base/gestures/gesture_configuration.h',
@@ -729,6 +731,8 @@
}],
['toolkit_views==0', {
'sources!': [
+ 'base/event.cc',
+ 'base/event.h',
'base/x/events_x.cc',
],
}],
« no previous file with comments | « ui/base/event_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698