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

Unified Diff: platform_tools/android/skp_gen/apps/geniewidget.json

Issue 1483063006: Add android_skp_capture.py, JSON file for geniewidget (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: more Created 5 years 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 | « platform_tools/android/skp_gen/android_skp_capture.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/skp_gen/apps/geniewidget.json
diff --git a/platform_tools/android/skp_gen/apps/geniewidget.json b/platform_tools/android/skp_gen/apps/geniewidget.json
new file mode 100644
index 0000000000000000000000000000000000000000..290e1baeba503f59a4502debd5bf7868349c67a4
--- /dev/null
+++ b/platform_tools/android/skp_gen/apps/geniewidget.json
@@ -0,0 +1,15 @@
+{
+ "name": "geniewidget",
+ "package": "com.google.android.apps.genie.geniewidget",
+ "activity": "com.google.android.apps.genie.geniewidget.activities.NewsActivity",
+ "app_launch_delay": 3,
+ "actions": [
+ {
+ "type": "drag",
+ "start": [600, 600],
+ "end": [10, 10],
+ "duration": 0.2,
+ "points": 10
+ }
+ ]
+}
« no previous file with comments | « platform_tools/android/skp_gen/android_skp_capture.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698