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

Unified Diff: ui/views/mus/BUILD.gn

Issue 2011833003: Implement ui::ClipboardMus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix cast_linux. Created 4 years, 7 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
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index abca967b4f81d0c96f9a45f02259fab75ede6704..5b75eddccb73ee2ad2c44eeeebcf5f8de1d2064f 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -15,6 +15,8 @@ component("mus") {
sources = [
"aura_init.cc",
"aura_init.h",
+ "clipboard_mus.cc",
+ "clipboard_mus.h",
"display_list.cc",
"display_list.h",
"input_method_mus.cc",
@@ -57,6 +59,7 @@ component("mus") {
"//components/mus/public/cpp",
"//components/mus/public/cpp/surfaces",
"//components/mus/public/interfaces",
+ "//mojo/common",
"//mojo/public/c/system:for_component",
"//mojo/public/cpp/bindings",
"//services/catalog/public/cpp",
@@ -243,6 +246,7 @@ test("views_mus_interactive_ui_tests") {
sources = [
"../widget/widget_interactive_uitest.cc",
+ "clipboard_unittest.cc",
"interactive_ui_tests_mus.cc",
]
@@ -251,6 +255,8 @@ test("views_mus_interactive_ui_tests") {
":test_support",
"//base",
"//services/shell/background:main", # Provides main().
+ "//testing/gmock",
+ "//testing/gtest",
"//ui/aura",
"//ui/base",
"//ui/base/ime",

Powered by Google App Engine
This is Rietveld 408576698