| Index: ui/gfx/gfx_tests.gyp
|
| diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp
|
| index 419906423fce87fb354cb8f904eb123b59f08646..a8ace7abe89506b100ad48a542f5bdd8cf136340 100644
|
| --- a/ui/gfx/gfx_tests.gyp
|
| +++ b/ui/gfx/gfx_tests.gyp
|
| @@ -115,6 +115,11 @@
|
| 'text_elider_unittest.cc',
|
| ],
|
| }],
|
| + ['OS == "android"', {
|
| + 'dependencies': [
|
| + '../../testing/android/native_test.gyp:native_test_native_code',
|
| + ],
|
| + }],
|
| ],
|
| }
|
| ],
|
| @@ -125,6 +130,7 @@
|
| 'target_name': 'gfx_unittests_apk',
|
| 'type': 'none',
|
| 'dependencies': [
|
| + '../android/ui_android.gyp:ui_java',
|
| 'gfx_unittests',
|
| ],
|
| 'variables': {
|
|
|