| Index: build/untrusted.gypi
|
| diff --git a/build/untrusted.gypi b/build/untrusted.gypi
|
| index 876170b5c5abbb84215d91be1742f2c4d001073b..06b6a70bb32735e837e115500535d47eebb05ced 100755
|
| --- a/build/untrusted.gypi
|
| +++ b/build/untrusted.gypi
|
| @@ -1488,7 +1488,10 @@
|
| '^(source_list_pnacl_newlib)',
|
| '<(SHARED_INTERMEDIATE_DIR)/sdk/<(TOOLCHAIN_OS)_x86/pnacl_newlib/stamp.prep',
|
| ],
|
| - 'outputs': ['>(out_pnacl_newlib)'],
|
| + 'outputs': [
|
| + '>(out_pnacl_newlib)',
|
| + '>(out_pnacl_newlib).debug',
|
| + ],
|
| 'action': [
|
| '<@(common_args)',
|
| '>@(extra_args)',
|
|
|