| Index: scripts/slave/recipe_modules/chromium/config.py
|
| diff --git a/scripts/slave/recipe_modules/chromium/config.py b/scripts/slave/recipe_modules/chromium/config.py
|
| index 61ba8d546faec2a358181f8f16f1c003b2ebbce9..08a4788e06248ac37b3734e98c5ac86f9a6d133d 100644
|
| --- a/scripts/slave/recipe_modules/chromium/config.py
|
| +++ b/scripts/slave/recipe_modules/chromium/config.py
|
| @@ -283,6 +283,10 @@ def clang(c):
|
| _clang_common(c)
|
|
|
| @config_ctx(group='compiler')
|
| +def gcc(c):
|
| + c.gyp_env.GYP_DEFINES['clang'] = 0
|
| +
|
| +@config_ctx(group='compiler')
|
| def default_compiler(c):
|
| if c.TARGET_PLATFORM in ('mac', 'ios'):
|
| _clang_common(c)
|
|
|