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

Unified Diff: build_overrides/build.gni

Issue 2317073002: LibYuv GN: Add GN test targets. (Closed)
Patch Set: Fix compile warnings and addressed comments. Created 4 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
Index: build_overrides/build.gni
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index 7a7e741582828d2b87444be435e28005944d6961..d9ee7c54bacca22b32c0ce69b5ae99846a6351a0 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -14,5 +14,9 @@
mac_sdk_min_build_override = "10.11"
mac_deployment_target_build_override = "10.7"
+# Variable that can be used to support multiple build scenarios, like having
+# Chromium specific targets in a client project's GN file etc.
+build_with_chromium = false
+
# Some non-Chromium builds don't support building java targets.
enable_java_templates = true

Powered by Google App Engine
This is Rietveld 408576698