OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'cc_source_files': [ | 7 'cc_source_files': [ |
8 'hash_pair.h', | 8 'hash_pair.h', |
9 'scoped_ptr_deque.h', | 9 'scoped_ptr_deque.h', |
10 'scoped_ptr_hash_map.h', | 10 'scoped_ptr_hash_map.h', |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
249 # http://crbug.com/154052 | 249 # http://crbug.com/154052 |
250 'WEBKIT_GLUE_IMPLEMENTATION=1', | 250 'WEBKIT_GLUE_IMPLEMENTATION=1', |
251 ], | 251 ], |
252 'include_dirs': [ | 252 'include_dirs': [ |
253 '<(webkit_src_dir)/Source/Platform/chromium', | 253 '<(webkit_src_dir)/Source/Platform/chromium', |
254 '<@(cc_stubs_dirs)', | 254 '<@(cc_stubs_dirs)', |
255 ], | 255 ], |
256 'sources': [ | 256 'sources': [ |
257 '<@(cc_source_files)', | 257 '<@(cc_source_files)', |
258 'stubs/FloatPoint.h', | 258 'stubs/FloatPoint.h', |
259 'stubs/FloatPoint3D.h', | |
enne (OOO)
2012/11/01 02:45:55
\o/
| |
260 'stubs/FloatQuad.h', | 259 'stubs/FloatQuad.h', |
261 'stubs/FloatRect.h', | 260 'stubs/FloatRect.h', |
262 'stubs/FloatSize.h', | 261 'stubs/FloatSize.h', |
263 'stubs/IntPoint.h', | 262 'stubs/IntPoint.h', |
264 'stubs/IntRect.h', | 263 'stubs/IntRect.h', |
265 'stubs/IntSize.h', | 264 'stubs/IntSize.h', |
266 'stubs/NotImplemented.h', | 265 'stubs/NotImplemented.h', |
267 'stubs/Region.h', | 266 'stubs/Region.h', |
268 'stubs/SkiaUtils.h', | 267 'stubs/SkiaUtils.h', |
269 'stubs/TilingData.h', | 268 'stubs/TilingData.h', |
270 'stubs/UnitBezier.h', | 269 'stubs/UnitBezier.h', |
271 | 270 |
272 'stubs/config.h', | 271 'stubs/config.h', |
273 'stubs/float_point_3d.h', | |
274 'stubs/float_point.h', | 272 'stubs/float_point.h', |
275 'stubs/float_quad.h', | 273 'stubs/float_quad.h', |
276 'stubs/float_rect.h', | 274 'stubs/float_rect.h', |
277 'stubs/float_size.h', | 275 'stubs/float_size.h', |
278 'stubs/int_point.h', | 276 'stubs/int_point.h', |
279 'stubs/int_rect.h', | 277 'stubs/int_rect.h', |
280 'stubs/int_size.h', | 278 'stubs/int_size.h', |
281 'stubs/not_implemented.h', | 279 'stubs/not_implemented.h', |
282 'stubs/skia_utils.h', | 280 'stubs/skia_utils.h', |
283 'stubs/tiling_data.h', | 281 'stubs/tiling_data.h', |
284 'stubs/unit_bezier.h', | 282 'stubs/unit_bezier.h', |
285 ], | 283 ], |
286 }, | 284 }, |
287 ], | 285 ], |
288 } | 286 } |
OLD | NEW |