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

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

Issue 176923017: [NaCl SDK] Compile for naclio for Bionic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix missing files Created 6 years, 9 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_html.py 412 tools/create_html.py
413 tools/create_nmf.py 413 tools/create_nmf.py
414 tools/decode_dump.py 414 tools/decode_dump.py
415 [linux,mac]tools/dump_syms 415 [linux,mac]tools/dump_syms
416 tools/fix_deps.py 416 tools/fix_deps.py
417 tools/genhttpfs.py 417 tools/genhttpfs.py
418 tools/getos.py 418 tools/getos.py
419 tools/host_gcc.mk 419 tools/host_gcc.mk
420 tools/host_vc.mk 420 tools/host_vc.mk
421 tools/httpd.py 421 tools/httpd.py
422 [linux]tools/irt_core_arm.nexe
422 tools/irt_core_x86_32.nexe 423 tools/irt_core_x86_32.nexe
423 tools/irt_core_x86_64.nexe 424 tools/irt_core_x86_64.nexe
424 tools/lib/elf.py 425 tools/lib/elf.py
425 tools/lib/get_shared_deps.py 426 tools/lib/get_shared_deps.py
426 tools/lib/quote.py 427 tools/lib/quote.py
427 [win]tools/make.exe 428 [win]tools/make.exe
428 [linux,mac]tools/minidump_dump 429 [linux,mac]tools/minidump_dump
429 [linux,mac]tools/minidump_stackwalk 430 [linux,mac]tools/minidump_stackwalk
430 tools/nacl_config.py 431 tools/nacl_config.py
431 tools/nacl_gcc.mk 432 tools/nacl_gcc.mk
433 [linux]tools/nacl_helper_bootstrap_arm
432 [linux]tools/nacl_helper_bootstrap_x86_32 434 [linux]tools/nacl_helper_bootstrap_x86_32
433 [linux]tools/nacl_helper_bootstrap_x86_64 435 [linux]tools/nacl_helper_bootstrap_x86_64
434 tools/nacl_llvm.mk 436 tools/nacl_llvm.mk
435 tools/ncval${EXE_EXT} 437 tools/ncval${EXE_EXT}
436 tools/ncval.py 438 tools/ncval.py
437 tools/oshelpers.py 439 tools/oshelpers.py
438 tools/run.py 440 tools/run.py
439 tools/sel_ldr.py 441 tools/sel_ldr.py
442 [linux]tools/sel_ldr_arm
440 tools/sel_ldr_x86_32${EXE_EXT} 443 tools/sel_ldr_x86_32${EXE_EXT}
441 tools/sel_ldr_x86_64${EXE_EXT} 444 tools/sel_ldr_x86_64${EXE_EXT}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698