Index: ui/gfx/gfx.gyp |
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp |
index 6b69cb199eab12d381fdd5c81e5aa4b0090a022f..dd0de8af279e6f49d054cca963fe070c50086cc1 100644 |
--- a/ui/gfx/gfx.gyp |
+++ b/ui/gfx/gfx.gyp |
@@ -517,6 +517,16 @@ |
'interpolated_transform_unittest.cc', |
], |
}], |
+ ['OS == "android"', { |
+ 'sources': [ |
+ 'android/scroller_unittest.cc', |
+ ], |
+ }], |
+ ['OS == "android" and gtest_target_type == "shared_library"', { |
+ 'dependencies': [ |
+ '../../testing/android/native_test.gyp:native_test_native_code', |
+ ], |
+ }], |
], |
} |
], |