summaryrefslogtreecommitdiffstats
path: root/src/core/qtwebengine_extras.gypi
diff options
context:
space:
mode:
authorZoltan Arvai <zarvai@inf.u-szeged.hu>2014-03-13 10:56:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-14 10:10:50 +0100
commitc4c163b9ef0cf8a59f683aecf079cadf0e1505d8 (patch)
tree0abbd348d7a2e49fe98bee662e2b7d38fdf06b32 /src/core/qtwebengine_extras.gypi
parentc47bc7986e3a158fcb505992df084372a4a0e3bf (diff)
Fix clipboard build on Windows
Add missing guard to clipboard.h. Exclude unneeded Windows specific source files from build. Change-Id: I40fbea35dc1721ddf4e9c184515d57428a7ffe4d Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'src/core/qtwebengine_extras.gypi')
-rw-r--r--src/core/qtwebengine_extras.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/qtwebengine_extras.gypi b/src/core/qtwebengine_extras.gypi
index 53affa463..95c8f7ec1 100644
--- a/src/core/qtwebengine_extras.gypi
+++ b/src/core/qtwebengine_extras.gypi
@@ -9,6 +9,8 @@
['exclude', 'base/clipboard/clipboard_gtk.cc$'],
['exclude', 'base/clipboard/clipboard_mac.mm$'],
['exclude', 'base/clipboard/clipboard_win.cc$'],
+ ['exclude', 'base/clipboard/clipboard_util_win\\.(cc|h)$'],
+ ['exclude', 'base/dragdrop/os_exchange_data_provider_win\\.(cc|h)$'],
['exclude', 'base/resource/resource_bundle_gtk.cc$'],
['exclude', 'base/resource/resource_bundle_mac.mm$'],
['exclude', 'base/resource/resource_bundle_win.cc$'],