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', |
msw
2014/06/02 17:36:08
Why is this specified as an explicit dependency in
cjhopman
2014/06/02 21:27:10
Yeah, I'd like to see us come up with something wh
msw
2014/06/02 21:32:47
cool, please do follow up or file a bug about this
|
+ ], |
+ }], |
], |
} |
], |
@@ -125,6 +130,7 @@ |
'target_name': 'gfx_unittests_apk', |
'type': 'none', |
'dependencies': [ |
+ '../android/ui_android.gyp:ui_java', |
'gfx_unittests', |
], |
'variables': { |