forked from pool/nodejs-electron
14 lines
563 B
Diff
14 lines
563 B
Diff
|
|
We don't need this huge test-only dependency in the tarball. Only one header is needed in prod code, so unbundling is not a problem even on old targets.
|
||
|
|
|
||
|
|
--- a/testing/gtest/include/gtest/gtest_prod.h
|
||
|
|
+++ b/testing/gtest/include/gtest/gtest_prod.h
|
||
|
|
@@ -10,6 +10,6 @@
|
||
|
|
// and testing/gmock, instead of directly including files in
|
||
|
|
// third_party/googletest.
|
||
|
|
|
||
|
|
-#include "third_party/googletest/src/googletest/include/gtest/gtest_prod.h"
|
||
|
|
+#include <gtest/gtest_prod.h>
|
||
|
|
|
||
|
|
#endif // TESTING_GTEST_INCLUDE_GTEST_GTEST_PROD_H_
|
||
|
|
\ No newline at end of file
|