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

Unified Diff: build/common.gypi

Issue 10386188: Fix ninja build for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: switched to absolute_product_out Created 8 years, 7 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 | « base/base.gyp ('k') | build/java.gypi » ('j') | build/java.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index e2e9c073e756fee906dc621eeb000df99530bff1..97c502b7ab9fc57b53b8b4cdb8f1968d1071f7e5 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -866,6 +866,11 @@
'android_ndk_lib': '<(android_ndk_sysroot)/usr/lib',
'android_app_abi%': '<(android_app_abi)',
+ # Provides an absolute path to PRODUCT_DIR (e.g. out/Release). An
+ # example usage is specifying the output directory for Ant in the
+ # Android build.
+ 'absolute_product_out': '`cd <(PRODUCT_DIR) && pwd -P`',
+
# Uses Android's crash report system
'linux_breakpad%': 0,
« no previous file with comments | « base/base.gyp ('k') | build/java.gypi » ('j') | build/java.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698