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

Unified Diff: ash/common/BUILD.gn

Issue 2664113004: Reland: mash: Fix MusPropertyMirrorAsh for owned properties; add test. (Closed)
Patch Set: Sync and rebase. Created 3 years, 11 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 | « ash/autoclick/mus/BUILD.gn ('k') | ash/common/mus_property_mirror_ash_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/BUILD.gn
diff --git a/ash/common/BUILD.gn b/ash/common/BUILD.gn
index e5c535f1dcadf95eb548bb38fb0f007b69c1f754..80c98b052037f29ed8c211446ab88907b8780c53 100644
--- a/ash/common/BUILD.gn
+++ b/ash/common/BUILD.gn
@@ -9,6 +9,7 @@ source_set("unittests") {
sources = [
"accelerators/accelerator_table_unittest.cc",
"drag_drop/drag_image_view_unittest.cc",
+ "mus_property_mirror_ash_unittest.cc",
"system/chromeos/audio/tray_audio_unittest.cc",
"system/chromeos/brightness/tray_brightness_unittest.cc",
"system/chromeos/network/vpn_list_unittest.cc",
@@ -25,7 +26,7 @@ source_set("unittests") {
deps = [
"//ash",
"//ash/common/test:test_support",
- "//ash/public/cpp",
+ "//ash/public/cpp:ash_public_cpp",
"//ash/public/interfaces",
"//ash/test:test_support_without_content",
"//ui/aura",
« no previous file with comments | « ash/autoclick/mus/BUILD.gn ('k') | ash/common/mus_property_mirror_ash_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698