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

Unified Diff: ui/ui_unittests.gyp

Issue 83733004: events: Remove the tests from ui_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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/events.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.gyp
diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp
index bab0b857889cde9e891eb4276d8ab8b8ad6834f2..d1d675a58857c06db0ea8caf8c02fd145904a25b 100644
--- a/ui/ui_unittests.gyp
+++ b/ui/ui_unittests.gyp
@@ -88,7 +88,6 @@
'../third_party/libpng/libpng.gyp:libpng',
'../url/url.gyp:url_lib',
'base/strings/ui_strings.gyp:ui_strings',
- 'events/events.gyp:dom4_keycode_converter',
'events/events.gyp:events_base',
'resources/ui_resources.gyp:ui_resources',
'run_ui_unittests',
@@ -170,12 +169,6 @@
'base/view_prop_unittest.cc',
'base/webui/web_ui_util_unittest.cc',
'base/x/x11_util_unittest.cc',
- 'events/event_dispatcher_unittest.cc',
- 'events/event_unittest.cc',
- 'events/keycodes/dom4/keycode_converter_unittest.cc',
- 'events/latency_info_unittest.cc',
- 'events/ozone/evdev/key_event_converter_unittest.cc',
- 'events/ozone/evdev/touch_event_converter_unittest.cc',
'gfx/animation/tween_unittest.cc',
'gfx/blit_unittest.cc',
'gfx/break_list_unittest.cc',
@@ -250,11 +243,6 @@
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
}],
- ['OS == "linux" and toolkit_views==1', {
- 'sources': [
- 'events/x/events_x_unittest.cc',
- ],
- }],
['OS != "mac" and OS != "ios"', {
'sources': [
'gfx/transform_unittest.cc',
@@ -323,17 +311,11 @@
['use_aura==1 or toolkit_views==1', {
'sources': [
'base/dragdrop/os_exchange_data_unittest.cc',
- 'events/gestures/velocity_calculator_unittest.cc',
],
'dependencies': [
'events/events.gyp:events',
'events/events.gyp:events_base',
],
- }, {
- 'sources!': [
- 'events/event_dispatcher_unittest.cc',
- 'events/event_unittest.cc',
- ],
}],
['use_aura==1', {
'sources!': [
« no previous file with comments | « ui/events/events.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698