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

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: 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 | « ui/base/x/selection_utils.cc ('k') | ui/views/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index 065d32ca15106d6bbc0083bf568c06714c0a6923..e770bf37cee2f7d62004ae9603e835f043b65948 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",
@@ -58,6 +60,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",
@@ -249,6 +252,7 @@ test("views_mus_interactive_ui_tests") {
sources = [
"../widget/widget_interactive_uitest.cc",
+ "clipboard_unittest.cc",
"interactive_ui_tests_mus.cc",
]
@@ -257,6 +261,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698