| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index 8cb2f2819884fc8196267bf2beb82a30bb4757a2..a2cbb71c3091a3533a8e3ae4df442ee1ac8771c8 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -203,8 +203,6 @@
|
| 'base/gtk/scoped_region.cc',
|
| 'base/gtk/scoped_region.h',
|
| 'base/hit_test.h',
|
| - 'base/latency_info.cc',
|
| - 'base/latency_info.h',
|
| 'base/l10n/l10n_font_util.cc',
|
| 'base/l10n/l10n_font_util.h',
|
| 'base/l10n/l10n_util.cc',
|
| @@ -367,6 +365,7 @@
|
| 'events/event_target.h',
|
| 'events/event_utils.cc',
|
| 'events/event_utils.h',
|
| + 'events/events_export.h',
|
| 'events/keycodes/keyboard_code_conversion.cc',
|
| 'events/keycodes/keyboard_code_conversion.h',
|
| 'events/keycodes/keyboard_code_conversion_android.cc',
|
| @@ -380,6 +379,8 @@
|
| 'events/keycodes/keyboard_code_conversion_x.cc',
|
| 'events/keycodes/keyboard_code_conversion_x.h',
|
| 'events/keycodes/keyboard_codes.h',
|
| + 'events/latency_info.cc',
|
| + 'events/latency_info.h',
|
| 'gfx/android/device_display_info.cc',
|
| 'gfx/android/device_display_info.h',
|
| 'gfx/android/java_bitmap.cc',
|
|
|