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

Side by Side 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, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'variables': { 7 'variables': {
8 # Enable -Werror by default, but put it in a variable so it can 8 # Enable -Werror by default, but put it in a variable so it can
9 # be optionally disabled. 9 # be optionally disabled.
10 'werror%': '-Werror', 10 'werror%': '-Werror',
(...skipping 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after
1481 'msvs_cygwin_shell': 0, 1481 'msvs_cygwin_shell': 0,
1482 'description': 'building >(out_pnacl_newlib)', 1482 'description': 'building >(out_pnacl_newlib)',
1483 'inputs': [ 1483 'inputs': [
1484 '<@(common_inputs)', 1484 '<@(common_inputs)',
1485 '>!@pymod_do_main(scan_sources -I . >(include_dirs) >(_include_di rs) -S >(sources) >(_sources))', 1485 '>!@pymod_do_main(scan_sources -I . >(include_dirs) >(_include_di rs) -S >(sources) >(_sources))',
1486 '>@(extra_deps)', 1486 '>@(extra_deps)',
1487 '>@(extra_deps_pnacl_newlib)', 1487 '>@(extra_deps_pnacl_newlib)',
1488 '^(source_list_pnacl_newlib)', 1488 '^(source_list_pnacl_newlib)',
1489 '<(SHARED_INTERMEDIATE_DIR)/sdk/<(TOOLCHAIN_OS)_x86/pnacl_newlib/ stamp.prep', 1489 '<(SHARED_INTERMEDIATE_DIR)/sdk/<(TOOLCHAIN_OS)_x86/pnacl_newlib/ stamp.prep',
1490 ], 1490 ],
1491 'outputs': ['>(out_pnacl_newlib)'], 1491 'outputs': [
1492 '>(out_pnacl_newlib)',
1493 '>(out_pnacl_newlib).debug',
1494 ],
1492 'action': [ 1495 'action': [
1493 '<@(common_args)', 1496 '<@(common_args)',
1494 '>@(extra_args)', 1497 '>@(extra_args)',
1495 '--arch', 'pnacl', 1498 '--arch', 'pnacl',
1496 '--build', 'newlib_pexe', 1499 '--build', 'newlib_pexe',
1497 '--name', '>(out_pnacl_newlib)', 1500 '--name', '>(out_pnacl_newlib)',
1498 '--objdir', '>(objdir_pnacl_newlib)', 1501 '--objdir', '>(objdir_pnacl_newlib)',
1499 '--include-dirs=>(tc_include_dir_pnacl_newlib) ^(include_dirs) >( _include_dirs)', 1502 '--include-dirs=>(tc_include_dir_pnacl_newlib) ^(include_dirs) >( _include_dirs)',
1500 # TODO(dschuff): try removing gline-tables-only after 3.5 merge 1503 # TODO(dschuff): try removing gline-tables-only after 3.5 merge
1501 # when debug metadata is less memory-intensive 1504 # when debug metadata is less memory-intensive
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 ], 1856 ],
1854 }, 1857 },
1855 ], 1858 ],
1856 }], 1859 }],
1857 ], 1860 ],
1858 }], # end MIPS 1861 }], # end MIPS
1859 # end pnacl actions for building ABI-biased native libraries 1862 # end pnacl actions for building ABI-biased native libraries
1860 ], # end conditions for pnacl biased nlib 1863 ], # end conditions for pnacl biased nlib
1861 }, 1864 },
1862 } 1865 }
OLDNEW
« 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