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

Unified Diff: build/common.gypi

Issue 1812383003: [Devil] Replace generated Devil config with jinja template. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed devil_chromium.json Created 4 years, 9 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
« build/android/devil_chromium.py ('K') | « build/android/setup.gyp ('k') | no next file » | no next file with comments »
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 d4b1cc51ce313a73932a09a91994b807e9e9eaa6..6fd9341abcb1b0f8aca2b590e4b43a75e009e10e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1762,6 +1762,7 @@
'android_sdk%': '<(android_sdk_root)/platforms/android-<(android_sdk_version)',
# Android SDK build tools (e.g. dx, aidl)
+ 'android_sdk_build_tools_version%': '<(android_sdk_build_tools_version)',
'android_sdk_tools%': '<(android_sdk_root)/build-tools/<(android_sdk_build_tools_version)',
# Android API level 16 is JB (Android 4.1) which is the minimum
@@ -1829,6 +1830,7 @@
'android_ndk_include': '<(android_ndk_sysroot)/usr/include',
'android_ndk_lib': '<(android_ndk_sysroot)/<(android_ndk_lib_dir)',
+ 'android_sdk_build_tools_version%': '<(android_sdk_build_tools_version)',
jbudorick 2016/03/24 18:26:26 rebase, this exists now
mikecase (-- gone --) 2016/03/28 20:47:01 Woohoo! Rebased.
'android_sdk_tools%': '<(android_sdk_tools)',
'android_aapt_path%': '<(android_sdk_tools)/aapt',
'android_sdk%': '<(android_sdk)',
« build/android/devil_chromium.py ('K') | « build/android/setup.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698