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

Unified Diff: build/android/cpufeatures.gypi

Issue 12730006: Android: rename android_build_type gyp variable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: build/android/cpufeatures.gypi
diff --git a/build/android/cpufeatures.gypi b/build/android/cpufeatures.gypi
index 17b262c977cc9bb8dad59c403600eeae8db0304b..49b5accf8b4469178285385af2f817c32aaebc96 100644
--- a/build/android/cpufeatures.gypi
+++ b/build/android/cpufeatures.gypi
@@ -7,7 +7,7 @@
# gyp file in the checked-in NDK to build it.
{
'conditions': [
- ['android_build_type != 0', {
+ ['android_webview_build != 0', {
benm (inactive) 2013/03/11 17:23:29 ditto, awb == 1?
Torne 2013/03/11 17:31:11 Done.
'libraries': [
'cpufeatures.a'
],

Powered by Google App Engine
This is Rietveld 408576698