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

Unified Diff: build/common.gypi

Issue 228723002: Java API for mojo system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 6 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 | « no previous file | mojo/mojo.gyp » ('j') | mojo/public/java/src/org/chromium/mojo/system/Core.java » ('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 f3f3e940a4bbf0faacd723c10b4048d2996e513c..787319ec408996dc5b1788be97ddc8d145ec3441 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1514,7 +1514,7 @@
'android_host_arch%': '<!(uname -m)',
# Android API-level of the SDK used for compilation.
'android_sdk_version%': '19',
- 'android_sdk_build_tools_version%': '19.0.0',
+ 'android_sdk_build_tools_version%': '18.0.1',
bulach 2014/04/17 13:15:42 nit: left over? :)
qsr 2014/04/17 13:50:24 Done.
'host_os%': "<!(uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/')",
},
# Copy conditionally-set variables out one scope.
« no previous file with comments | « no previous file | mojo/mojo.gyp » ('j') | mojo/public/java/src/org/chromium/mojo/system/Core.java » ('J')

Powered by Google App Engine
This is Rietveld 408576698