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

Unified Diff: media/base/android/java/java.gyp

Issue 10051021: apk-based test runner work for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « media/base/android/OWNERS ('k') | testing/android/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/java/java.gyp
diff --git a/media/base/android/java/java.gyp b/media/base/android/java/java.gyp
index 14717f135f539e2a9143c7f9b14daca5af61c1eb..d59aec4eddbcc9ff99bc65094ead1f6c7b7953de 100644
--- a/media/base/android/java/java.gyp
+++ b/media/base/android/java/java.gyp
@@ -19,10 +19,11 @@
'<(DEPTH)/base/android/java/java.gyp:base_java',
],
'outputs': [
- 'dist/lib/chromium_media.jar',
+ '$(PRODUCT_DIR)/chromium_media.jar',
],
'action': [
'ant',
+ '-DPRODUCT_DIR=<(PRODUCT_DIR)',
'-buildfile',
'media.xml',
]
« no previous file with comments | « media/base/android/OWNERS ('k') | testing/android/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698