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

Side by Side Diff: native_client_sdk/src/build_tools/sdk_files.list

Issue 126223002: [NaCl SDK] Add ARM sel_ldr to linux SDK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 AUTHORS 1 AUTHORS
2 COPYING 2 COPYING
3 examples/api/audio/* 3 examples/api/audio/*
4 examples/api/core/* 4 examples/api/core/*
5 examples/api/file_io/* 5 examples/api/file_io/*
6 examples/api/gamepad/* 6 examples/api/gamepad/*
7 examples/api/graphics_2d/* 7 examples/api/graphics_2d/*
8 examples/api/graphics_3d/* 8 examples/api/graphics_3d/*
9 examples/api/input_event/* 9 examples/api/input_event/*
10 [win]examples/api/make.bat 10 [win]examples/api/make.bat
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 tools/create_nmf.py 412 tools/create_nmf.py
413 tools/decode_dump.py 413 tools/decode_dump.py
414 [linux,mac]tools/dump_syms 414 [linux,mac]tools/dump_syms
415 tools/fix_deps.py 415 tools/fix_deps.py
416 tools/genhttpfs.py 416 tools/genhttpfs.py
417 tools/getos.py 417 tools/getos.py
418 tools/host_gcc.mk 418 tools/host_gcc.mk
419 tools/host_vc.mk 419 tools/host_vc.mk
420 tools/httpd.py 420 tools/httpd.py
421 tools/irt_core_x86_32.nexe 421 tools/irt_core_x86_32.nexe
422 tools/irt_core_x86_64.nexe 422 tools/irt_core_x86_64.nexe
binji 2014/01/08 23:01:15 irt_core_arm.nexe
Sam Clegg 2014/01/18 00:16:01 Done.
423 [win]tools/make.exe 423 [win]tools/make.exe
424 [linux,mac]tools/minidump_dump 424 [linux,mac]tools/minidump_dump
425 [linux,mac]tools/minidump_stackwalk 425 [linux,mac]tools/minidump_stackwalk
426 tools/nacl_config.py 426 tools/nacl_config.py
427 tools/nacl_gcc.mk 427 tools/nacl_gcc.mk
428 [linux]tools/nacl_helper_bootstrap_arm
428 [linux]tools/nacl_helper_bootstrap_x86_32 429 [linux]tools/nacl_helper_bootstrap_x86_32
429 [linux]tools/nacl_helper_bootstrap_x86_64 430 [linux]tools/nacl_helper_bootstrap_x86_64
430 tools/nacl_llvm.mk 431 tools/nacl_llvm.mk
431 tools/ncval${EXE_EXT} 432 tools/ncval${EXE_EXT}
432 tools/ncval.py 433 tools/ncval.py
433 tools/oshelpers.py 434 tools/oshelpers.py
434 tools/quote.py 435 tools/quote.py
435 tools/run.py 436 tools/run.py
436 tools/sel_ldr.py 437 tools/sel_ldr.py
438 [linux]tools/sel_ldr_arm${EXE_EXT}
437 tools/sel_ldr_x86_32${EXE_EXT} 439 tools/sel_ldr_x86_32${EXE_EXT}
438 tools/sel_ldr_x86_64${EXE_EXT} 440 tools/sel_ldr_x86_64${EXE_EXT}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698