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

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

Issue 1952323004: Initial commit of our new Android app to demo Skia. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Style Created 4 years, 7 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/viewer/build.gradle
diff --git a/platform_tools/android/apps/viewer/build.gradle b/platform_tools/android/apps/viewer/build.gradle
index 79cac8a7d4767dc989e072f7b2fb26e80b4122de..151560c8b4e1e3f320e74de7078c3162d776ecc7 100644
--- a/platform_tools/android/apps/viewer/build.gradle
+++ b/platform_tools/android/apps/viewer/build.gradle
@@ -21,4 +21,7 @@ android {
productFlavors { arm {}; arm64 {}; x86 {}; x86_64 {}; mips {}; mips64 {}; }
setupSkiaLibraryBuild(project, applicationVariants, "--vulkan CopyViewerDeps", true)
+ dependencies {
+ compile 'com.android.support:appcompat-v7:19.+'
djsollen 2016/05/06 18:45:26 why do we need the support library? What features
liyuqian 2016/05/06 20:42:29 ActionBarActivity. But since it's deprecated (as y
liyuqian 2016/05/06 20:42:30 Done.
+ }
}

Powered by Google App Engine
This is Rietveld 408576698