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

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: base::string16 in interfaces. >:( 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 86c63388fc5340e1e767a11a7cb699beea6c467f..0d30a8238710d3938b994f051cb61e4e5a0d66ef 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",
@@ -59,6 +61,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",
@@ -244,6 +247,7 @@ test("views_mus_interactive_ui_tests") {
sources = [
"../widget/widget_interactive_uitest.cc",
+ "clipboard_unittest.cc",
"interactive_ui_tests_mus.cc",
]
@@ -252,6 +256,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",
« no previous file with comments | « ui/base/x/selection_utils.cc ('k') | ui/views/mus/DEPS » ('j') | ui/views/mus/clipboard_mus.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698