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

Unified Diff: build/untrusted.gypi

Issue 872673006: Add .debug file in the list of outputs for PNaCl targets. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 5 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698