commit | 73e65d4adbbc1cc83f7e59b2dfe60107c2dd186e | [log] [tgz] |
---|---|---|
author | cwgreene <[email protected]> | Thu Apr 02 20:42:04 2015 |
committer | Commit bot <[email protected]> | Thu Apr 02 20:42:43 2015 |
tree | bdded60b94cde668bda627d842fd65999fcc2c46 | |
parent | 698a1525a28f2875f171495f78012ab872e8e7a2 [diff] |
Expose CC.host_wrapper and CXX.host_wrapper. Currently, the gyp variables CC_wrapper and CXX_wrapper can be set in the chromium.gyp_env file. However, the host compiler wrapper variable cannot. By exposing this variable, embedders can more easily use tools like ccache or icecream when developing for android. BUG=471340 Review URL: https://codereview.chromium.org/1044423005 Cr-Commit-Position: refs/heads/master@{#323557}