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

Side by Side Diff: cc/cc.gyp

Issue 10915298: Add CCDelegatingRenderer, and corresponding IPCs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: correct base Created 8 years, 3 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 '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 'BitmapCanvasLayerTextureUpdater.cpp', 10 'BitmapCanvasLayerTextureUpdater.cpp',
(...skipping 10 matching lines...) Expand all
21 'CCCheckerboardDrawQuad.h', 21 'CCCheckerboardDrawQuad.h',
22 'CCCompletionEvent.h', 22 'CCCompletionEvent.h',
23 'CCDamageTracker.cpp', 23 'CCDamageTracker.cpp',
24 'CCDamageTracker.h', 24 'CCDamageTracker.h',
25 'CCDebugBorderDrawQuad.cpp', 25 'CCDebugBorderDrawQuad.cpp',
26 'CCDebugBorderDrawQuad.h', 26 'CCDebugBorderDrawQuad.h',
27 'CCDebugRectHistory.cpp', 27 'CCDebugRectHistory.cpp',
28 'CCDebugRectHistory.h', 28 'CCDebugRectHistory.h',
29 'CCDelayBasedTimeSource.cpp', 29 'CCDelayBasedTimeSource.cpp',
30 'CCDelayBasedTimeSource.h', 30 'CCDelayBasedTimeSource.h',
31 'CCDelegatingRenderer.cpp',
32 'CCDelegatingRenderer.h',
31 'CCDirectRenderer.cpp', 33 'CCDirectRenderer.cpp',
32 'CCDirectRenderer.h', 34 'CCDirectRenderer.h',
33 'CCDrawQuad.cpp', 35 'CCDrawQuad.cpp',
34 'CCDrawQuad.h', 36 'CCDrawQuad.h',
35 'CCFontAtlas.cpp', 37 'CCFontAtlas.cpp',
36 'CCFontAtlas.h', 38 'CCFontAtlas.h',
37 'CCFrameRateController.cpp', 39 'CCFrameRateController.cpp',
38 'CCFrameRateController.h', 40 'CCFrameRateController.h',
39 'CCFrameRateCounter.cpp', 41 'CCFrameRateCounter.cpp',
40 'CCFrameRateCounter.h', 42 'CCFrameRateCounter.h',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'stubs/SkiaUtils.h', 257 'stubs/SkiaUtils.h',
256 'stubs/TilingData.h', 258 'stubs/TilingData.h',
257 'stubs/TraceEvent.h', 259 'stubs/TraceEvent.h',
258 'stubs/UnitBezier.h', 260 'stubs/UnitBezier.h',
259 ], 261 ],
260 }], 262 }],
261 ], 263 ],
262 }, 264 },
263 ], 265 ],
264 } 266 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698