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

Unified Diff: net/net.gyp

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 | « content/content_tests.gypi ('k') | testing/android/native_test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 961a51be7961cb6ca4d93ba753c6e90b02586955..b35843a6c75e7117e394181ad748900f3d5af430 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1370,7 +1370,10 @@
['OS == "android" and gtest_target_type == "shared_library"', {
'dependencies': [
'../testing/android/native_test.gyp:native_test_native_code',
- ]
+ ],
+ 'defines': [
+ 'REGISTER_NET_UNITESTS_JNI',
+ ],
}],
[ 'OS != "win" and OS != "mac"', {
'sources!': [
« no previous file with comments | « content/content_tests.gypi ('k') | testing/android/native_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698