Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android-tests/build.gradle

Issue 29411633: Issue 5136 - Add test for AndroidWebRequestResourceWrapper (Closed)
Patch Set: added "static final" for the test impls Created April 28, 2017, 6:09 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libadblockplus-android-tests/build.gradle
diff --git a/libadblockplus-android-tests/build.gradle b/libadblockplus-android-tests/build.gradle
index 28bbec473298d04401f540d475366bda9589bef2..a33f3a71943857e77cfd68a3626de203a34b278e 100644
--- a/libadblockplus-android-tests/build.gradle
+++ b/libadblockplus-android-tests/build.gradle
@@ -32,6 +32,7 @@ android {
androidTest {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
+ res.srcDirs = ['res']
jni {
dependencies {

Powered by Google App Engine
This is Rietveld