diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/boost/boost.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/boost/boost.gyp b/third_party/boost/boost.gyp index 5239a7f..e1b5be1 100644 --- a/third_party/boost/boost.gyp +++ b/third_party/boost/boost.gyp @@ -413,7 +413,9 @@ ], 'direct_dependent_settings': { 'include_dirs': [ - 'boost_1_36_0', +# TODO(ajwong): Enable with the gmock checkin. +# 'boost_1_36_0/boost/tr1/tr1', +# 'boost_1_36_0', ], }, } |