Index: ui/ui_unittests.gyp |
diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp |
index 9577c42fc38845bcff9dd26c38d16092676972d2..6c64ec5c1b8e2234aa5b9b1b840abb343b484c51 100644 |
--- a/ui/ui_unittests.gyp |
+++ b/ui/ui_unittests.gyp |
@@ -222,6 +222,11 @@ |
'gfx/interpolated_transform_unittest.cc', |
], |
}], |
+ ['OS == "android"', { |
+ 'sources': [ |
+ 'gfx/android/scroller_unittest.cc', |
+ ], |
+ }], |
['OS == "android" and gtest_target_type == "shared_library"', { |
'dependencies': [ |
'../testing/android/native_test.gyp:native_test_native_code', |