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

Side by Side Diff: cc/cc.gyp

Issue 11048044: cc: Switch to Chromium DCHECKs and LOGs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove-rebased-asserts Created 8 years, 2 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
OLDNEW
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 'dcheck.h',
8 'hash_pair.h', 9 'hash_pair.h',
9 'scoped_ptr_hash_map.h', 10 'scoped_ptr_hash_map.h',
10 'scoped_ptr_vector.h', 11 'scoped_ptr_vector.h',
11 'bitmap_canvas_layer_texture_updater.cc', 12 'bitmap_canvas_layer_texture_updater.cc',
12 'BitmapCanvasLayerTextureUpdater.h', 13 'BitmapCanvasLayerTextureUpdater.h',
13 'bitmap_skpicture_canvas_layer_texture_updater.cc', 14 'bitmap_skpicture_canvas_layer_texture_updater.cc',
14 'BitmapSkPictureCanvasLayerTextureUpdater.h', 15 'BitmapSkPictureCanvasLayerTextureUpdater.h',
15 'caching_bitmap_canvas_layer_texture_updater.cc', 16 'caching_bitmap_canvas_layer_texture_updater.cc',
16 'caching_bitmap_canvas_layer_texture_updater.h', 17 'caching_bitmap_canvas_layer_texture_updater.h',
17 'active_animation.cc', 18 'active_animation.cc',
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 'stubs/IntPoint.h', 381 'stubs/IntPoint.h',
381 'stubs/IntRect.h', 382 'stubs/IntRect.h',
382 'stubs/IntSize.h', 383 'stubs/IntSize.h',
383 'stubs/NotImplemented.h', 384 'stubs/NotImplemented.h',
384 'stubs/Region.h', 385 'stubs/Region.h',
385 'stubs/SkiaUtils.h', 386 'stubs/SkiaUtils.h',
386 'stubs/TilingData.h', 387 'stubs/TilingData.h',
387 'stubs/TraceEvent.h', 388 'stubs/TraceEvent.h',
388 'stubs/UnitBezier.h', 389 'stubs/UnitBezier.h',
389 390
391 'stubs/config.h'
390 'stubs/extensions_3d_chromium.h', 392 'stubs/extensions_3d_chromium.h',
391 'stubs/extensions_3d.h', 393 'stubs/extensions_3d.h',
392 'stubs/float_point_3d.h', 394 'stubs/float_point_3d.h',
393 'stubs/float_point.h', 395 'stubs/float_point.h',
394 'stubs/float_quad.h', 396 'stubs/float_quad.h',
395 'stubs/float_rect.h', 397 'stubs/float_rect.h',
396 'stubs/float_size.h', 398 'stubs/float_size.h',
397 'stubs/graphics_context_3d.h', 399 'stubs/graphics_context_3d.h',
398 'stubs/graphics_types_3d.h', 400 'stubs/graphics_types_3d.h',
399 'stubs/int_point.h', 401 'stubs/int_point.h',
400 'stubs/int_rect.h', 402 'stubs/int_rect.h',
401 'stubs/int_size.h', 403 'stubs/int_size.h',
402 'stubs/not_implemented.h', 404 'stubs/not_implemented.h',
403 'stubs/skia_utils.h', 405 'stubs/skia_utils.h',
404 'stubs/tiling_data.h', 406 'stubs/tiling_data.h',
405 'stubs/trace_event.h', 407 'stubs/trace_event.h',
406 'stubs/unit_bezier.h', 408 'stubs/unit_bezier.h',
407 ], 409 ],
408 }, 410 },
409 ], 411 ],
410 } 412 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698