| Index: ui/ui_unittests.gyp
|
| diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp
|
| index 2cc68b43aa48578eda8ad49b592b393d28384d42..41102920103783bd9de8014a5c761ce6098695f9 100644
|
| --- a/ui/ui_unittests.gyp
|
| +++ b/ui/ui_unittests.gyp
|
| @@ -135,11 +135,6 @@
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| 'msvs_disabled_warnings': [ 4267, ],
|
| }],
|
| - ['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',
|
|
|