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

Side by Side Diff: build/untrusted.gypi

Issue 9959060: Typo correction for https://chromiumcodereview.appspot.com/9816003/, (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 8 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 | src/untrusted/irt/irt.gyp » ('j') | 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 # See native_client/Sconstruct for more details. 7 # See native_client/Sconstruct for more details.
8 # Expected address for beginning of data in for the IRT. 8 # Expected address for beginning of data in for the IRT.
9 'NACL_IRT_DATA_START': '0x3ef00000', 9 'NACL_IRT_DATA_START': '0x3ef00000',
10 # Expected address for beginning of code in for the IRT. 10 # Expected address for beginning of code in for the IRT.
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 '>@(extra_args)', 313 '>@(extra_args)',
314 '--arch', 'arm', 314 '--arch', 'arm',
315 '--build', 'newlib_nexe', 315 '--build', 'newlib_nexe',
316 '--root', '<(DEPTH)', 316 '--root', '<(DEPTH)',
317 '--name', '>(out_arm)', 317 '--name', '>(out_arm)',
318 '--objdir', '>(objdir)', 318 '--objdir', '>(objdir)',
319 '--include-dirs', '>(inst_dir)/include >(include_dirs) >(inclu de_dirs)', 319 '--include-dirs', '>(inst_dir)/include >(include_dirs) >(inclu de_dirs)',
320 '--lib-dirs', '>(lib_dirs) ', 320 '--lib-dirs', '>(lib_dirs) ',
321 '--compile_flags', '>@(compile_flags)', 321 '--compile_flags', '>@(compile_flags)',
322 '>@(defines)', '-DNACL_BUILD_SUBARCH=32', 322 '>@(defines)', '-DNACL_BUILD_SUBARCH=32',
323 '--link_flags', '-B<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32 >(link_flags)', 323 '--link_flags', '-B<(SHARED_INTERMEDIATE_DIR)/tc_newlib/libarm >(link_flags)',
324 '>@(sources)', 324 '>@(sources)',
325 ], 325 ],
326 }, 326 },
327 ], 327 ],
328 }], 328 }],
329 ], 329 ],
330 }, 330 },
331 }], 331 }],
332 ['target_arch=="arm"', { 332 ['target_arch=="arm"', {
333 'target_defaults': { 333 'target_defaults': {
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 '>@(sources)', 544 '>@(sources)',
545 ], 545 ],
546 }, 546 },
547 ], 547 ],
548 }], 548 }],
549 ], 549 ],
550 }, 550 },
551 }], 551 }],
552 ], 552 ],
553 } 553 }
OLDNEW
« no previous file with comments | « no previous file | src/untrusted/irt/irt.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698