| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index 8ed383d023305c59bb3726528e9768356de40f65..01304fdaae893430ed35c4aa865f038e03378e78 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -415,7 +415,7 @@
|
| # (defines are passed via the command line, and build systems rebuild
|
| # things when their commandline changes). Nothing should ever read this
|
| # define.
|
| - 'defines': ['CR_CLANG_REVISION=<!(<(DEPTH)/tools/clang/scripts/update.sh --print-revision)'],
|
| + 'defines': ['CR_CLANG_REVISION=<!(python <(DEPTH)/tools/clang/scripts/update.py --print-revision)'],
|
| 'conditions': [
|
| ['host_clang==1', {
|
| 'target_conditions': [
|
|
|