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

Unified Diff: BUILD.gn

Issue 1469733004: Moves components/mus/examples into mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add Created 5 years, 1 month 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 | components/mus/example/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 2d4e60f4d84fa9660fab9c73a5070399dc235b30..29f9a9c4b2cec387e2263ab5b8a514ffffdae654 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -603,7 +603,7 @@ group("gn_only") {
}
if (!is_component_build && (is_win || is_linux)) {
- deps += [ "//components/mus/example:all" ]
+ deps += [ "//mash:all" ]
}
if (is_linux && !is_chromeos && !is_chromecast) {
« no previous file with comments | « no previous file | components/mus/example/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698