Index: testing/gtest.gypi |
diff --git a/testing/gtest.gypi b/testing/gtest.gypi |
index c2a3c356e16814387af183fa81c6fcf357617d56..ca12e1b1ee1a498a4a2445e83afcc31b3d67f6eb 100644 |
--- a/testing/gtest.gypi |
+++ b/testing/gtest.gypi |
@@ -25,34 +25,14 @@ |
'gtest/include/gtest/internal/gtest-string.h', |
'gtest/include/gtest/internal/gtest-tuple.h', |
'gtest/include/gtest/internal/gtest-type-util.h', |
- 'third_party/googletest/googletest/include/gtest/gtest-death-test.h', |
- 'third_party/googletest/googletest/include/gtest/gtest-message.h', |
- 'third_party/googletest/googletest/include/gtest/gtest-param-test.h', |
- 'third_party/googletest/googletest/include/gtest/gtest-printers.h', |
- 'third_party/googletest/googletest/include/gtest/gtest-spi.h', |
- 'third_party/googletest/googletest/include/gtest/gtest-test-part.h', |
- 'third_party/googletest/googletest/include/gtest/gtest-typed-test.h', |
- 'third_party/googletest/googletest/include/gtest/gtest.h', |
- 'third_party/googletest/googletest/include/gtest/gtest_pred_impl.h', |
- 'third_party/googletest/googletest/include/gtest/gtest_prod.h', |
- 'third_party/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h', |
- 'third_party/googletest/googletest/include/gtest/internal/gtest-filepath.h', |
- 'third_party/googletest/googletest/include/gtest/internal/gtest-internal.h', |
- 'third_party/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h', |
- 'third_party/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h', |
- 'third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h', |
- 'third_party/googletest/googletest/include/gtest/internal/gtest-port.h', |
- 'third_party/googletest/googletest/include/gtest/internal/gtest-string.h', |
- 'third_party/googletest/googletest/include/gtest/internal/gtest-tuple.h', |
- 'third_party/googletest/googletest/include/gtest/internal/gtest-type-util.h', |
- 'third_party/googletest/googletest/src/gtest-death-test.cc', |
- 'third_party/googletest/googletest/src/gtest-filepath.cc', |
- 'third_party/googletest/googletest/src/gtest-internal-inl.h', |
- 'third_party/googletest/googletest/src/gtest-port.cc', |
- 'third_party/googletest/googletest/src/gtest-printers.cc', |
- 'third_party/googletest/googletest/src/gtest-test-part.cc', |
- 'third_party/googletest/googletest/src/gtest-typed-test.cc', |
- 'third_party/googletest/googletest/src/gtest.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', |