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

Side by Side Diff: third_party/boost/boost.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, 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 unified diff | Download patch
« no previous file with comments | « testing/gtest.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../../build/common.gypi', 7 '../../build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 # This only has a target for windows. 10 # This only has a target for windows.
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 "boost_1_36_0/boost/type_traits/is_same.hpp", 406 "boost_1_36_0/boost/type_traits/is_same.hpp",
407 "boost_1_36_0/boost/type_traits/is_void.hpp", 407 "boost_1_36_0/boost/type_traits/is_void.hpp",
408 "boost_1_36_0/boost/type_traits/is_volatile.hpp", 408 "boost_1_36_0/boost/type_traits/is_volatile.hpp",
409 "boost_1_36_0/boost/type_traits/remove_const.hpp", 409 "boost_1_36_0/boost/type_traits/remove_const.hpp",
410 "boost_1_36_0/boost/type_traits/remove_cv.hpp", 410 "boost_1_36_0/boost/type_traits/remove_cv.hpp",
411 "boost_1_36_0/boost/utility/addressof.hpp", 411 "boost_1_36_0/boost/utility/addressof.hpp",
412 "boost_1_36_0/boost/utility/enable_if.hpp", 412 "boost_1_36_0/boost/utility/enable_if.hpp",
413 ], 413 ],
414 'direct_dependent_settings': { 414 'direct_dependent_settings': {
415 'include_dirs': [ 415 'include_dirs': [
416 # TODO(ajwong): Enable with the gmock checkin. 416 'boost_1_36_0',
417 # 'boost_1_36_0/boost/tr1/tr1',
418 # 'boost_1_36_0',
419 ], 417 ],
420 }, 418 },
421 } 419 }
422 ], 420 ],
423 }], 421 }],
424 ], 422 ],
425 } 423 }
OLDNEW
« no previous file with comments | « testing/gtest.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698