| Index: tools/gn/secondary/build/toolchain/nacl/BUILD.gn
|
| diff --git a/tools/gn/secondary/build/toolchain/nacl/BUILD.gn b/tools/gn/secondary/build/toolchain/nacl/BUILD.gn
|
| index 2e2fc7f9f82429a1198ffedab3232d6fc857da98..b5fe24885533e60cb8c0721aadefada04dfd5833 100644
|
| --- a/tools/gn/secondary/build/toolchain/nacl/BUILD.gn
|
| +++ b/tools/gn/secondary/build/toolchain/nacl/BUILD.gn
|
| @@ -38,6 +38,18 @@ toolchain("x86_newlib") {
|
| #pool = "link_pool"
|
| }
|
|
|
| + if (is_win) {
|
| + tool("stamp") {
|
| + command = "$python_path gyp-win-tool stamp \$out"
|
| + description = "STAMP \$out"
|
| + }
|
| + } else {
|
| + tool("stamp") {
|
| + command = "touch \$out"
|
| + description = "STAMP \$out"
|
| + }
|
| + }
|
| +
|
| toolchain_args() {
|
| is_nacl = true
|
|
|
|
|