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

Unified Diff: platform_tools/android/gyp/skia_android.gypi

Issue 1181973008: Modify android_install_app to install VisualBench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: cleanup Created 5 years, 6 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
« no previous file with comments | « platform_tools/android/bin/android_launch_app ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/gyp/skia_android.gypi
diff --git a/platform_tools/android/gyp/skia_android.gypi b/platform_tools/android/gyp/skia_android.gypi
index a250b5958c8cf52251044c1326a19679a9d1b195..e8bf1c3150d221c4e9a2ffa569edb4a81c5e3310 100644
--- a/platform_tools/android/gyp/skia_android.gypi
+++ b/platform_tools/android/gyp/skia_android.gypi
@@ -78,7 +78,7 @@
},
'actions': [
{
- 'action_name': 'SkiaAndroid_apk',
+ 'action_name': 'SampleApp_apk',
'inputs': [
'<(android_base)/app/AndroidManifest.xml',
'<(android_base)/app/build.xml',
@@ -90,7 +90,7 @@
'<(android_base)/app/src/com/skia/SkiaSampleView.java',
],
'outputs': [
- '<(PRODUCT_DIR)/../android/SampleApp/bin/SkiaAndroid.apk',
+ '<(PRODUCT_DIR)/../android/SampleApp/bin/SampleApp.apk',
],
'action': [
'ant',
@@ -100,7 +100,7 @@
'-Dout.dir=<(ANDROID_OUT)/bin',
'-Dgen.absolute.dir=<(ANDROID_OUT)/gen',
'-Dnative.libs.absolute.dir=<(ANDROID_OUT)/libs',
- '-Dout.final.file=<(ANDROID_OUT)/bin/SkiaAndroid.apk',
+ '-Dout.final.file=<(ANDROID_OUT)/bin/SampleApp.apk',
'-Dsdk.dir=<(ANDROID_SDK_ROOT)',
'debug',
],
« no previous file with comments | « platform_tools/android/bin/android_launch_app ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698