diff options
author | simonb@chromium.org <simonb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-02 15:57:33 +0000 |
---|---|---|
committer | simonb@chromium.org <simonb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-02 15:57:33 +0000 |
commit | 603ed1e862e48615acadc96724749529487f8947 (patch) | |
tree | 88c2adf774c6c25f0f0db36c0373337b9f593981 /testing | |
parent | 99e6e3d6e084f5b7a175e7cce3d051ffdcf094ad (diff) | |
download | chromium_src-603ed1e862e48615acadc96724749529487f8947.zip chromium_src-603ed1e862e48615acadc96724749529487f8947.tar.gz chromium_src-603ed1e862e48615acadc96724749529487f8947.tar.bz2 |
Build gtest for both 'host' and 'target'.
The (future) relocation packing tool requires a host build of gtest for
its unit tests.
BUG=
Review URL: https://codereview.chromium.org/308913002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274251 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gtest.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/gtest.gyp b/testing/gtest.gyp index 3a787e1..69b2bf5 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -6,6 +6,7 @@ 'targets': [ { 'target_name': 'gtest', + 'toolsets': ['host', 'target'], 'type': 'static_library', 'sources': [ 'gtest/include/gtest/gtest-death-test.h', |