| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |