diff options
author | hidehiko <hidehiko@chromium.org> | 2014-10-22 23:53:17 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-23 06:53:38 +0000 |
commit | e2de7f219aed81070dd2edfa188752df11a84cdb (patch) | |
tree | 498a840749bbb5921c56469cd940e681c66b0fa4 /gpu/command_buffer | |
parent | 4906efc327416caecff3c7c91fcaaf889c76be05 (diff) | |
download | chromium_src-e2de7f219aed81070dd2edfa188752df11a84cdb.zip chromium_src-e2de7f219aed81070dd2edfa188752df11a84cdb.tar.gz chromium_src-e2de7f219aed81070dd2edfa188752df11a84cdb.tar.bz2 |
Non-SFI Mode: Build gpu/ libraries by PNaCl toolchain for nacl_helper_nonsfi.
This CL is to build libraries under gpu/ directory for nacl_helper_nonsfi.
The libraries are not used yet, but should be built successfully.
BUG=358465
TEST=Ran trybots. Implement nacl_helper_nonsfi on top of this CL, and made sure it works.
Review URL: https://codereview.chromium.org/649183005
Cr-Commit-Position: refs/heads/master@{#300849}
Diffstat (limited to 'gpu/command_buffer')
-rw-r--r-- | gpu/command_buffer/command_buffer_nacl.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gpu/command_buffer/command_buffer_nacl.gyp b/gpu/command_buffer/command_buffer_nacl.gyp index aabd1c8..319fc67 100644 --- a/gpu/command_buffer/command_buffer_nacl.gyp +++ b/gpu/command_buffer/command_buffer_nacl.gyp @@ -23,10 +23,13 @@ 'build_glibc': 0, 'build_newlib': 0, 'build_irt': 1, + 'build_pnacl_newlib': 0, + 'build_nonsfi_helper': 1, }, 'dependencies': [ '../../native_client/tools.gyp:prep_toolchain', '../../base/base_nacl.gyp:base_nacl', + '../../base/base_nacl.gyp:base_nacl_nonsfi', '../../third_party/khronos/khronos.gyp:khronos_headers', ], }, |