From e85a581c518f11fcf9080ba356a4538a23f04212 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Tue, 18 Feb 2014 14:04:56 +0100 Subject: 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 --- src/core/qtwebengine_extras.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/qtwebengine_extras.gypi') 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$'], -- cgit v1.2.3