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

Unified Diff: examples/BUILD.gn

Issue 1412003010: Re-enable building spinning cube pexe on FNL (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/BUILD.gn
diff --git a/examples/BUILD.gn b/examples/BUILD.gn
index 455eb7a3ca0a3770322203178ba253292af1de11..b92272465b90d80c2eef260cd3046c2ac30c5b10 100644
--- a/examples/BUILD.gn
+++ b/examples/BUILD.gn
@@ -64,7 +64,7 @@ group("examples") {
deps += [ "//examples/python" ]
}
- if (is_linux && !is_asan && !is_fnl) {
+ if (is_linux && !is_asan) {
deps += [ "//examples/spinning_cube(//build/toolchain/nacl:newlib_pnacl)" ]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698