OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'gtest', | 8 'target_name': 'gtest', |
| 9 'toolsets': ['host', 'target'], |
9 'type': 'static_library', | 10 'type': 'static_library', |
10 'sources': [ | 11 'sources': [ |
11 'gtest/include/gtest/gtest-death-test.h', | 12 'gtest/include/gtest/gtest-death-test.h', |
12 'gtest/include/gtest/gtest-message.h', | 13 'gtest/include/gtest/gtest-message.h', |
13 'gtest/include/gtest/gtest-param-test.h', | 14 'gtest/include/gtest/gtest-param-test.h', |
14 'gtest/include/gtest/gtest-printers.h', | 15 'gtest/include/gtest/gtest-printers.h', |
15 'gtest/include/gtest/gtest-spi.h', | 16 'gtest/include/gtest/gtest-spi.h', |
16 'gtest/include/gtest/gtest-test-part.h', | 17 'gtest/include/gtest/gtest-test-part.h', |
17 'gtest/include/gtest/gtest-typed-test.h', | 18 'gtest/include/gtest/gtest-typed-test.h', |
18 'gtest/include/gtest/gtest.h', | 19 'gtest/include/gtest/gtest.h', |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 { | 228 { |
228 'target_name': 'gtest_prod', | 229 'target_name': 'gtest_prod', |
229 'toolsets': ['host', 'target'], | 230 'toolsets': ['host', 'target'], |
230 'type': 'none', | 231 'type': 'none', |
231 'sources': [ | 232 'sources': [ |
232 'gtest/include/gtest/gtest_prod.h', | 233 'gtest/include/gtest/gtest_prod.h', |
233 ], | 234 ], |
234 }, | 235 }, |
235 ], | 236 ], |
236 } | 237 } |
OLD | NEW |