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

Side by Side Diff: third_party/boost/boost.gyp

Issue 115398: Add in boost_tuple into third-party for use by googlemock in windows. (Closed)
Patch Set: YARMF (Yet Another Read Me Fix) 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 unified diff | Download patch
« no previous file with comments | « third_party/boost/README.chromium ('k') | third_party/boost/boost_1_36_0/LICENSE_1_0.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'includes': [
7 '../../build/common.gypi',
8 ],
9 'targets': [
10 # This only has a target for windows.
11 ],
12 'conditions': [
13 ['OS=="win"', {
14 'targets': [
15 {
16 # Only VS2005 needs boost tuple. VS2008 SP1, and gcc on mac + linux
17 # include tr1. However, since we cannot differentiate between VS2008
18 # and VS2005 in gyp, we do our best by only enabling this target for
19 # OS=="win".
20 'target_name': 'boost_tuple',
21 'type': 'none',
22 'msvs_guid': 'FCC71A12-BC0A-49C6-9ED7-80331F8B4071',
23 'sources': [
24 "boost_1_36_0/boost/config.hpp",
25 "boost_1_36_0/boost/config/compiler/visualc.hpp",
26 "boost_1_36_0/boost/config/no_tr1/utility.hpp",
27 "boost_1_36_0/boost/config/platform/win32.hpp",
28 "boost_1_36_0/boost/config/select_compiler_config.hpp",
29 "boost_1_36_0/boost/config/select_platform_config.hpp",
30 "boost_1_36_0/boost/config/select_stdlib_config.hpp",
31 "boost_1_36_0/boost/config/stdlib/dinkumware.hpp",
32 "boost_1_36_0/boost/config/suffix.hpp",
33 "boost_1_36_0/boost/config/user.hpp",
34 "boost_1_36_0/boost/detail/workaround.hpp",
35 "boost_1_36_0/boost/fusion/adapted/std_pair.hpp",
36 "boost_1_36_0/boost/fusion/adapted/struct.hpp",
37 "boost_1_36_0/boost/fusion/adapted/struct/adapt_assoc_struct.hpp",
38 "boost_1_36_0/boost/fusion/adapted/struct/adapt_struct.hpp",
39 "boost_1_36_0/boost/fusion/adapted/struct/detail/at_impl.hpp",
40 "boost_1_36_0/boost/fusion/adapted/struct/detail/at_key_impl.hpp",
41 "boost_1_36_0/boost/fusion/adapted/struct/detail/begin_impl.hpp",
42 "boost_1_36_0/boost/fusion/adapted/struct/detail/category_of_impl.hp p",
43 "boost_1_36_0/boost/fusion/adapted/struct/detail/end_impl.hpp",
44 "boost_1_36_0/boost/fusion/adapted/struct/detail/has_key_impl.hpp",
45 "boost_1_36_0/boost/fusion/adapted/struct/detail/is_sequence_impl.hp p",
46 "boost_1_36_0/boost/fusion/adapted/struct/detail/is_view_impl.hpp",
47 "boost_1_36_0/boost/fusion/adapted/struct/detail/size_impl.hpp",
48 "boost_1_36_0/boost/fusion/adapted/struct/detail/value_at_impl.hpp",
49 "boost_1_36_0/boost/fusion/adapted/struct/detail/value_at_key_impl.h pp",
50 "boost_1_36_0/boost/fusion/adapted/struct/extension.hpp",
51 "boost_1_36_0/boost/fusion/adapted/struct/struct_iterator.hpp",
52 "boost_1_36_0/boost/fusion/container/generation/ignore.hpp",
53 "boost_1_36_0/boost/fusion/container/vector/detail/advance_impl.hpp" ,
54 "boost_1_36_0/boost/fusion/container/vector/detail/at_impl.hpp",
55 "boost_1_36_0/boost/fusion/container/vector/detail/begin_impl.hpp",
56 "boost_1_36_0/boost/fusion/container/vector/detail/deref_impl.hpp",
57 "boost_1_36_0/boost/fusion/container/vector/detail/distance_impl.hpp ",
58 "boost_1_36_0/boost/fusion/container/vector/detail/end_impl.hpp",
59 "boost_1_36_0/boost/fusion/container/vector/detail/equal_to_impl.hpp ",
60 "boost_1_36_0/boost/fusion/container/vector/detail/next_impl.hpp",
61 "boost_1_36_0/boost/fusion/container/vector/detail/prior_impl.hpp",
62 "boost_1_36_0/boost/fusion/container/vector/detail/value_at_impl.hpp ",
63 "boost_1_36_0/boost/fusion/container/vector/detail/value_of_impl.hpp ",
64 "boost_1_36_0/boost/fusion/container/vector/detail/vector_forward_ct or.hpp",
65 "boost_1_36_0/boost/fusion/container/vector/detail/vector_n.hpp",
66 "boost_1_36_0/boost/fusion/container/vector/detail/vector_n_chooser. hpp",
67 "boost_1_36_0/boost/fusion/container/vector/limits.hpp",
68 "boost_1_36_0/boost/fusion/container/vector/vector.hpp",
69 "boost_1_36_0/boost/fusion/container/vector/vector10.hpp",
70 "boost_1_36_0/boost/fusion/container/vector/vector_fwd.hpp",
71 "boost_1_36_0/boost/fusion/container/vector/vector_iterator.hpp",
72 "boost_1_36_0/boost/fusion/include/std_pair.hpp",
73 "boost_1_36_0/boost/fusion/include/tuple.hpp",
74 "boost_1_36_0/boost/fusion/iterator/deref.hpp",
75 "boost_1_36_0/boost/fusion/iterator/detail/advance.hpp",
76 "boost_1_36_0/boost/fusion/iterator/equal_to.hpp",
77 "boost_1_36_0/boost/fusion/iterator/iterator_facade.hpp",
78 "boost_1_36_0/boost/fusion/iterator/next.hpp",
79 "boost_1_36_0/boost/fusion/iterator/prior.hpp",
80 "boost_1_36_0/boost/fusion/sequence/comparison.hpp",
81 "boost_1_36_0/boost/fusion/sequence/comparison/detail/enable_compari son.hpp",
82 "boost_1_36_0/boost/fusion/sequence/comparison/detail/equal_to.hpp",
83 "boost_1_36_0/boost/fusion/sequence/comparison/detail/less.hpp",
84 "boost_1_36_0/boost/fusion/sequence/comparison/equal_to.hpp",
85 "boost_1_36_0/boost/fusion/sequence/comparison/greater.hpp",
86 "boost_1_36_0/boost/fusion/sequence/comparison/greater_equal.hpp",
87 "boost_1_36_0/boost/fusion/sequence/comparison/less.hpp",
88 "boost_1_36_0/boost/fusion/sequence/comparison/less_equal.hpp",
89 "boost_1_36_0/boost/fusion/sequence/comparison/not_equal_to.hpp",
90 "boost_1_36_0/boost/fusion/sequence/intrinsic/at.hpp",
91 "boost_1_36_0/boost/fusion/sequence/intrinsic/begin.hpp",
92 "boost_1_36_0/boost/fusion/sequence/intrinsic/end.hpp",
93 "boost_1_36_0/boost/fusion/sequence/intrinsic/size.hpp",
94 "boost_1_36_0/boost/fusion/sequence/intrinsic/value_at.hpp",
95 "boost_1_36_0/boost/fusion/sequence/io.hpp",
96 "boost_1_36_0/boost/fusion/sequence/io/detail/in.hpp",
97 "boost_1_36_0/boost/fusion/sequence/io/detail/manip.hpp",
98 "boost_1_36_0/boost/fusion/sequence/io/detail/out.hpp",
99 "boost_1_36_0/boost/fusion/sequence/io/in.hpp",
100 "boost_1_36_0/boost/fusion/sequence/io/out.hpp",
101 "boost_1_36_0/boost/fusion/support/category_of.hpp",
102 "boost_1_36_0/boost/fusion/support/detail/access.hpp",
103 "boost_1_36_0/boost/fusion/support/detail/as_fusion_element.hpp",
104 "boost_1_36_0/boost/fusion/support/detail/category_of.hpp",
105 "boost_1_36_0/boost/fusion/support/detail/is_mpl_sequence.hpp",
106 "boost_1_36_0/boost/fusion/support/is_iterator.hpp",
107 "boost_1_36_0/boost/fusion/support/is_sequence.hpp",
108 "boost_1_36_0/boost/fusion/support/iterator_base.hpp",
109 "boost_1_36_0/boost/fusion/support/sequence_base.hpp",
110 "boost_1_36_0/boost/fusion/support/tag_of.hpp",
111 "boost_1_36_0/boost/fusion/support/tag_of_fwd.hpp",
112 "boost_1_36_0/boost/fusion/tuple.hpp",
113 "boost_1_36_0/boost/fusion/tuple/detail/tuple_forward_ctor.hpp",
114 "boost_1_36_0/boost/fusion/tuple/make_tuple.hpp",
115 "boost_1_36_0/boost/fusion/tuple/tuple.hpp",
116 "boost_1_36_0/boost/fusion/tuple/tuple_fwd.hpp",
117 "boost_1_36_0/boost/fusion/tuple/tuple_tie.hpp",
118 "boost_1_36_0/boost/mpl/advance.hpp",
119 "boost_1_36_0/boost/mpl/advance_fwd.hpp",
120 "boost_1_36_0/boost/mpl/always.hpp",
121 "boost_1_36_0/boost/mpl/and.hpp",
122 "boost_1_36_0/boost/mpl/apply.hpp",
123 "boost_1_36_0/boost/mpl/apply_fwd.hpp",
124 "boost_1_36_0/boost/mpl/apply_wrap.hpp",
125 "boost_1_36_0/boost/mpl/arg.hpp",
126 "boost_1_36_0/boost/mpl/arg_fwd.hpp",
127 "boost_1_36_0/boost/mpl/assert.hpp",
128 "boost_1_36_0/boost/mpl/at.hpp",
129 "boost_1_36_0/boost/mpl/at_fwd.hpp",
130 "boost_1_36_0/boost/mpl/aux_/adl_barrier.hpp",
131 "boost_1_36_0/boost/mpl/aux_/advance_backward.hpp",
132 "boost_1_36_0/boost/mpl/aux_/advance_forward.hpp",
133 "boost_1_36_0/boost/mpl/aux_/arg_typedef.hpp",
134 "boost_1_36_0/boost/mpl/aux_/arithmetic_op.hpp",
135 "boost_1_36_0/boost/mpl/aux_/arity.hpp",
136 "boost_1_36_0/boost/mpl/aux_/arity_spec.hpp",
137 "boost_1_36_0/boost/mpl/aux_/at_impl.hpp",
138 "boost_1_36_0/boost/mpl/aux_/begin_end_impl.hpp",
139 "boost_1_36_0/boost/mpl/aux_/common_name_wknd.hpp",
140 "boost_1_36_0/boost/mpl/aux_/comparison_op.hpp",
141 "boost_1_36_0/boost/mpl/aux_/config/adl.hpp",
142 "boost_1_36_0/boost/mpl/aux_/config/arrays.hpp",
143 "boost_1_36_0/boost/mpl/aux_/config/bind.hpp",
144 "boost_1_36_0/boost/mpl/aux_/config/compiler.hpp",
145 "boost_1_36_0/boost/mpl/aux_/config/ctps.hpp",
146 "boost_1_36_0/boost/mpl/aux_/config/dtp.hpp",
147 "boost_1_36_0/boost/mpl/aux_/config/eti.hpp",
148 "boost_1_36_0/boost/mpl/aux_/config/forwarding.hpp",
149 "boost_1_36_0/boost/mpl/aux_/config/gcc.hpp",
150 "boost_1_36_0/boost/mpl/aux_/config/has_apply.hpp",
151 "boost_1_36_0/boost/mpl/aux_/config/has_xxx.hpp",
152 "boost_1_36_0/boost/mpl/aux_/config/integral.hpp",
153 "boost_1_36_0/boost/mpl/aux_/config/intel.hpp",
154 "boost_1_36_0/boost/mpl/aux_/config/lambda.hpp",
155 "boost_1_36_0/boost/mpl/aux_/config/msvc.hpp",
156 "boost_1_36_0/boost/mpl/aux_/config/msvc_typename.hpp",
157 "boost_1_36_0/boost/mpl/aux_/config/nttp.hpp",
158 "boost_1_36_0/boost/mpl/aux_/config/overload_resolution.hpp",
159 "boost_1_36_0/boost/mpl/aux_/config/pp_counter.hpp",
160 "boost_1_36_0/boost/mpl/aux_/config/preprocessor.hpp",
161 "boost_1_36_0/boost/mpl/aux_/config/static_constant.hpp",
162 "boost_1_36_0/boost/mpl/aux_/config/ttp.hpp",
163 "boost_1_36_0/boost/mpl/aux_/config/typeof.hpp",
164 "boost_1_36_0/boost/mpl/aux_/config/use_preprocessed.hpp",
165 "boost_1_36_0/boost/mpl/aux_/config/workaround.hpp",
166 "boost_1_36_0/boost/mpl/aux_/find_if_pred.hpp",
167 "boost_1_36_0/boost/mpl/aux_/full_lambda.hpp",
168 "boost_1_36_0/boost/mpl/aux_/has_apply.hpp",
169 "boost_1_36_0/boost/mpl/aux_/has_begin.hpp",
170 "boost_1_36_0/boost/mpl/aux_/has_size.hpp",
171 "boost_1_36_0/boost/mpl/aux_/has_tag.hpp",
172 "boost_1_36_0/boost/mpl/aux_/has_type.hpp",
173 "boost_1_36_0/boost/mpl/aux_/include_preprocessed.hpp",
174 "boost_1_36_0/boost/mpl/aux_/integral_wrapper.hpp",
175 "boost_1_36_0/boost/mpl/aux_/is_msvc_eti_arg.hpp",
176 "boost_1_36_0/boost/mpl/aux_/iter_apply.hpp",
177 "boost_1_36_0/boost/mpl/aux_/iter_fold_if_impl.hpp",
178 "boost_1_36_0/boost/mpl/aux_/iter_fold_impl.hpp",
179 "boost_1_36_0/boost/mpl/aux_/lambda_arity_param.hpp",
180 "boost_1_36_0/boost/mpl/aux_/lambda_spec.hpp",
181 "boost_1_36_0/boost/mpl/aux_/lambda_support.hpp",
182 "boost_1_36_0/boost/mpl/aux_/largest_int.hpp",
183 "boost_1_36_0/boost/mpl/aux_/msvc_eti_base.hpp",
184 "boost_1_36_0/boost/mpl/aux_/msvc_never_true.hpp",
185 "boost_1_36_0/boost/mpl/aux_/msvc_type.hpp",
186 "boost_1_36_0/boost/mpl/aux_/na.hpp",
187 "boost_1_36_0/boost/mpl/aux_/na_assert.hpp",
188 "boost_1_36_0/boost/mpl/aux_/na_fwd.hpp",
189 "boost_1_36_0/boost/mpl/aux_/na_spec.hpp",
190 "boost_1_36_0/boost/mpl/aux_/nested_type_wknd.hpp",
191 "boost_1_36_0/boost/mpl/aux_/nttp_decl.hpp",
192 "boost_1_36_0/boost/mpl/aux_/numeric_cast_utils.hpp",
193 "boost_1_36_0/boost/mpl/aux_/numeric_op.hpp",
194 "boost_1_36_0/boost/mpl/aux_/o1_size_impl.hpp",
195 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/advance_backward.hpp ",
196 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/advance_forward.hpp" ,
197 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/and.hpp",
198 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/apply.hpp",
199 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/apply_fwd.hpp",
200 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/apply_wrap.hpp",
201 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/arg.hpp",
202 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/bind.hpp",
203 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/bind_fwd.hpp",
204 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/equal_to.hpp",
205 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp",
206 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/iter_fold_if_impl.hp p",
207 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/iter_fold_impl.hpp",
208 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/less.hpp",
209 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/minus.hpp",
210 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/or.hpp",
211 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/placeholders.hpp",
212 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/plus.hpp",
213 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/quote.hpp",
214 "boost_1_36_0/boost/mpl/aux_/preprocessed/plain/template_arity.hpp",
215 "boost_1_36_0/boost/mpl/aux_/preprocessor/def_params_tail.hpp",
216 "boost_1_36_0/boost/mpl/aux_/preprocessor/enum.hpp",
217 "boost_1_36_0/boost/mpl/aux_/preprocessor/params.hpp",
218 "boost_1_36_0/boost/mpl/aux_/static_cast.hpp",
219 "boost_1_36_0/boost/mpl/aux_/template_arity.hpp",
220 "boost_1_36_0/boost/mpl/aux_/template_arity_fwd.hpp",
221 "boost_1_36_0/boost/mpl/aux_/traits_lambda_spec.hpp",
222 "boost_1_36_0/boost/mpl/aux_/type_wrapper.hpp",
223 "boost_1_36_0/boost/mpl/aux_/value_wknd.hpp",
224 "boost_1_36_0/boost/mpl/aux_/yes_no.hpp",
225 "boost_1_36_0/boost/mpl/back_fwd.hpp",
226 "boost_1_36_0/boost/mpl/begin_end.hpp",
227 "boost_1_36_0/boost/mpl/begin_end_fwd.hpp",
228 "boost_1_36_0/boost/mpl/bind.hpp",
229 "boost_1_36_0/boost/mpl/bind_fwd.hpp",
230 "boost_1_36_0/boost/mpl/bool.hpp",
231 "boost_1_36_0/boost/mpl/bool_fwd.hpp",
232 "boost_1_36_0/boost/mpl/clear_fwd.hpp",
233 "boost_1_36_0/boost/mpl/deref.hpp",
234 "boost_1_36_0/boost/mpl/distance.hpp",
235 "boost_1_36_0/boost/mpl/distance_fwd.hpp",
236 "boost_1_36_0/boost/mpl/empty_fwd.hpp",
237 "boost_1_36_0/boost/mpl/equal_to.hpp",
238 "boost_1_36_0/boost/mpl/eval_if.hpp",
239 "boost_1_36_0/boost/mpl/find.hpp",
240 "boost_1_36_0/boost/mpl/find_if.hpp",
241 "boost_1_36_0/boost/mpl/front_fwd.hpp",
242 "boost_1_36_0/boost/mpl/has_xxx.hpp",
243 "boost_1_36_0/boost/mpl/identity.hpp",
244 "boost_1_36_0/boost/mpl/if.hpp",
245 "boost_1_36_0/boost/mpl/int.hpp",
246 "boost_1_36_0/boost/mpl/int_fwd.hpp",
247 "boost_1_36_0/boost/mpl/integral_c.hpp",
248 "boost_1_36_0/boost/mpl/integral_c_fwd.hpp",
249 "boost_1_36_0/boost/mpl/integral_c_tag.hpp",
250 "boost_1_36_0/boost/mpl/is_sequence.hpp",
251 "boost_1_36_0/boost/mpl/iter_fold.hpp",
252 "boost_1_36_0/boost/mpl/iter_fold_if.hpp",
253 "boost_1_36_0/boost/mpl/iterator_range.hpp",
254 "boost_1_36_0/boost/mpl/iterator_tags.hpp",
255 "boost_1_36_0/boost/mpl/lambda.hpp",
256 "boost_1_36_0/boost/mpl/lambda_fwd.hpp",
257 "boost_1_36_0/boost/mpl/less.hpp",
258 "boost_1_36_0/boost/mpl/limits/arity.hpp",
259 "boost_1_36_0/boost/mpl/logical.hpp",
260 "boost_1_36_0/boost/mpl/long.hpp",
261 "boost_1_36_0/boost/mpl/long_fwd.hpp",
262 "boost_1_36_0/boost/mpl/minus.hpp",
263 "boost_1_36_0/boost/mpl/negate.hpp",
264 "boost_1_36_0/boost/mpl/next.hpp",
265 "boost_1_36_0/boost/mpl/next_prior.hpp",
266 "boost_1_36_0/boost/mpl/not.hpp",
267 "boost_1_36_0/boost/mpl/numeric_cast.hpp",
268 "boost_1_36_0/boost/mpl/o1_size.hpp",
269 "boost_1_36_0/boost/mpl/o1_size_fwd.hpp",
270 "boost_1_36_0/boost/mpl/or.hpp",
271 "boost_1_36_0/boost/mpl/pair.hpp",
272 "boost_1_36_0/boost/mpl/placeholders.hpp",
273 "boost_1_36_0/boost/mpl/plus.hpp",
274 "boost_1_36_0/boost/mpl/pop_back_fwd.hpp",
275 "boost_1_36_0/boost/mpl/pop_front_fwd.hpp",
276 "boost_1_36_0/boost/mpl/prior.hpp",
277 "boost_1_36_0/boost/mpl/protect.hpp",
278 "boost_1_36_0/boost/mpl/push_back_fwd.hpp",
279 "boost_1_36_0/boost/mpl/push_front_fwd.hpp",
280 "boost_1_36_0/boost/mpl/quote.hpp",
281 "boost_1_36_0/boost/mpl/same_as.hpp",
282 "boost_1_36_0/boost/mpl/sequence_tag.hpp",
283 "boost_1_36_0/boost/mpl/sequence_tag_fwd.hpp",
284 "boost_1_36_0/boost/mpl/size_fwd.hpp",
285 "boost_1_36_0/boost/mpl/tag.hpp",
286 "boost_1_36_0/boost/mpl/vector/aux_/at.hpp",
287 "boost_1_36_0/boost/mpl/vector/aux_/back.hpp",
288 "boost_1_36_0/boost/mpl/vector/aux_/begin_end.hpp",
289 "boost_1_36_0/boost/mpl/vector/aux_/clear.hpp",
290 "boost_1_36_0/boost/mpl/vector/aux_/empty.hpp",
291 "boost_1_36_0/boost/mpl/vector/aux_/front.hpp",
292 "boost_1_36_0/boost/mpl/vector/aux_/include_preprocessed.hpp",
293 "boost_1_36_0/boost/mpl/vector/aux_/item.hpp",
294 "boost_1_36_0/boost/mpl/vector/aux_/iterator.hpp",
295 "boost_1_36_0/boost/mpl/vector/aux_/o1_size.hpp",
296 "boost_1_36_0/boost/mpl/vector/aux_/pop_back.hpp",
297 "boost_1_36_0/boost/mpl/vector/aux_/pop_front.hpp",
298 "boost_1_36_0/boost/mpl/vector/aux_/preprocessed/plain/vector10.hpp" ,
299 "boost_1_36_0/boost/mpl/vector/aux_/push_back.hpp",
300 "boost_1_36_0/boost/mpl/vector/aux_/push_front.hpp",
301 "boost_1_36_0/boost/mpl/vector/aux_/size.hpp",
302 "boost_1_36_0/boost/mpl/vector/aux_/tag.hpp",
303 "boost_1_36_0/boost/mpl/vector/aux_/vector0.hpp",
304 "boost_1_36_0/boost/mpl/vector/vector0.hpp",
305 "boost_1_36_0/boost/mpl/vector/vector10.hpp",
306 "boost_1_36_0/boost/mpl/void.hpp",
307 "boost_1_36_0/boost/mpl/void_fwd.hpp",
308 "boost_1_36_0/boost/preprocessor/arithmetic/add.hpp",
309 "boost_1_36_0/boost/preprocessor/arithmetic/dec.hpp",
310 "boost_1_36_0/boost/preprocessor/arithmetic/inc.hpp",
311 "boost_1_36_0/boost/preprocessor/arithmetic/sub.hpp",
312 "boost_1_36_0/boost/preprocessor/array/data.hpp",
313 "boost_1_36_0/boost/preprocessor/array/elem.hpp",
314 "boost_1_36_0/boost/preprocessor/array/size.hpp",
315 "boost_1_36_0/boost/preprocessor/cat.hpp",
316 "boost_1_36_0/boost/preprocessor/comma_if.hpp",
317 "boost_1_36_0/boost/preprocessor/config/config.hpp",
318 "boost_1_36_0/boost/preprocessor/control/detail/msvc/while.hpp",
319 "boost_1_36_0/boost/preprocessor/control/expr_iif.hpp",
320 "boost_1_36_0/boost/preprocessor/control/if.hpp",
321 "boost_1_36_0/boost/preprocessor/control/iif.hpp",
322 "boost_1_36_0/boost/preprocessor/control/while.hpp",
323 "boost_1_36_0/boost/preprocessor/debug/error.hpp",
324 "boost_1_36_0/boost/preprocessor/dec.hpp",
325 "boost_1_36_0/boost/preprocessor/detail/auto_rec.hpp",
326 "boost_1_36_0/boost/preprocessor/detail/check.hpp",
327 "boost_1_36_0/boost/preprocessor/detail/is_binary.hpp",
328 "boost_1_36_0/boost/preprocessor/empty.hpp",
329 "boost_1_36_0/boost/preprocessor/facilities/empty.hpp",
330 "boost_1_36_0/boost/preprocessor/facilities/identity.hpp",
331 "boost_1_36_0/boost/preprocessor/facilities/intercept.hpp",
332 "boost_1_36_0/boost/preprocessor/identity.hpp",
333 "boost_1_36_0/boost/preprocessor/inc.hpp",
334 "boost_1_36_0/boost/preprocessor/iterate.hpp",
335 "boost_1_36_0/boost/preprocessor/iteration/detail/bounds/lower1.hpp" ,
336 "boost_1_36_0/boost/preprocessor/iteration/detail/bounds/upper1.hpp" ,
337 "boost_1_36_0/boost/preprocessor/iteration/detail/iter/forward1.hpp" ,
338 "boost_1_36_0/boost/preprocessor/iteration/iterate.hpp",
339 "boost_1_36_0/boost/preprocessor/list/adt.hpp",
340 "boost_1_36_0/boost/preprocessor/list/detail/fold_left.hpp",
341 "boost_1_36_0/boost/preprocessor/list/detail/fold_right.hpp",
342 "boost_1_36_0/boost/preprocessor/list/fold_left.hpp",
343 "boost_1_36_0/boost/preprocessor/list/fold_right.hpp",
344 "boost_1_36_0/boost/preprocessor/list/reverse.hpp",
345 "boost_1_36_0/boost/preprocessor/logical/and.hpp",
346 "boost_1_36_0/boost/preprocessor/logical/bitand.hpp",
347 "boost_1_36_0/boost/preprocessor/logical/bool.hpp",
348 "boost_1_36_0/boost/preprocessor/logical/compl.hpp",
349 "boost_1_36_0/boost/preprocessor/punctuation/comma.hpp",
350 "boost_1_36_0/boost/preprocessor/punctuation/comma_if.hpp",
351 "boost_1_36_0/boost/preprocessor/repeat.hpp",
352 "boost_1_36_0/boost/preprocessor/repetition/detail/msvc/for.hpp",
353 "boost_1_36_0/boost/preprocessor/repetition/enum.hpp",
354 "boost_1_36_0/boost/preprocessor/repetition/enum_binary_params.hpp",
355 "boost_1_36_0/boost/preprocessor/repetition/enum_params.hpp",
356 "boost_1_36_0/boost/preprocessor/repetition/enum_params_with_a_defau lt.hpp",
357 "boost_1_36_0/boost/preprocessor/repetition/enum_shifted.hpp",
358 "boost_1_36_0/boost/preprocessor/repetition/for.hpp",
359 "boost_1_36_0/boost/preprocessor/repetition/repeat.hpp",
360 "boost_1_36_0/boost/preprocessor/repetition/repeat_from_to.hpp",
361 "boost_1_36_0/boost/preprocessor/seq/elem.hpp",
362 "boost_1_36_0/boost/preprocessor/seq/for_each_i.hpp",
363 "boost_1_36_0/boost/preprocessor/seq/seq.hpp",
364 "boost_1_36_0/boost/preprocessor/seq/size.hpp",
365 "boost_1_36_0/boost/preprocessor/slot/detail/def.hpp",
366 "boost_1_36_0/boost/preprocessor/slot/detail/shared.hpp",
367 "boost_1_36_0/boost/preprocessor/slot/slot.hpp",
368 "boost_1_36_0/boost/preprocessor/stringize.hpp",
369 "boost_1_36_0/boost/preprocessor/tuple/eat.hpp",
370 "boost_1_36_0/boost/preprocessor/tuple/elem.hpp",
371 "boost_1_36_0/boost/preprocessor/tuple/rem.hpp",
372 "boost_1_36_0/boost/ref.hpp",
373 "boost_1_36_0/boost/static_assert.hpp",
374 "boost_1_36_0/boost/tr1/detail/config.hpp",
375 "boost_1_36_0/boost/tr1/detail/config_all.hpp",
376 "boost_1_36_0/boost/tr1/tr1/tuple",
377 "boost_1_36_0/boost/tr1/tuple.hpp",
378 "boost_1_36_0/boost/type_traits/add_const.hpp",
379 "boost_1_36_0/boost/type_traits/add_reference.hpp",
380 "boost_1_36_0/boost/type_traits/broken_compiler_spec.hpp",
381 "boost_1_36_0/boost/type_traits/config.hpp",
382 "boost_1_36_0/boost/type_traits/detail/bool_trait_def.hpp",
383 "boost_1_36_0/boost/type_traits/detail/bool_trait_undef.hpp",
384 "boost_1_36_0/boost/type_traits/detail/cv_traits_impl.hpp",
385 "boost_1_36_0/boost/type_traits/detail/ice_and.hpp",
386 "boost_1_36_0/boost/type_traits/detail/ice_eq.hpp",
387 "boost_1_36_0/boost/type_traits/detail/ice_not.hpp",
388 "boost_1_36_0/boost/type_traits/detail/ice_or.hpp",
389 "boost_1_36_0/boost/type_traits/detail/template_arity_spec.hpp",
390 "boost_1_36_0/boost/type_traits/detail/type_trait_def.hpp",
391 "boost_1_36_0/boost/type_traits/detail/type_trait_undef.hpp",
392 "boost_1_36_0/boost/type_traits/detail/yes_no_type.hpp",
393 "boost_1_36_0/boost/type_traits/ice.hpp",
394 "boost_1_36_0/boost/type_traits/integral_constant.hpp",
395 "boost_1_36_0/boost/type_traits/intrinsics.hpp",
396 "boost_1_36_0/boost/type_traits/is_abstract.hpp",
397 "boost_1_36_0/boost/type_traits/is_arithmetic.hpp",
398 "boost_1_36_0/boost/type_traits/is_array.hpp",
399 "boost_1_36_0/boost/type_traits/is_base_and_derived.hpp",
400 "boost_1_36_0/boost/type_traits/is_base_of.hpp",
401 "boost_1_36_0/boost/type_traits/is_const.hpp",
402 "boost_1_36_0/boost/type_traits/is_convertible.hpp",
403 "boost_1_36_0/boost/type_traits/is_float.hpp",
404 "boost_1_36_0/boost/type_traits/is_integral.hpp",
405 "boost_1_36_0/boost/type_traits/is_reference.hpp",
406 "boost_1_36_0/boost/type_traits/is_same.hpp",
407 "boost_1_36_0/boost/type_traits/is_void.hpp",
408 "boost_1_36_0/boost/type_traits/is_volatile.hpp",
409 "boost_1_36_0/boost/type_traits/remove_const.hpp",
410 "boost_1_36_0/boost/type_traits/remove_cv.hpp",
411 "boost_1_36_0/boost/utility/addressof.hpp",
412 "boost_1_36_0/boost/utility/enable_if.hpp",
413 ],
414 'direct_dependent_settings': {
415 'include_dirs': [
416 # TODO(ajwong): Enable with the gmock checkin.
417 # 'boost_1_36_0/boost/tr1/tr1',
418 # 'boost_1_36_0',
419 ],
420 },
421 }
422 ],
423 }],
424 ],
425 }
OLDNEW
« no previous file with comments | « third_party/boost/README.chromium ('k') | third_party/boost/boost_1_36_0/LICENSE_1_0.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698