| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index 7457a914fb7966e9ef3f51043e8bb3c49c2b3337..c23152185c9c38abf0fe9d8c27fe02e11ae7f03b 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -399,8 +399,7 @@ def UpdateClang(args):
|
|
|
| need_gold_plugin = 'LLVM_DOWNLOAD_GOLD_PLUGIN' in os.environ or (
|
| sys.platform.startswith('linux') and
|
| - 'buildtype=Official' in os.environ.get('GYP_DEFINES', '') and
|
| - 'branding=Chrome' in os.environ.get('GYP_DEFINES', ''))
|
| + 'buildtype=Official' in os.environ.get('GYP_DEFINES', ''))
|
|
|
| if ReadStampFile() == PACKAGE_VERSION and not args.force_local_build:
|
| print 'Clang is already up to date.'
|
|
|