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

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: Addressed nits, rebased. 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..508403f51775c810f74d62d537e7bfad3c1abc2a 100644
--- a/chrome/android/testshell/java/chromium_testshell_apk.xml
+++ b/chrome/android/testshell/java/chromium_testshell_apk.xml
@@ -15,6 +15,7 @@
check-exists="false"/>
<property name="resource.absolute.dir" value="${RESOURCE_DIR}"/>
<property name="gen.absolute.dir" value="${out.dir}/gen"/>
+
<path id="native.libs.gdbserver">
<fileset file="${android.gdbserver}"/>
</path>

Powered by Google App Engine
This is Rietveld 408576698