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

Unified Diff: net/net.gyp

Issue 1674353004: [Android] Fix generated scripts for junit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 2222d3e04d4a790f4d7c806d44831a1c8b6dfb80..e21f67fa59b052058ca75f2a5aef28c329b5ec80 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1645,9 +1645,12 @@
'src_paths': [
'android/junit/',
],
+ 'test_suite_name': 'net_junit_tests',
+ 'test_type': 'junit',
},
'includes': [
'../build/host_jar.gypi',
+ '../build/android/test_runner.gypi',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698