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

Unified Diff: native_client_sdk/src/build_tools/build_sdk.py

Issue 832323003: Release nonsfi_loader_arm as a part of NaCl SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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 side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/build_tools/build_sdk.py
diff --git a/native_client_sdk/src/build_tools/build_sdk.py b/native_client_sdk/src/build_tools/build_sdk.py
index cd340811c54e02b175da37a4ad380f2b106482cd..bee0f3a35e7b5e9554229126e98c08e6103db333 100755
--- a/native_client_sdk/src/build_tools/build_sdk.py
+++ b/native_client_sdk/src/build_tools/build_sdk.py
@@ -418,8 +418,9 @@ def GypNinjaInstall(pepperdir, toolchains):
tools_files = [
['irt_core_newlib_arm.nexe', 'irt_core_arm.nexe'],
['irt_core_newlib_arm.nexe', 'irt_core_arm.nexe'],
- ['sel_ldr', 'sel_ldr_arm'],
- ['nacl_helper_bootstrap', 'nacl_helper_bootstrap_arm']
+ ['nacl_helper_bootstrap', 'nacl_helper_bootstrap_arm'],
+ ['nonsfi_loader_newlib_arm_nonsfi.nexe', 'nonsfi_loader_arm'],
+ ['sel_ldr', 'sel_ldr_arm']
]
ninja_out_dir = os.path.join(OUT_DIR, build_dir + '-arm', 'Release')
InstallFiles(ninja_out_dir, os.path.join(pepperdir, 'tools'), tools_files)
« no previous file with comments | « native_client_sdk/src/build_tools/build_artifacts.py ('k') | native_client_sdk/src/build_tools/sdk_files.list » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698