summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-12-19 10:26:16 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-12-19 11:36:18 +0000
commit0793ceb388fc29ede5cfe2bf5790e74344e4ce83 (patch)
tree87da237f146b446ebfcd92f4ad177afd25ea983a
parentdb06bf7b95437b2473221db1c85f743b220e5f03 (diff)
downloadqtwebengine-chromium-0793ceb388fc29ede5cfe2bf5790e74344e4ce83.tar.gz
FIXUP: Fix build on windows
Also short-cut the message compiler before it starts diffing. Change-Id: I2be5561d4f0cda0c24a176cb764770e3b8f3cee3 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--chromium/build/win/message_compiler.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/build/win/message_compiler.py b/chromium/build/win/message_compiler.py
index 3ee77c61b32..0f9e814fc8c 100644
--- a/chromium/build/win/message_compiler.py
+++ b/chromium/build/win/message_compiler.py
@@ -46,6 +46,12 @@ def main():
if sys.platform != 'win32':
return
+ # 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
+
# On Windows, run mc.exe on the input and check that its outputs are
# identical to the checked-in outputs.