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

Unified Diff: ui/ui.gyp

Issue 10908127: events: Move EventTarget into Event. (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/events/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
diff --git a/ui/ui.gyp b/ui/ui.gyp
index d46650bd6506408d887e48bbb7a098a2439eb6bb..660855f45b8d5d7c48eb9a68eafc66f5eafcff97 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -183,7 +183,7 @@
'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/events/event.cc',
'base/events/event.h',
'base/events/event_constants.h',
'base/events/event_dispatcher.h',
@@ -743,7 +743,7 @@
}],
['toolkit_views==0', {
'sources!': [
- 'base/event.cc',
+ 'base/events/event.cc',
'base/events/event.h',
'base/x/events_x.cc',
],
« no previous file with comments | « ui/base/events/event_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698