android13/external/libchrome/libchrome_tools/patch/gtest.patch

11 lines
241 B
Diff

# Use system installed gtest library.
--- /dev/null
+++ b/testing/gtest/include/gtest/gtest.h
@@ -0,0 +1 @@
+#include <gtest/gtest.h>
--- /dev/null
+++ b/testing/gtest/include/gtest/gtest_prod.h
@@ -0,0 +1 @@
+#include <gtest/gtest_prod.h>