| Index: build/gyp_chromium
|
| diff --git a/build/gyp_chromium b/build/gyp_chromium
|
| index 2d13d1566ffde8314e1f22258eedd2b4cc759eba..afa7fdfac873ecd0b936cdf1de0f7b797238b603 100755
|
| --- a/build/gyp_chromium
|
| +++ b/build/gyp_chromium
|
| @@ -205,8 +205,10 @@ if __name__ == '__main__':
|
|
|
| supplemental_includes = GetSupplementalFiles()
|
|
|
| - if not RunGN(supplemental_includes):
|
| - sys.exit(1)
|
| + # Temporarily disabled until it is debugged.
|
| + # TODO(brettw) re-enable this code.
|
| + #if not RunGN(supplemental_includes):
|
| + # sys.exit(1)
|
|
|
| args.extend(
|
| ['-I' + i for i in additional_include_files(supplemental_includes, args)])
|
|
|