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

Unified Diff: platform_tools/android/apps/visualbench/build.gradle

Issue 1295823004: Add VisualBenchTestActivity for instrumentation-testing VisualBench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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: platform_tools/android/apps/visualbench/build.gradle
diff --git a/platform_tools/android/apps/visualbench/build.gradle b/platform_tools/android/apps/visualbench/build.gradle
index 476d7ed66a2a6f15bc95405ea212154265c55d42..471bce77d27c03f005ca3f0a4cc77293a1829b58 100644
--- a/platform_tools/android/apps/visualbench/build.gradle
+++ b/platform_tools/android/apps/visualbench/build.gradle
@@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "com.skia.visualbench"
- minSdkVersion 9
+ minSdkVersion 17
borenet 2015/08/18 19:43:27 Required for isDestroyed().
targetSdkVersion 19
versionCode 1
versionName "1.0"
@@ -43,4 +43,8 @@ android {
}
assembleTask.getAt(0).dependsOn buildNativeLib
}
+ dependencies {
+ androidTestCompile 'com.android.support.test:runner:0.3'
+ androidTestCompile 'com.android.support.test:rules:0.3'
+ }
}

Powered by Google App Engine
This is Rietveld 408576698