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

Unified Diff: content/content_tests.gypi

Issue 10658017: Use a test specific macro to call JNI registrars during APK tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 5bedd3190c5ebcf59a44d7e7cfca6b09c0f14377..5e354834eba6ef9ce999cba14cb4944dfa033400 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -505,6 +505,9 @@
'dependencies': [
'../testing/android/native_test.gyp:native_test_native_code',
],
+ 'defines': [
+ 'REGISTER_CONTENT_UNITESTS_JNI',
+ ],
}],
],
},
« no previous file with comments | « no previous file | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698