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

Unified Diff: build_overrides/build.gni

Issue 2317073002: LibYuv GN: Add GN test targets. (Closed)
Patch Set: Update .gitignore 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
« BUILD.gn ('K') | « BUILD.gn ('k') | build_overrides/gtest.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 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
« BUILD.gn ('K') | « BUILD.gn ('k') | build_overrides/gtest.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698