Index: testing/gtest.gyp |
diff --git a/testing/gtest.gyp b/testing/gtest.gyp |
index cecd93698d1e45f25e9ac2df2dcbcd2fc5d6d0ea..06be92e341818e50af545284b89e1ea42142a673 100644 |
--- a/testing/gtest.gyp |
+++ b/testing/gtest.gyp |
@@ -130,5 +130,12 @@ |
'gtest/src/gtest_main.cc', |
], |
}, |
+ { |
+ 'target_name': 'gtest_prod', |
+ 'type': 'none', |
+ 'sources': [ |
+ 'gtest/include/gtest/gtest_prod.h', |
+ ], |
+ }, |
], |
} |