Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 1c19ffa3aaeb107a0d4ec6c5b114f66215f2ab20..9ead643138caf7ffe7ef5bd3a2cf8310faf60535 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1503,6 +1503,9 @@ |
| 'ozone_platform_ozonex%': 0, |
| 'ozone_platform_test%': 0, |
| + # Whether the browser is non-native (using Views Toolkit) on Mac. |
|
sky
2014/11/05 22:44:25
Do we really need the ability to change this indep
Andre
2014/11/05 23:27:04
We would like the standard Mac build to include to
|
| + 'mac_views_browser%': 0, |
|
sky
2014/11/05 22:44:25
Can you key off toolkit_views instead of another d
|
| + |
| 'conditions': [ |
| ['buildtype=="Official"', { |
| # Continue to embed build meta data in Official builds, basically the |