summaryrefslogtreecommitdiffstats
path: root/src/core/qtwebengine_extras.gypi
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-02-18 14:04:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-04 11:47:30 +0100
commite85a581c518f11fcf9080ba356a4538a23f04212 (patch)
treeba19f912ea13e6b83782e4fd8731aa1f7f5fd149 /src/core/qtwebengine_extras.gypi
parent970ccc7f1e7890f4ac49b761678274823576aca5 (diff)
Add Qt clipboard integration
The GTK clipboard integration isn't working for us and we need a way to get clipboard requests from the renderer into the system clipboard. This patch adds a Qt implementation to let Qt handle the platform abstraction, even though the Chromium clipboard direct integration could work on some platforms. Change-Id: Ie7af5c6b4c662fc8f4109b2e85e9f594d6d90b0d Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'src/core/qtwebengine_extras.gypi')
-rw-r--r--src/core/qtwebengine_extras.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/qtwebengine_extras.gypi b/src/core/qtwebengine_extras.gypi
index 7eefe2062..53affa463 100644
--- a/src/core/qtwebengine_extras.gypi
+++ b/src/core/qtwebengine_extras.gypi
@@ -6,6 +6,9 @@
'target_defaults': {
# patterns used to exclude chromium files from the build when we have a drop-in replacement
'sources/': [
+ ['exclude', 'base/clipboard/clipboard_gtk.cc$'],
+ ['exclude', 'base/clipboard/clipboard_mac.mm$'],
+ ['exclude', 'base/clipboard/clipboard_win.cc$'],
['exclude', 'base/resource/resource_bundle_gtk.cc$'],
['exclude', 'base/resource/resource_bundle_mac.mm$'],
['exclude', 'base/resource/resource_bundle_win.cc$'],