~osomon/webbrowser-app/escape-all-html-entities-in-search-queries

« back to all changes in this revision

Viewing changes to src/app/webbrowser/CMakeLists.txt

  • Committer: Olivier Tilloy
  • Author(s): Andrew Hayzen
  • Date: 2016-11-29 14:37:59 UTC
  • mfrom: (1465.2.87 dnd-tabs-001)
  • Revision ID: olivier.tilloy@canonical.com-20161129143759-sgjf5kp74dafm7no
Add Drag and drop support of tabs between windows on non-mir clients.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
set(WEBBROWSER_APP_SRC
35
35
    cache-deleter.cpp
 
36
    drag-helper.cpp
36
37
    file-operations.cpp
 
38
    reparenter.cpp
37
39
    searchengine.cpp
38
40
    webbrowser-app.cpp
39
41
)