Index: trunk/src/testing/gtest.gyp |
=================================================================== |
--- trunk/src/testing/gtest.gyp (revision 289220) |
+++ trunk/src/testing/gtest.gyp (working copy) |
@@ -3,17 +3,47 @@ |
# found in the LICENSE file. |
{ |
- 'includes': [ |
- 'gtest.gypi', |
- ], |
'targets': [ |
{ |
'target_name': 'gtest', |
'toolsets': ['host', 'target'], |
'type': 'static_library', |
'sources': [ |
- '<@(gtest_sources)', |
+ 'gtest/include/gtest/gtest-death-test.h', |
+ 'gtest/include/gtest/gtest-message.h', |
+ 'gtest/include/gtest/gtest-param-test.h', |
+ 'gtest/include/gtest/gtest-printers.h', |
+ 'gtest/include/gtest/gtest-spi.h', |
+ 'gtest/include/gtest/gtest-test-part.h', |
+ 'gtest/include/gtest/gtest-typed-test.h', |
+ 'gtest/include/gtest/gtest.h', |
+ 'gtest/include/gtest/gtest_pred_impl.h', |
+ 'gtest/include/gtest/internal/gtest-death-test-internal.h', |
+ 'gtest/include/gtest/internal/gtest-filepath.h', |
+ 'gtest/include/gtest/internal/gtest-internal.h', |
+ 'gtest/include/gtest/internal/gtest-linked_ptr.h', |
+ 'gtest/include/gtest/internal/gtest-param-util-generated.h', |
+ 'gtest/include/gtest/internal/gtest-param-util.h', |
+ 'gtest/include/gtest/internal/gtest-port.h', |
+ 'gtest/include/gtest/internal/gtest-string.h', |
+ 'gtest/include/gtest/internal/gtest-tuple.h', |
+ 'gtest/include/gtest/internal/gtest-type-util.h', |
+ 'gtest/src/gtest-all.cc', |
+ 'gtest/src/gtest-death-test.cc', |
+ 'gtest/src/gtest-filepath.cc', |
+ 'gtest/src/gtest-internal-inl.h', |
+ 'gtest/src/gtest-port.cc', |
+ 'gtest/src/gtest-printers.cc', |
+ 'gtest/src/gtest-test-part.cc', |
+ 'gtest/src/gtest-typed-test.cc', |
+ 'gtest/src/gtest.cc', |
+ 'multiprocess_func_list.cc', |
+ 'multiprocess_func_list.h', |
+ 'platform_test.h', |
], |
+ 'sources!': [ |
+ 'gtest/src/gtest-all.cc', # Not needed by our build. |
+ ], |
'include_dirs': [ |
'gtest', |
'gtest/include', |