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

Unified Diff: ui/gfx/gfx_tests.gyp

Issue 307943009: Android: adds missing dependencies for gfx_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove autogenerated comment Created 6 years, 7 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/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': {

Powered by Google App Engine
This is Rietveld 408576698