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

Unified Diff: ui/aura/BUILD.gn

Issue 2460663002: Moves OSExchangeDataProviderMus to aura/mus (Closed)
Patch Set: DEPS and daisy compile Created 4 years, 2 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/aura/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index e6db04b02da6d13b2a30614eadd9f2ded33a0152..0787748e912e4602a7590001ce6590725e29e373 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -75,6 +75,8 @@ component("aura") {
"mus/mus_types.h",
"mus/mus_util.cc",
"mus/mus_util.h",
+ "mus/os_exchange_data_provider_mus.cc",
+ "mus/os_exchange_data_provider_mus.h",
"mus/property_converter.h",
"mus/surface_id_handler.h",
"mus/text_input_client_impl.cc",
@@ -126,6 +128,7 @@ component("aura") {
"//base:i18n",
"//base/third_party/dynamic_annotations",
"//cc/surfaces:surface_id",
+ "//net",
"//services/service_manager/public/cpp",
"//services/ui/public/interfaces",
"//skia",
@@ -301,6 +304,7 @@ executable("demo") {
test("aura_unittests") {
sources = [
"gestures/gesture_recognizer_unittest.cc",
+ "mus/os_exchange_data_provider_mus_unittest.cc",
"mus/window_tree_client_unittest.cc",
"test/run_all_unittests.cc",
"window_event_dispatcher_unittest.cc",
@@ -313,6 +317,7 @@ test("aura_unittests") {
":test_support",
"//base/test:test_support",
"//mojo/common",
+ "//net",
"//skia",
"//testing/gtest",
"//ui/base:test_support",
« no previous file with comments | « no previous file | ui/aura/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698