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

Unified Diff: components/exo/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 | « chrome/browser/ui/views/task_manager_view.cc ('k') | components/exo/wayland/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index 446d86a5166c2100f1d894e3827fefd929ec06aa..0fc3abcdfc28856f4d66badcea4e2452ee238940 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -50,7 +50,7 @@ source_set("exo") {
deps = [
"//ash",
- "//ash/public/cpp",
+ "//ash/public/cpp:ash_public_cpp",
"//base",
"//cc",
"//cc/ipc:interfaces",
@@ -92,7 +92,7 @@ source_set("test_support") {
deps = [
":exo",
- "//ash/public/cpp",
+ "//ash/public/cpp:ash_public_cpp",
"//ash/test:ash_with_aura_test_support",
"//ash/test:test_support_without_content",
"//base",
@@ -127,7 +127,7 @@ source_set("unit_tests") {
":exo",
":test_support",
"//ash",
- "//ash/public/cpp",
+ "//ash/public/cpp:ash_public_cpp",
"//base",
"//base/test:test_support",
"//cc",
« no previous file with comments | « chrome/browser/ui/views/task_manager_view.cc ('k') | components/exo/wayland/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698