summaryrefslogtreecommitdiff
path: root/chromium/build/toolchain/win/midl.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/build/toolchain/win/midl.py')
-rw-r--r--chromium/build/toolchain/win/midl.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/build/toolchain/win/midl.py b/chromium/build/toolchain/win/midl.py
index 5483173e58c..ff4651b8987 100644
--- a/chromium/build/toolchain/win/midl.py
+++ b/chromium/build/toolchain/win/midl.py
@@ -192,6 +192,12 @@ def main(arch, gendir, outdir, dynamic_guid, tlb, h, dlldata, iid, proxy, clang,
if sys.platform != 'win32':
return 0
+ # Unless you have an exact copy of the Google machine were the
+ # files were generated, we have to stop here as well.
+ # FIXME: Just use the generated files instead of the prebuilt ones,
+ # and do no pointless diff comparison.
+ return 0
+
# On Windows, run midl.exe on the input and check that its outputs are
# identical to the checked-in outputs (after possibly replacing their main
# class guid).