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

Unified Diff: build_overrides/build.gni

Issue 2283883002: Roll DEPS for build to b73bafdd. (Closed)
Patch Set: more rolls Created 4 years, 4 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 | « DEPS ('k') | testing/test.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/build.gni
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index c172f9cc8d6035b3d544b899ff0fcef380be76e4..bce8d28f0067209deab0edf6da6184944afddfe7 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -17,11 +17,15 @@ build_with_chromium = true
# Support different NDK locations in non-Chromium builds.
default_android_ndk_root = "//third_party/android_ndk"
default_android_ndk_version = "r11c"
+default_android_ndk_major_version = "11"
-# Some non-Chromium builds don't support building java targets.
+# PDFium builds don't support building java targets.
enable_java_templates = false
# Whether to use the neon FPU instruction set or not.
-if (current_cpu == "arm" ) {
+if (current_cpu == "arm") {
arm_use_neon = true
}
+
+# PDFium builds don't use Chromium's third_party/binutils.
+linux_use_bundled_binutils_override = false
« no previous file with comments | « DEPS ('k') | testing/test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698