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

Unified Diff: mandoline/BUILD.gn

Issue 1115463002: Fix mojo and mandoline android build breaks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude mandoline target on android for now; fix GN targets. Created 5 years, 8 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 | mojo/runner/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/BUILD.gn
diff --git a/mandoline/BUILD.gn b/mandoline/BUILD.gn
index 239174b6110cd52d141bd106b679b7aadfe29263..a675d3346ea85e5092702c97a8e00c5e25cb985b 100644
--- a/mandoline/BUILD.gn
+++ b/mandoline/BUILD.gn
@@ -9,7 +9,7 @@ group("mandoline_all") {
"//mojo:mojo",
]
- if (!is_component_build) {
+ if (!is_android && !is_component_build) {
deps += [ "//mandoline/app:mandoline" ]
}
}
« no previous file with comments | « no previous file | mojo/runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698