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

Unified Diff: native_client_sdk/src/build_tools/sdk_files.list

Issue 16336017: [NaCl SDK] Make verification failures a little easier to read. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback Created 7 years, 7 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
Index: native_client_sdk/src/build_tools/sdk_files.list
diff --git a/native_client_sdk/src/build_tools/sdk_files.list b/native_client_sdk/src/build_tools/sdk_files.list
index f1b01c3d6b4968038feaa949e0081f1d9cefc38b..9cdc6c50240fb55eba84db8f38c7282de890a356 100644
--- a/native_client_sdk/src/build_tools/sdk_files.list
+++ b/native_client_sdk/src/build_tools/sdk_files.list
@@ -978,13 +978,10 @@ tools/nacl_gcc.mk
[linux]tools/nacl_helper_bootstrap_x86_32
[linux]tools/nacl_helper_bootstrap_x86_64
tools/nacl_llvm.mk
-[linux,mac]tools/ncval
-[win]tools/ncval.exe
+tools/ncval${EXE_EXT}
tools/oshelpers.py
tools/oshelpers.pyc
tools/quote.py
tools/run.py
-[linux,mac]tools/sel_ldr_x86_32
-[linux]tools/sel_ldr_x86_64
-[win]tools/sel_ldr_x86_32.exe
-[win]tools/sel_ldr_x86_64.exe
+tools/sel_ldr_x86_32${EXE_EXT}
+[linux,win]tools/sel_ldr_x86_64${EXE_EXT}
« no previous file with comments | « native_client_sdk/src/build_tools/build_sdk.py ('k') | native_client_sdk/src/build_tools/verify_filelist.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698