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

Unified Diff: build/android/ant/chromium-apk.xml

Issue 11308030: Use _target_name instead of package_name for java*.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@apk_jar
Patch Set: Created 8 years, 1 month 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: build/android/ant/chromium-apk.xml
diff --git a/build/android/ant/chromium-apk.xml b/build/android/ant/chromium-apk.xml
index 6ff1ebc0381c3a0c90c4d44503fdec6e7228e94f..25963f263ce79ffbca217da151832c047efe9bdd 100644
--- a/build/android/ant/chromium-apk.xml
+++ b/build/android/ant/chromium-apk.xml
@@ -22,7 +22,7 @@
<property-location
Yaron 2012/11/08 02:43:11 Nit: can probably collapse into a single line, rig
cjhopman 2012/12/05 00:51:04 Done.
name="out.dir"
- location="${PRODUCT_DIR}/${PACKAGE_NAME}"
+ location="${OUT_DIR}"
check-exists="false"
/>
« no previous file with comments | « base/base.gyp ('k') | build/android/ant/chromium-jars.xml » ('j') | build/java.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698