Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Side by Side Diff: testing/gtest.gyp

Issue 308913002: Build gtest for both 'host' and 'target'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698