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

Unified Diff: skia/skia_tests.gyp

Issue 849623004: Android: Add skia_unittests to the list of stable test suites. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: native_test_native_code Created 5 years, 11 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 | « build/android/pylib/gtest/gtest_config.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_tests.gyp
diff --git a/skia/skia_tests.gyp b/skia/skia_tests.gyp
index 250ff1f0296da6f2ba672bc3fe62faa2b3d47295..fcc73476402f24e26b30d27306bf6d6b6bbeca8a 100644
--- a/skia/skia_tests.gyp
+++ b/skia/skia_tests.gyp
@@ -42,6 +42,11 @@
'ext/platform_canvas_unittest.cc',
],
}],
+ ['OS == "android"', {
+ 'dependencies': [
+ '../testing/android/native_test.gyp:native_test_native_code',
+ ],
+ }],
],
},
],
« no previous file with comments | « build/android/pylib/gtest/gtest_config.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698