Index: ui/gfx/gfx_tests.gyp |
diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp |
index 419906423fce87fb354cb8f904eb123b59f08646..3c39f6761c0b6648db8b3a1b7644aa65176b0f74 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', |
+ ], |
+ }], |
], |
} |
], |
@@ -126,6 +131,7 @@ |
'type': 'none', |
'dependencies': [ |
'gfx_unittests', |
tfarina
2014/05/30 14:56:22
my sort command keeps this last. please, have it b
bulach
2014/05/30 15:07:24
Done.
|
+ '../android/ui_android.gyp:ui_java', |
], |
'variables': { |
'test_suite_name': 'gfx_unittests', |