Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1117)

Unified Diff: ui/ui_unittests.gyp

Issue 172933004: [Android] Port Scroller.java to C++ and use for fling animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698