OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'variables': { | 6 'variables': { |
7 'gtest_sources': [ | 7 'gtest_sources': [ |
8 'gtest/include/gtest/gtest-death-test.h', | 8 'gtest/include/gtest/gtest-death-test.h', |
9 'gtest/include/gtest/gtest-message.h', | 9 'gtest/include/gtest/gtest-message.h', |
10 'gtest/include/gtest/gtest-param-test.h', | 10 'gtest/include/gtest/gtest-param-test.h', |
11 'gtest/include/gtest/gtest-printers.h', | 11 'gtest/include/gtest/gtest-printers.h', |
12 'gtest/include/gtest/gtest-spi.h', | 12 'gtest/include/gtest/gtest-spi.h', |
13 'gtest/include/gtest/gtest-test-part.h', | 13 'gtest/include/gtest/gtest-test-part.h', |
14 'gtest/include/gtest/gtest-typed-test.h', | 14 'gtest/include/gtest/gtest-typed-test.h', |
15 'gtest/include/gtest/gtest.h', | 15 'gtest/include/gtest/gtest.h', |
16 'gtest/include/gtest/gtest_pred_impl.h', | 16 'gtest/include/gtest/gtest_pred_impl.h', |
17 'gtest/include/gtest/gtest_prod.h', | 17 'gtest/include/gtest/gtest_prod.h', |
18 'gtest/include/gtest/internal/gtest-death-test-internal.h', | 18 'gtest/include/gtest/internal/gtest-death-test-internal.h', |
19 'gtest/include/gtest/internal/gtest-filepath.h', | 19 'gtest/include/gtest/internal/gtest-filepath.h', |
20 'gtest/include/gtest/internal/gtest-internal.h', | 20 'gtest/include/gtest/internal/gtest-internal.h', |
21 'gtest/include/gtest/internal/gtest-linked_ptr.h', | 21 'gtest/include/gtest/internal/gtest-linked_ptr.h', |
22 'gtest/include/gtest/internal/gtest-param-util-generated.h', | 22 'gtest/include/gtest/internal/gtest-param-util-generated.h', |
23 'gtest/include/gtest/internal/gtest-param-util.h', | 23 'gtest/include/gtest/internal/gtest-param-util.h', |
24 'gtest/include/gtest/internal/gtest-port.h', | 24 'gtest/include/gtest/internal/gtest-port.h', |
25 'gtest/include/gtest/internal/gtest-string.h', | 25 'gtest/include/gtest/internal/gtest-string.h', |
26 'gtest/include/gtest/internal/gtest-tuple.h', | 26 'gtest/include/gtest/internal/gtest-tuple.h', |
27 'gtest/include/gtest/internal/gtest-type-util.h', | 27 'gtest/include/gtest/internal/gtest-type-util.h', |
28 'third_party/googletest/googletest/include/gtest/gtest-death-test.h', | 28 'gtest/src/gtest-death-test.cc', |
29 'third_party/googletest/googletest/include/gtest/gtest-message.h', | 29 'gtest/src/gtest-filepath.cc', |
30 'third_party/googletest/googletest/include/gtest/gtest-param-test.h', | 30 'gtest/src/gtest-internal-inl.h', |
31 'third_party/googletest/googletest/include/gtest/gtest-printers.h', | 31 'gtest/src/gtest-port.cc', |
32 'third_party/googletest/googletest/include/gtest/gtest-spi.h', | 32 'gtest/src/gtest-printers.cc', |
33 'third_party/googletest/googletest/include/gtest/gtest-test-part.h', | 33 'gtest/src/gtest-test-part.cc', |
34 'third_party/googletest/googletest/include/gtest/gtest-typed-test.h', | 34 'gtest/src/gtest-typed-test.cc', |
35 'third_party/googletest/googletest/include/gtest/gtest.h', | 35 'gtest/src/gtest.cc', |
36 'third_party/googletest/googletest/include/gtest/gtest_pred_impl.h', | |
37 'third_party/googletest/googletest/include/gtest/gtest_prod.h', | |
38 'third_party/googletest/googletest/include/gtest/internal/gtest-death-test
-internal.h', | |
39 'third_party/googletest/googletest/include/gtest/internal/gtest-filepath.h
', | |
40 'third_party/googletest/googletest/include/gtest/internal/gtest-internal.h
', | |
41 'third_party/googletest/googletest/include/gtest/internal/gtest-linked_ptr
.h', | |
42 'third_party/googletest/googletest/include/gtest/internal/gtest-param-util
-generated.h', | |
43 'third_party/googletest/googletest/include/gtest/internal/gtest-param-util
.h', | |
44 'third_party/googletest/googletest/include/gtest/internal/gtest-port.h', | |
45 'third_party/googletest/googletest/include/gtest/internal/gtest-string.h', | |
46 'third_party/googletest/googletest/include/gtest/internal/gtest-tuple.h', | |
47 'third_party/googletest/googletest/include/gtest/internal/gtest-type-util.
h', | |
48 'third_party/googletest/googletest/src/gtest-death-test.cc', | |
49 'third_party/googletest/googletest/src/gtest-filepath.cc', | |
50 'third_party/googletest/googletest/src/gtest-internal-inl.h', | |
51 'third_party/googletest/googletest/src/gtest-port.cc', | |
52 'third_party/googletest/googletest/src/gtest-printers.cc', | |
53 'third_party/googletest/googletest/src/gtest-test-part.cc', | |
54 'third_party/googletest/googletest/src/gtest-typed-test.cc', | |
55 'third_party/googletest/googletest/src/gtest.cc', | |
56 'multiprocess_func_list.cc', | 36 'multiprocess_func_list.cc', |
57 'multiprocess_func_list.h', | 37 'multiprocess_func_list.h', |
58 'platform_test.h', | 38 'platform_test.h', |
59 ], | 39 ], |
60 }, | 40 }, |
61 } | 41 } |
OLD | NEW |