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

Unified Diff: build/toolchain/nacl_toolchain.gni

Issue 1950643003: Release clobber error fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/gcc_toolchain.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/nacl_toolchain.gni
diff --git a/build/toolchain/nacl_toolchain.gni b/build/toolchain/nacl_toolchain.gni
index 96722cb3d057b754199da63db368680fcd4ec945..7a988bf214626ef07cd744cdcfced0afc0398465 100644
--- a/build/toolchain/nacl_toolchain.gni
+++ b/build/toolchain/nacl_toolchain.gni
@@ -43,7 +43,6 @@ template("nacl_toolchain") {
"nm",
"readelf",
"strip",
- "symbol_level",
"toolchain_cpu",
])
@@ -53,6 +52,9 @@ template("nacl_toolchain") {
if (defined(invoker.is_nacl_glibc)) {
is_nacl_glibc = invoker.is_nacl_glibc
}
+ if (defined(invoker.symbol_level)) {
+ symbol_level = invoker.symbol_level
+ }
# We do not support component builds or sanitizers with the NaCl toolchains.
is_component_build = false
« no previous file with comments | « build/toolchain/gcc_toolchain.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698