| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index e0f39d50f7fe86ec2cf01e860fb443bab880b636..02d33e541c551f5fe122bb5c4432c10c3901e0ee 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -712,6 +712,8 @@
|
| 'test/test_volume_control_delegate.h',
|
| 'test/ui_controls_factory_ash.cc',
|
| 'test/ui_controls_factory_ash.h',
|
| + 'test/user_metrics_recorder_test_api.cc',
|
| + 'test/user_metrics_recorder_test_api.h',
|
| 'test/virtual_keyboard_test_helper.cc',
|
| 'test/virtual_keyboard_test_helper.h',
|
| ],
|
| @@ -785,6 +787,7 @@
|
| 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
|
| 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
|
| 'magnifier/magnification_controller_unittest.cc',
|
| + 'metrics/user_metrics_recorder_unittest.cc',
|
| 'popup_message_unittest.cc',
|
| 'root_window_controller_unittest.cc',
|
| 'screen_util_unittest.cc',
|
|
|