Chromium Code Reviews| Index: build_overrides/build.gni |
| diff --git a/build_overrides/build.gni b/build_overrides/build.gni |
| index 108a740f44107e95ae127261036e50f0beceaee2..482116ca6f1b068c6a9dfcad0a71acee89a66efa 100644 |
| --- a/build_overrides/build.gni |
| +++ b/build_overrides/build.gni |
| @@ -9,3 +9,7 @@ |
| # requires 10.7. |
| mac_sdk_min_build_override = "10.10" |
| 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 = true |
|
davidben
2016/04/26 21:25:16
Should this be in a boringssl.gni or maybe third_p
Dirk Pranke
2016/04/26 21:43:22
The convention is totally made up :). I think this
|