| Index: build/toolchain/nacl/BUILD.gn
|
| diff --git a/build/toolchain/nacl/BUILD.gn b/build/toolchain/nacl/BUILD.gn
|
| index fffecebed1bcff331eae2fa675f3363e8fff3292..518be79484b5a6f0a73bdb7d8d6c114d6e234cdf 100644
|
| --- a/build/toolchain/nacl/BUILD.gn
|
| +++ b/build/toolchain/nacl/BUILD.gn
|
| @@ -134,6 +134,7 @@ template("nacl_irt_toolchain") {
|
| cxx = toolprefix + "clang++"
|
| ar = toolprefix + "ar"
|
| readelf = toolprefix + "readelf"
|
| + strip = toolprefix + "strip"
|
|
|
| # Always build the IRT with full debugging symbols, regardless of
|
| # how Chromium itself is being built (or other NaCl executables).
|
|
|