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

Side by Side Diff: cc/cc.gyp

Issue 11192030: cc: Switch to Chromium DCHECKs LOGs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dcheck and ndebug 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 | Annotate | Revision Log
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 'hash_pair.h', 8 'hash_pair.h',
9 'scoped_ptr_hash_map.h', 9 'scoped_ptr_hash_map.h',
10 'scoped_ptr_vector.h', 10 'scoped_ptr_vector.h',
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 'stubs/IntPoint.h', 348 'stubs/IntPoint.h',
349 'stubs/IntRect.h', 349 'stubs/IntRect.h',
350 'stubs/IntSize.h', 350 'stubs/IntSize.h',
351 'stubs/NotImplemented.h', 351 'stubs/NotImplemented.h',
352 'stubs/Region.h', 352 'stubs/Region.h',
353 'stubs/SkiaUtils.h', 353 'stubs/SkiaUtils.h',
354 'stubs/TilingData.h', 354 'stubs/TilingData.h',
355 'stubs/TraceEvent.h', 355 'stubs/TraceEvent.h',
356 'stubs/UnitBezier.h', 356 'stubs/UnitBezier.h',
357 357
358 'stubs/config.h'
358 'stubs/extensions_3d_chromium.h', 359 'stubs/extensions_3d_chromium.h',
359 'stubs/extensions_3d.h', 360 'stubs/extensions_3d.h',
360 'stubs/float_point_3d.h', 361 'stubs/float_point_3d.h',
361 'stubs/float_point.h', 362 'stubs/float_point.h',
362 'stubs/float_quad.h', 363 'stubs/float_quad.h',
363 'stubs/float_rect.h', 364 'stubs/float_rect.h',
364 'stubs/float_size.h', 365 'stubs/float_size.h',
365 'stubs/graphics_context_3d.h', 366 'stubs/graphics_context_3d.h',
366 'stubs/graphics_types_3d.h', 367 'stubs/graphics_types_3d.h',
367 'stubs/int_point.h', 368 'stubs/int_point.h',
368 'stubs/int_rect.h', 369 'stubs/int_rect.h',
369 'stubs/int_size.h', 370 'stubs/int_size.h',
370 'stubs/not_implemented.h', 371 'stubs/not_implemented.h',
371 'stubs/skia_utils.h', 372 'stubs/skia_utils.h',
372 'stubs/tiling_data.h', 373 'stubs/tiling_data.h',
373 'stubs/trace_event.h', 374 'stubs/trace_event.h',
374 'stubs/unit_bezier.h', 375 'stubs/unit_bezier.h',
375 ], 376 ],
376 }, 377 },
377 ], 378 ],
378 } 379 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698