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

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: with-presubmit 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',
enne (OOO) 2012/10/16 18:34:22 Where is this file?
danakj 2012/10/16 19:11:51 Somehow escaped adding, added now. Also the confi
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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 'stubs/int_size.h', 402 'stubs/int_size.h',
402 'stubs/not_implemented.h', 403 'stubs/not_implemented.h',
403 'stubs/skia_utils.h', 404 'stubs/skia_utils.h',
404 'stubs/tiling_data.h', 405 'stubs/tiling_data.h',
405 'stubs/trace_event.h', 406 'stubs/trace_event.h',
406 'stubs/unit_bezier.h', 407 'stubs/unit_bezier.h',
407 ], 408 ],
408 }, 409 },
409 ], 410 ],
410 } 411 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698