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

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: 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
« no previous file with comments | « no previous file | ui/gfx/test/run_all_unittests.cc » ('j') | ui/gfx/test/run_all_unittests.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | ui/gfx/test/run_all_unittests.cc » ('j') | ui/gfx/test/run_all_unittests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698