Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1125)

Unified Diff: components/mus/clipboard/BUILD.gn

Issue 2011833003: Implement ui::ClipboardMus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove static in test by creating forwarding clipboard subclass. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/threading/thread_restrictions.h ('k') | components/mus/clipboard/clipboard_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/clipboard/BUILD.gn
diff --git a/components/mus/clipboard/BUILD.gn b/components/mus/clipboard/BUILD.gn
index af5cdd43db1cd7be64723c13c39c3d18b6550a80..f6e26613b45836fc5bb90e879a0cc4be55d4603b 100644
--- a/components/mus/clipboard/BUILD.gn
+++ b/components/mus/clipboard/BUILD.gn
@@ -15,6 +15,7 @@ source_set("lib") {
deps = [
"//base",
"//components/mus/public/interfaces",
+ "//mojo/common",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/bindings:callback",
"//services/shell/public/cpp",
« no previous file with comments | « base/threading/thread_restrictions.h ('k') | components/mus/clipboard/clipboard_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698