Chromium Code Reviews| Index: build/android/gyp/gcc_preprocess.py |
| diff --git a/build/android/gyp/gcc_preprocess.py b/build/android/gyp/gcc_preprocess.py |
| index d4e30fc5fe3e29e49f4aa11a030b81ebb42624dd..25192546053e181d35322a0d34887dd4dbe280a6 100755 |
| --- a/build/android/gyp/gcc_preprocess.py |
| +++ b/build/android/gyp/gcc_preprocess.py |
| @@ -27,7 +27,7 @@ def DoGcc(options): |
| options.template |
| ]) |
| - build_utils.CheckCallDie(gcc_cmd) |
| + build_utils.CheckOutput(gcc_cmd) |
| def main(argv): |