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

Unified Diff: ui/ui.gyp

Issue 10917075: events: Move some files into ui/base/events/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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/x/x11_util.h ('k') | ui/views/color_chooser/color_chooser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index ca997ba1810253106777150790eda63539153f3e..2d03f1eff407cbd09419a05d03526c265dc92427 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -177,8 +177,8 @@
'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/events/event.h',
+ 'base/events/event_constants.h',
'base/events/event_dispatcher.h',
'base/events/event_handler.h',
'base/events/event_target.cc',
@@ -742,7 +742,7 @@
['toolkit_views==0', {
'sources!': [
'base/event.cc',
- 'base/event.h',
+ 'base/events/event.h',
'base/x/events_x.cc',
],
}],
« no previous file with comments | « ui/base/x/x11_util.h ('k') | ui/views/color_chooser/color_chooser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698