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

Unified Diff: Source/config.gni

Issue 561173006: Fix some android gn configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | Source/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/config.gni
diff --git a/Source/config.gni b/Source/config.gni
index 0f528e5187a4c496617b225e1a152d9e043def04..aea6ee3c210e3b67aa344614286745b6ebd3c2fc 100644
--- a/Source/config.gni
+++ b/Source/config.gni
@@ -39,7 +39,7 @@ use_default_render_theme = use_aura
use_openmax_dl_fft = is_android && !is_android_webview_build &&
(cpu_arch == "x86" ||
cpu_arch == "x64" ||
- (cpu_arch == "arm" && arm_version > 7))
+ (cpu_arch == "arm" && arm_version >= 7))
use_webaudio_ffmpeg = !is_mac && !is_android
« no previous file with comments | « no previous file | Source/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698