Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: testing/gtest.gyp

Issue 8201001: add missing dependency (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: gtest: create a small project containing one header which is used from base Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ },
],
}
« no previous file with comments | « base/base.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698