diff options
author | hidehiko <hidehiko@chromium.org> | 2015-05-28 09:48:06 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-28 16:48:36 +0000 |
commit | b4c076b83c587fcc3fe2a2609ae489702843ba0d (patch) | |
tree | 220f86cf9a185e6732baa7e90b7306944e44f0a9 /chrome/tools | |
parent | 60adb82cd06c5f71b2239b2f1c540c9c2d91fee9 (diff) | |
download | chromium_src-b4c076b83c587fcc3fe2a2609ae489702843ba0d.zip chromium_src-b4c076b83c587fcc3fe2a2609ae489702843ba0d.tar.gz chromium_src-b4c076b83c587fcc3fe2a2609ae489702843ba0d.tar.bz2 |
Non-SFI mode: Add nacl_helper_nonsfi to FILES.cfg
As we'll switch to nacl_helper in Non-SFI mode to nacl_helper_nonsfi,
with this CL, the binary starts to be bundled in archives.
TEST=Ran bots.
BUG=358465
Review URL: https://codereview.chromium.org/1156373007
Cr-Commit-Position: refs/heads/master@{#331798}
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/build/chromeos/FILES.cfg | 4 | ||||
-rw-r--r-- | chrome/tools/build/linux/FILES.cfg | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/chrome/tools/build/chromeos/FILES.cfg b/chrome/tools/build/chromeos/FILES.cfg index e79a865..9bed5dd 100644 --- a/chrome/tools/build/chromeos/FILES.cfg +++ b/chrome/tools/build/chromeos/FILES.cfg @@ -140,4 +140,8 @@ FILES = [ 'filename': 'nacl_helper_bootstrap', 'buildtype': ['dev', 'official'], }, + { + 'filename': 'nacl_helper_nonsfi', + 'buildtype': ['dev', 'official'], + }, ] diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg index ae4a924..8ec10a5 100644 --- a/chrome/tools/build/linux/FILES.cfg +++ b/chrome/tools/build/linux/FILES.cfg @@ -158,6 +158,10 @@ FILES = [ 'filename': 'nacl_helper_bootstrap', 'buildtype': ['dev', 'official'], }, + { + 'filename': 'nacl_helper_nonsfi', + 'buildtype': ['dev', 'official'], + }, # PNaCl translator (archive only, component updater used for shipping). { 'filename': 'pnacl', |