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

Unified Diff: ash/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 | « no previous file | ash/autoclick/mus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 3d4ebe60c89b802a9ae898012dc101e3c0048dd3..e0bfcf109257f55fd7999d3d783693c8129c49a3 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -859,7 +859,7 @@ component("ash") {
]
deps = [
"//ash/autoclick/common:autoclick",
- "//ash/public/cpp",
+ "//ash/public/cpp:ash_public_cpp",
"//ash/public/interfaces",
"//ash/touch_hud",
"//base",
@@ -985,7 +985,7 @@ component("ash_with_content") {
":ash",
]
deps = [
- "//ash/public/cpp",
+ "//ash/public/cpp:ash_public_cpp",
"//base",
"//base/third_party/dynamic_annotations",
"//content/public/browser",
@@ -1042,7 +1042,7 @@ static_library("ash_shell_lib") {
deps = [
":ash",
"//ash/common/test:test_support",
- "//ash/public/cpp",
+ "//ash/public/cpp:ash_public_cpp",
"//ash/test:test_support_without_content",
"//base",
"//base:i18n",
@@ -1078,7 +1078,7 @@ static_library("ash_shell_lib_with_content") {
deps = [
":ash_shell_lib",
":ash_with_content",
- "//ash/public/cpp",
+ "//ash/public/cpp:ash_public_cpp",
"//ash/test:test_support_without_content",
"//base:i18n",
"//chrome:packed_resources",
@@ -1120,7 +1120,7 @@ test("ash_content_unittests") {
":ash",
":ash_with_content",
"//ash/common/test:test_support",
- "//ash/public/cpp",
+ "//ash/public/cpp:ash_public_cpp",
"//ash/test:ash_with_aura_test_support",
"//ash/test:test_support_with_content",
"//base",
@@ -1334,7 +1334,7 @@ test("ash_unittests") {
"//ash/common:unittests",
"//ash/common/strings",
"//ash/common/test:test_support",
- "//ash/public/cpp",
+ "//ash/public/cpp:ash_public_cpp",
"//ash/public/interfaces",
"//ash/resources",
"//ash/resources/vector_icons",
« no previous file with comments | « no previous file | ash/autoclick/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698