From a42c618053748d988fab0b93497a1fc9cdd12b69 Mon Sep 17 00:00:00 2001 From: Kai Koehne <kai.koehne@theqtcompany.com> Date: Fri, 21 Aug 2015 09:37:25 +0200 Subject: [PATCH] Fix compilation with Visual Studio Express This replaces commit 28fd17b3 in the chromium submodule. Change-Id: Ifb59ad0101129d18ae4704126fa152e201d35e83 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> --- src/core/qtwebengine_extras.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/qtwebengine_extras.gypi b/src/core/qtwebengine_extras.gypi index 86a4c17bb..a5de08b55 100644 --- a/src/core/qtwebengine_extras.gypi +++ b/src/core/qtwebengine_extras.gypi @@ -57,6 +57,7 @@ ['exclude', 'win/accessibility_ids_win\\.h$'], ['exclude', 'win/accessibility_misc_utils\\.(cc|h)$'], ['exclude', 'win/atl_module\\.h$'], + ['exclude', 'platform/ax_platform_node_win\\.(cc|h)$'], ['exclude', 'audio_classifier\\.(cc|h)$'], ], 'defines': [ -- GitLab