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 'chromium_code': 0, | 7 'chromium_code': 0, |
8 'use_libcc_for_compositor%': 0, | 8 'use_libcc_for_compositor%': 0, |
9 'cc_source_files': [ | 9 'cc_source_files': [ |
10 'hash_pair.h', | 10 'hash_pair.h', |
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 'defines': [ | 366 'defines': [ |
367 # http://crbug.com/154052 | 367 # http://crbug.com/154052 |
368 'WEBKIT_GLUE_IMPLEMENTATION=1', | 368 'WEBKIT_GLUE_IMPLEMENTATION=1', |
369 ], | 369 ], |
370 'include_dirs': [ | 370 'include_dirs': [ |
371 '<(webkit_src_dir)/Source/Platform/chromium', | 371 '<(webkit_src_dir)/Source/Platform/chromium', |
372 '<@(cc_stubs_dirs)', | 372 '<@(cc_stubs_dirs)', |
373 ], | 373 ], |
374 'sources': [ | 374 'sources': [ |
375 '<@(cc_source_files)', | 375 '<@(cc_source_files)', |
376 'stubs/Extensions3D.h', | |
377 'stubs/Extensions3DChromium.h', | |
378 'stubs/FloatPoint.h', | 376 'stubs/FloatPoint.h', |
379 'stubs/FloatPoint3D.h', | 377 'stubs/FloatPoint3D.h', |
380 'stubs/FloatQuad.h', | 378 'stubs/FloatQuad.h', |
381 'stubs/FloatRect.h', | 379 'stubs/FloatRect.h', |
382 'stubs/FloatSize.h', | 380 'stubs/FloatSize.h', |
383 'stubs/GraphicsContext3D.h', | |
384 'stubs/GraphicsTypes3D.h', | |
385 'stubs/IntPoint.h', | 381 'stubs/IntPoint.h', |
386 'stubs/IntRect.h', | 382 'stubs/IntRect.h', |
387 'stubs/IntSize.h', | 383 'stubs/IntSize.h', |
388 'stubs/NotImplemented.h', | 384 'stubs/NotImplemented.h', |
389 'stubs/Region.h', | 385 'stubs/Region.h', |
390 'stubs/SkiaUtils.h', | 386 'stubs/SkiaUtils.h', |
391 'stubs/TilingData.h', | 387 'stubs/TilingData.h', |
392 'stubs/TraceEvent.h', | 388 'stubs/TraceEvent.h', |
393 'stubs/UnitBezier.h', | 389 'stubs/UnitBezier.h', |
394 | 390 |
395 'stubs/extensions_3d_chromium.h', | |
396 'stubs/extensions_3d.h', | |
397 'stubs/float_point_3d.h', | 391 'stubs/float_point_3d.h', |
398 'stubs/float_point.h', | 392 'stubs/float_point.h', |
399 'stubs/float_quad.h', | 393 'stubs/float_quad.h', |
400 'stubs/float_rect.h', | 394 'stubs/float_rect.h', |
401 'stubs/float_size.h', | 395 'stubs/float_size.h', |
402 'stubs/graphics_context_3d.h', | |
403 'stubs/graphics_types_3d.h', | |
404 'stubs/int_point.h', | 396 'stubs/int_point.h', |
405 'stubs/int_rect.h', | 397 'stubs/int_rect.h', |
406 'stubs/int_size.h', | 398 'stubs/int_size.h', |
407 'stubs/not_implemented.h', | 399 'stubs/not_implemented.h', |
408 'stubs/skia_utils.h', | 400 'stubs/skia_utils.h', |
409 'stubs/tiling_data.h', | 401 'stubs/tiling_data.h', |
410 'stubs/trace_event.h', | 402 'stubs/trace_event.h', |
411 'stubs/unit_bezier.h', | 403 'stubs/unit_bezier.h', |
412 ], | 404 ], |
413 }], | 405 }], |
414 ], | 406 ], |
415 }, | 407 }, |
416 ], | 408 ], |
417 } | 409 } |
OLD | NEW |