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

Unified Diff: ui/ui_unittests.gypi

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/ui.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gypi
===================================================================
--- ui/ui_unittests.gypi (revision 149921)
+++ ui/ui_unittests.gypi (working copy)
@@ -67,6 +67,7 @@
'base/cocoa/events_mac_unittest.mm',
'base/cocoa/focus_tracker_unittest.mm',
'base/dialogs/select_file_dialog_win_unittest.cc',
+ 'base/event_unittest.cc',
'base/gtk/gtk_expanded_container_unittest.cc',
'base/gtk/gtk_im_context_util_unittest.cc',
'base/gtk/menu_label_accelerator_util_unittest.cc',
@@ -207,6 +208,15 @@
'base/view_prop_unittest.cc',
],
}],
+ ['use_aura==1 or toolkit_views==1', {
+ 'sources': [
+ 'base/gestures/velocity_calculator_unittest.cc',
+ ],
+ }, {
+ 'sources!': [
+ 'base/event_unittest.cc',
+ ],
+ }],
['use_aura==1', {
'sources!': [
'base/dialogs/select_file_dialog_win_unittest.cc',
@@ -215,11 +225,6 @@
'gfx/screen_unittest.cc',
],
}],
- ['use_aura==1 or toolkit_views==1', {
- 'sources': [
- 'base/gestures/velocity_calculator_unittest.cc',
- ],
- }],
],
},
],
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698