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

Unified Diff: testing/gmock.gyp

Issue 150086: Delete boost. (Closed)
Patch Set: Remove boost gyp files Created 11 years, 6 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 | « no previous file | third_party/boost/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gmock.gyp
diff --git a/testing/gmock.gyp b/testing/gmock.gyp
index dd446f21c26dfa6a17aa993836eb488a6013703f..aa84be810821a7c5858b05b467c353dcf7ca2093 100644
--- a/testing/gmock.gyp
+++ b/testing/gmock.gyp
@@ -52,16 +52,6 @@
'export_dependent_settings': [
'gtest.gyp:gtest',
],
- 'conditions': [
- ['OS=="win"', {
- 'dependencies': [
- '../third_party/boost/boost.gyp:boost_tuple',
- ],
- 'export_dependent_settings': [
- '../third_party/boost/boost.gyp:boost_tuple',
- ]
- }],
- ],
},
{
# Note that calling this "gmock_main" confuses the scons build,
« no previous file with comments | « no previous file | third_party/boost/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698