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

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: 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 '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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'WTF_USE_ACCELERATED_COMPOSITING=1', 367 'WTF_USE_ACCELERATED_COMPOSITING=1',
368 # http://crbug.com/154052 368 # http://crbug.com/154052
369 'WEBKIT_GLUE_IMPLEMENTATION=1', 369 'WEBKIT_GLUE_IMPLEMENTATION=1',
370 ], 370 ],
371 'include_dirs': [ 371 'include_dirs': [
372 '<(webkit_src_dir)/Source/Platform/chromium', 372 '<(webkit_src_dir)/Source/Platform/chromium',
373 '<@(cc_stubs_dirs)', 373 '<@(cc_stubs_dirs)',
374 ], 374 ],
375 'sources': [ 375 'sources': [
376 '<@(cc_source_files)', 376 '<@(cc_source_files)',
377 'stubs/config.h',
377 'stubs/Extensions3D.h', 378 'stubs/Extensions3D.h',
378 'stubs/Extensions3DChromium.h', 379 'stubs/Extensions3DChromium.h',
379 'stubs/FloatPoint.h', 380 'stubs/FloatPoint.h',
380 'stubs/FloatPoint3D.h', 381 'stubs/FloatPoint3D.h',
381 'stubs/FloatQuad.h', 382 'stubs/FloatQuad.h',
382 'stubs/FloatRect.h', 383 'stubs/FloatRect.h',
383 'stubs/FloatSize.h', 384 'stubs/FloatSize.h',
384 'stubs/GraphicsContext3D.h', 385 'stubs/GraphicsContext3D.h',
385 'stubs/GraphicsTypes3D.h', 386 'stubs/GraphicsTypes3D.h',
386 'stubs/IntPoint.h', 387 'stubs/IntPoint.h',
(...skipping 22 matching lines...) Expand all
409 'stubs/skia_utils.h', 410 'stubs/skia_utils.h',
410 'stubs/tiling_data.h', 411 'stubs/tiling_data.h',
411 'stubs/trace_event.h', 412 'stubs/trace_event.h',
412 'stubs/unit_bezier.h', 413 'stubs/unit_bezier.h',
413 ], 414 ],
414 }], 415 }],
415 ], 416 ],
416 }, 417 },
417 ], 418 ],
418 } 419 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698