Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index bfc96d5c0805a74345ed7204d8d864ef52460470..56c4b78c5a7ca649585f6657aa43382d42db9503 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -807,6 +807,7 @@ |
'../ui/android/ui_android.gyp:ui_android_unittests', |
'../ui/base/ui_base_tests.gyp:ui_base_unittests', |
'../ui/events/events_unittests.gyp:events_unittests', |
+ '../ui/latency_info/latency_info_unittests.gyp:latency_info_unittests', |
'../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests', |
# Unit test bundles packaged as an apk. |
'../base/base.gyp:base_unittests_apk', |
@@ -834,6 +835,7 @@ |
'../ui/events/events_unittests.gyp:events_unittests_apk', |
'../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
'../ui/gl/gl_tests.gyp:gl_unittests_apk', |
+ '../ui/latency_info/latency_info_unittests.gyp:latency_info_unittests', |
'../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests_apk', |
], |
'conditions': [ |
@@ -1032,6 +1034,7 @@ |
'../ui/events/events_unittests.gyp:events_unittests', |
'../ui/gfx/gfx_tests.gyp:gfx_unittests', |
'../ui/gl/gl_tests.gyp:gl_unittests', |
+ '../ui/latency_info/latency_info_unittests.gyp:latency_info_unittests', |
'../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests', |
'../ui/views/views.gyp:views_unittests', |
'../url/url.gyp:url_unittests', |
@@ -1128,6 +1131,7 @@ |
'../ui/gfx/gfx_tests.gyp:gfx_unittests', |
'../ui/gl/gl_tests.gyp:gl_unittests', |
'../ui/keyboard/keyboard.gyp:keyboard_unittests', |
+ '../ui/latency_info/latency_info_unittests.gyp:latency_info_unittests', |
'../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests', |
'../url/url.gyp:url_unittests', |
], |
@@ -1240,6 +1244,7 @@ |
'../ui/events/events.gyp:*', |
'../ui/gfx/gfx_tests.gyp:gfx_unittests', |
'../ui/gl/gl_tests.gyp:gl_unittests', |
+ '../ui/latency_info/latency_info.gyp:*', |
'../ui/keyboard/keyboard.gyp:*', |
'../ui/snapshot/snapshot.gyp:snapshot_unittests', |
'../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests', |