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

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

Issue 2240323003: mus: Implement OSExchangeDataProviderMus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No, sky wanted a dcheck. I misunderstood. 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 | « no previous file | 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 976244064ab1d942a9daade38c37e65329779718..3f3d4c7517eb85465183b8cd2630f29112937408 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -62,6 +62,7 @@ component("mus") {
"//cc/surfaces",
"//mojo/common",
"//mojo/public/cpp/bindings",
+ "//net",
"//services/catalog/public/cpp",
"//services/shell/public/cpp",
"//services/shell/public/interfaces",
@@ -155,6 +156,7 @@ test("views_mus_unittests") {
sources = [
"display_list_unittest.cc",
"native_widget_mus_unittest.cc",
+ "os_exchange_data_provider_mus_unittest.cc",
"pointer_watcher_event_router_unittest.cc",
"run_all_unittests_mus.cc",
"screen_mus_unittest.cc",
@@ -185,6 +187,7 @@ test("views_mus_unittests") {
"//base:i18n",
"//base/test:test_support",
"//cc",
+ "//net",
"//services/shell/background:main", # Provides main().
"//services/ui/public/cpp",
"//services/ui/public/cpp/tests:unittest_support",
« no previous file with comments | « no previous file | ui/views/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698