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

Unified Diff: build/toolchain/cros_toolchain.gni

Issue 2188633004: Add a way for CrOS toolchains to set custom flags for the nacl bootstrap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge in changes to toolchain_args Created 4 years, 4 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 | « build/toolchain/cros/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/cros_toolchain.gni
diff --git a/build/toolchain/cros_toolchain.gni b/build/toolchain/cros_toolchain.gni
index 17aa020ff18aa121087262dc8cc52bd4188b9b28..fdfdb0704e64cd670249835580a537701f7bda39 100644
--- a/build/toolchain/cros_toolchain.gni
+++ b/build/toolchain/cros_toolchain.gni
@@ -73,4 +73,9 @@ declare_args() {
cros_v8_snapshot_extra_cxxflags = ""
cros_v8_snapshot_extra_ldflags = ""
cros_v8_snapshot_is_clang = false
+
+ cros_nacl_bootstrap_extra_cflags = ""
+ cros_nacl_bootstrap_extra_cppflags = ""
+ cros_nacl_bootstrap_extra_cxxflags = ""
+ cros_nacl_bootstrap_extra_ldflags = ""
}
« no previous file with comments | « build/toolchain/cros/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698