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 'dcheck.h', |
10 'hash_pair.h', | 11 'hash_pair.h', |
11 'own_ptr_vector.h', | 12 'own_ptr_vector.h', |
12 'scoped_ptr_hash_map.h', | 13 'scoped_ptr_hash_map.h', |
13 'scoped_ptr_vector.h', | 14 'scoped_ptr_vector.h', |
14 'bitmap_canvas_layer_texture_updater.cc', | 15 'bitmap_canvas_layer_texture_updater.cc', |
15 'BitmapCanvasLayerTextureUpdater.h', | 16 'BitmapCanvasLayerTextureUpdater.h', |
16 'bitmap_skpicture_canvas_layer_texture_updater.cc', | 17 'bitmap_skpicture_canvas_layer_texture_updater.cc', |
17 'BitmapSkPictureCanvasLayerTextureUpdater.h', | 18 'BitmapSkPictureCanvasLayerTextureUpdater.h', |
18 'caching_bitmap_canvas_layer_texture_updater.cc', | 19 'caching_bitmap_canvas_layer_texture_updater.cc', |
19 'caching_bitmap_canvas_layer_texture_updater.h', | 20 'caching_bitmap_canvas_layer_texture_updater.h', |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 'defines': [ | 367 'defines': [ |
367 # http://crbug.com/154052 | 368 # http://crbug.com/154052 |
368 'WEBKIT_GLUE_IMPLEMENTATION=1', | 369 'WEBKIT_GLUE_IMPLEMENTATION=1', |
369 ], | 370 ], |
370 'include_dirs': [ | 371 'include_dirs': [ |
371 '<(webkit_src_dir)/Source/Platform/chromium', | 372 '<(webkit_src_dir)/Source/Platform/chromium', |
372 '<@(cc_stubs_dirs)', | 373 '<@(cc_stubs_dirs)', |
373 ], | 374 ], |
374 'sources': [ | 375 'sources': [ |
375 '<@(cc_source_files)', | 376 '<@(cc_source_files)', |
| 377 'stubs/config.h', |
376 'stubs/Extensions3D.h', | 378 'stubs/Extensions3D.h', |
377 'stubs/Extensions3DChromium.h', | 379 'stubs/Extensions3DChromium.h', |
378 'stubs/FloatPoint.h', | 380 'stubs/FloatPoint.h', |
379 'stubs/FloatPoint3D.h', | 381 'stubs/FloatPoint3D.h', |
380 'stubs/FloatQuad.h', | 382 'stubs/FloatQuad.h', |
381 'stubs/FloatRect.h', | 383 'stubs/FloatRect.h', |
382 'stubs/FloatSize.h', | 384 'stubs/FloatSize.h', |
383 'stubs/GraphicsContext3D.h', | 385 'stubs/GraphicsContext3D.h', |
384 'stubs/GraphicsTypes3D.h', | 386 'stubs/GraphicsTypes3D.h', |
385 'stubs/IntPoint.h', | 387 'stubs/IntPoint.h', |
(...skipping 22 matching lines...) Expand all Loading... |
408 'stubs/skia_utils.h', | 410 'stubs/skia_utils.h', |
409 'stubs/tiling_data.h', | 411 'stubs/tiling_data.h', |
410 'stubs/trace_event.h', | 412 'stubs/trace_event.h', |
411 'stubs/unit_bezier.h', | 413 'stubs/unit_bezier.h', |
412 ], | 414 ], |
413 }], | 415 }], |
414 ], | 416 ], |
415 }, | 417 }, |
416 ], | 418 ], |
417 } | 419 } |
OLD | NEW |