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

Unified Diff: BUILD.gn

Issue 1701193002: [fusl] Build example apptests under fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase Created 4 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 | « no previous file | mojo/devtools/common/mojo_test » ('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 18f558f9809f623b0fed2b7c92a0e5c7a9efff17..ffde2b7cd82ea88c7b07f0e9425f5298a8be4acb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -22,7 +22,10 @@ group("default") {
if (is_linux) {
deps += [
+ "//apps(//build/toolchain/fusl:fusl_${current_cpu})",
+ "//examples(//build/toolchain/fusl:fusl_${current_cpu})",
"//fusl",
+ "//services(//build/toolchain/fusl:fusl_${current_cpu})",
# We need this to run tests (especially on bots).
"//third_party/mesa:osmesa",
« no previous file with comments | « no previous file | mojo/devtools/common/mojo_test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698