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

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: 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 3002e144c246db190dc24e12b16f3ca65bd1a237..971a16b8b30195ee902ed8905e3d88dff5c654ea 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)

Powered by Google App Engine
This is Rietveld 408576698