~osomon/oxide/override-touchUngrabEvent

« back to all changes in this revision

Viewing changes to qt/core/core.gyp

  • Committer: Olivier Tilloy
  • Date: 2016-01-12 11:46:34 UTC
  • mfrom: (1272.2.38 touch-selection-api)
  • Revision ID: olivier.tilloy@canonical.com-20160112114634-u1t78baa0u4hfoha
Add a touch selection API, to allow embedders to display handles for resizing the current selection, and contextual actions for it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2013 Canonical Ltd.
 
1
# Copyright (C) 2013-2016 Canonical Ltd.
2
2
 
3
3
# This library is free software; you can redistribute it and/or
4
4
# modify it under the terms of the GNU Lesser General Public
148
148
        'browser/oxide_qt_script_message_request.h',
149
149
        'browser/oxide_qt_skutils.cc',
150
150
        'browser/oxide_qt_skutils.h',
 
151
        'browser/oxide_qt_touch_handle_drawable.cc',
 
152
        'browser/oxide_qt_touch_handle_drawable.h',
151
153
        'browser/oxide_qt_url_request_delegated_job.cc',
152
154
        'browser/oxide_qt_url_request_delegated_job.h',
153
155
        'browser/oxide_qt_user_script.cc',
180
182
        'glue/oxide_qt_script_message_request_proxy.cc',
181
183
        'glue/oxide_qt_script_message_request_proxy.h',
182
184
        'glue/oxide_qt_script_message_request_proxy_client.h',
 
185
        'glue/oxide_qt_touch_handle_drawable_proxy.h',
183
186
        'glue/oxide_qt_user_script_proxy.cc',
184
187
        'glue/oxide_qt_user_script_proxy.h',
185
188
        'glue/oxide_qt_user_script_proxy_client.h',