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

Unified Diff: chrome/android/testshell/java/chromium_testshell_apk.xml

Issue 10968003: Add rendering support to the TestShell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased on top of test apk changes. Created 8 years, 3 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: chrome/android/testshell/java/chromium_testshell_apk.xml
diff --git a/chrome/android/testshell/java/chromium_testshell_apk.xml b/chrome/android/testshell/java/chromium_testshell_apk.xml
index 1ccf3ff367b223d876beec4387b4b9611666e30c..b61ad078f410b9c2da55645c26b1e342e819e459 100644
--- a/chrome/android/testshell/java/chromium_testshell_apk.xml
+++ b/chrome/android/testshell/java/chromium_testshell_apk.xml
@@ -15,6 +15,11 @@
check-exists="false"/>
<property name="resource.absolute.dir" value="${RESOURCE_DIR}"/>
<property name="gen.absolute.dir" value="${out.dir}/gen"/>
+ <!-- Set the output directory for the final apk to the ${apks.dir}. -->
Yaron 2012/09/24 20:11:32 Revert this file (same code is below)
David Trainor- moved to gerrit 2012/09/24 23:39:57 Done.
+ <property-location name="out.final.file"
+ location="${apks.dir}/${ant.project.name}-debug.apk"
+ check-exists="false"/>
+
<path id="native.libs.gdbserver">
<fileset file="${android.gdbserver}"/>
</path>

Powered by Google App Engine
This is Rietveld 408576698