diff options
author | Paweł Hajdan, Jr <phajdan.jr@chromium.org> | 2014-10-24 18:20:46 +0200 |
---|---|---|
committer | Paweł Hajdan, Jr <phajdan.jr@chromium.org> | 2014-10-24 16:21:35 +0000 |
commit | ec3246c03b35b330266ef3c26b651ab2f5876d19 (patch) | |
tree | fa55759633c7e8ff31b1dcccf2bc147946feb1d4 /testing | |
parent | a63d19ef4e8e279552b41b5561d3f17b41cbc7ce (diff) | |
download | chromium_src-ec3246c03b35b330266ef3c26b651ab2f5876d19.zip chromium_src-ec3246c03b35b330266ef3c26b651ab2f5876d19.tar.gz chromium_src-ec3246c03b35b330266ef3c26b651ab2f5876d19.tar.bz2 |
Check in executable for iOS test launcher
This doesn't do anything yet, mostly adds supporting infrastructure.
R=lliabraa@chromium.org, mark@chromium.org, sdefresne@chromium.org, lliabraa, mark, sdefresne
TBR=darin
BUG=426870
Review URL: https://codereview.chromium.org/669673004
Cr-Commit-Position: refs/heads/master@{#301119}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gmock.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/gmock.gyp b/testing/gmock.gyp index 22a1893..dbdd36c 100644 --- a/testing/gmock.gyp +++ b/testing/gmock.gyp @@ -6,6 +6,7 @@ 'targets': [ { 'target_name': 'gmock', + 'toolsets': ['host', 'target'], 'type': 'static_library', 'dependencies': [ 'gtest.gyp:gtest', |