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

Unified Diff: mash/common/BUILD.gn

Issue 2720203004: mash: makes ash/public/cpp bundle ash/public/interfaces (Closed)
Patch Set: merge Created 3 years, 10 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 | « components/arc/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/common/BUILD.gn
diff --git a/mash/common/BUILD.gn b/mash/common/BUILD.gn
index 44d2bbc6aca436521e5c688f5d5dffa592f0fa27..dd20674b6e13db0c5177fb717b9ed91543e9a841 100644
--- a/mash/common/BUILD.gn
+++ b/mash/common/BUILD.gn
@@ -15,6 +15,6 @@ source_set("common") {
]
if (use_ash) {
- deps += [ "//ash/public/interfaces" ]
+ deps += [ "//ash/public/cpp:ash_public_cpp" ]
}
}
« no previous file with comments | « components/arc/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698