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

Unified Diff: testing/gtest.gyp

Issue 113807: Checkin a version of gmock, modified to use our boost_tuple in VS2005. (Closed)
Patch Set: Fix grammar issue. Created 11 years, 7 months 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 | « testing/gmock/test/gmock_test_utils.py ('k') | third_party/boost/boost.gyp » ('j') | 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 c7d5c6258540e4c93a6a0bc4e72498140e49526f..061667ebe45405d17a2ef668b4ad5f619e216288 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -3,9 +3,6 @@
# found in the LICENSE file.
{
- 'variables': {
- 'chromium_code': 1,
- },
'includes': [
'../build/common.gypi',
],
@@ -56,8 +53,7 @@
'UNIT_TEST',
],
'include_dirs': [
- 'gtest',
- 'gtest/include',
+ 'gtest/include', # So that gtest headers can find themselves.
],
'target_conditions': [
['_type=="executable"', {'test': 1}],
« no previous file with comments | « testing/gmock/test/gmock_test_utils.py ('k') | third_party/boost/boost.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698