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

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

Issue 2211253002: mus/views: Create a mus OSExchangeData::Provider stub, and use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix DCHECK. Fixed unit tests? Created 4 years, 4 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/dragdrop/os_exchange_data_provider_factory.cc ('k') | ui/views/mus/os_exchange_data_provider_mus.h » ('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 a1a47048e8bdd2ecb6883e32afc76daac4465b7b..72110d44f3e3b7bf7274eff7cf46cc9e1e29f1cf 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -28,6 +28,8 @@ component("mus") {
"mus_export.h",
"native_widget_mus.cc",
"native_widget_mus.h",
+ "os_exchange_data_provider_mus.cc",
+ "os_exchange_data_provider_mus.h",
"screen_mus.cc",
"screen_mus.h",
"screen_mus_delegate.h",
« no previous file with comments | « ui/base/dragdrop/os_exchange_data_provider_factory.cc ('k') | ui/views/mus/os_exchange_data_provider_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698