diff options
author | rockot <rockot@chromium.org> | 2014-09-16 14:55:18 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-16 21:55:28 +0000 |
commit | ae48dc2800a7f37030952ddfee957513da558ab9 (patch) | |
tree | 9b53ea0efffd6d1f1504052bbd82ba4d0cd25f2d /mojo/services/BUILD.gn | |
parent | c3c0d91ae658c660f01705cd691b783e7f10d3f4 (diff) | |
download | chromium_src-ae48dc2800a7f37030952ddfee957513da558ab9.zip chromium_src-ae48dc2800a7f37030952ddfee957513da558ab9.tar.gz chromium_src-ae48dc2800a7f37030952ddfee957513da558ab9.tar.bz2 |
Revert of mojo: Create a basic clipboard. (patchset #29 id:540001 of https://codereview.chromium.org/562483002/)
Reason for revert:
Breaking GN builders.
http://build.chromium.org/p/chromium.linux/buildstatus?builder=Android%20GN&number=10604
http://build.chromium.org/p/chromium.linux/builders/Linux%20GN/builds/12120/steps/gn/logs/stdio
Original issue's description:
> 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
>
> Committed: https://crrev.com/757286d8a2c778fe4622890140c9b9d2afd21063
> Cr-Commit-Position: refs/heads/master@{#295143}
TBR=dcheng@chromium.org,darin@chromium.org,sky@chromium.org,erg@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=411039
Review URL: https://codereview.chromium.org/579503003
Cr-Commit-Position: refs/heads/master@{#295152}
Diffstat (limited to 'mojo/services/BUILD.gn')
-rw-r--r-- | mojo/services/BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mojo/services/BUILD.gn b/mojo/services/BUILD.gn index 90988ab..ae16a08 100644 --- a/mojo/services/BUILD.gn +++ b/mojo/services/BUILD.gn @@ -6,12 +6,10 @@ import("//build/config/ui.gni") group("services") { deps = [ - "//mojo/services/clipboard", "//mojo/services/gles2:bindings", "//mojo/services/html_viewer", "//mojo/services/native_viewport", "//mojo/services/network", - "//mojo/services/public/interfaces/clipboard", "//mojo/services/public/interfaces/content_handler", "//mojo/services/public/interfaces/geometry", "//mojo/services/public/interfaces/input_events", |