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

Unified Diff: content/content_tests.gypi

Issue 12213035: Android: Refactor native test setup in a util class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 66bb4e68443d2b41c347ef1f94c97c279b8096c5..8d8a5297f7b7159534a9a6f174599c53bfec51d3 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -837,6 +837,7 @@
'dependencies': [
'content_shell_jni_headers',
'content_shell_lib',
+ '../testing/android/native_test.gyp:native_test_util',
],
}],
['OS=="mac"', {

Powered by Google App Engine
This is Rietveld 408576698