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

Unified Diff: mojo/BUILD.gn

Issue 1418653002: Synchronize GN build configuration with Chrome (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Review feedback addressed Created 5 years, 2 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 | « gpu/command_buffer/client/BUILD.gn ('k') | mojo/gles2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index c4924cb35a9c7a825f28d440b630571fa3e43d87..debdf0f998bf2714971ae0c03cd7806b45a6067d 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -5,16 +5,17 @@
import("//build/module_args/mojo.gni")
import("//mojo/public/mojo.gni")
+declare_args() {
+ mojo_use_go = false
+
+ # TODO(ncbray): support ASAN once NaCl's GN build is unforked.
+ mojo_use_nacl = is_linux && !is_asan
+ mojo_use_nacl_nonsfi = (is_linux || is_android) && !is_asan
+}
+
group("mojo") {
# Meta-target, don't link into production code.
testonly = true
- declare_args() {
- mojo_use_go = false
-
- # TODO(ncbray): support ASAN once NaCl's GN build is unforked.
- mojo_use_nacl = is_linux && !is_asan
- mojo_use_nacl_nonsfi = (is_linux || is_android) && !is_asan
- }
deps = [
":system_thunks",
":tests",
« no previous file with comments | « gpu/command_buffer/client/BUILD.gn ('k') | mojo/gles2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698