Commit 603ed1e8 authored by simonb@chromium.org's avatar simonb@chromium.org

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
parent 99e6e3d6
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
'targets': [ 'targets': [
{ {
'target_name': 'gtest', 'target_name': 'gtest',
'toolsets': ['host', 'target'],
'type': 'static_library', 'type': 'static_library',
'sources': [ 'sources': [
'gtest/include/gtest/gtest-death-test.h', 'gtest/include/gtest/gtest-death-test.h',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment