summaryrefslogtreecommitdiffstats
path: root/mojo/mojo.gyp
diff options
context:
space:
mode:
authorerg <erg@chromium.org>2014-09-16 17:08:56 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-17 00:09:12 +0000
commitb69fbca034e3c2181e0a12cf02baec4de526bf25 (patch)
tree8bdb2d79438facc797c47f3a6ee483039e5afb02 /mojo/mojo.gyp
parent0d9398539d5a78e8025eeb1c92f9d396c946e105 (diff)
downloadchromium_src-b69fbca034e3c2181e0a12cf02baec4de526bf25.zip
chromium_src-b69fbca034e3c2181e0a12cf02baec4de526bf25.tar.gz
chromium_src-b69fbca034e3c2181e0a12cf02baec4de526bf25.tar.bz2
mojo: Create a basic clipboard.
This creates a basic clipboard interface and uses it from html_viewer. This is a minimal implementation and does not actually interact with the system clipboard. BUG=411039 First Committed: https://crrev.com/757286d8a2c778fe4622890140c9b9d2afd21063 Review URL: https://codereview.chromium.org/562483002 Cr-Commit-Position: refs/heads/master@{#295182}
Diffstat (limited to 'mojo/mojo.gyp')
-rw-r--r--mojo/mojo.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 29a49f0..890af4e 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -29,6 +29,8 @@
'mojo_application_manager_unittests',
'mojo_apps_js_unittests',
'mojo_base.gyp:mojo_base',
+ 'mojo_clipboard',
+ 'mojo_clipboard_unittests',
'mojo_compositor_app',
'mojo_content_handler_demo',
'mojo_echo_client',