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

Side by Side Diff: cc/cc.gyp

Issue 10916307: Add the ubercomp DelegatedRendererLayer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use OwnPtrVector 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
« no previous file with comments | « cc/RenderSurfaceChromium.h ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'CCDelegatedRendererLayerImpl.cpp',
32 'CCDelegatedRendererLayerImpl.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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'CCTimingFunction.h', 158 'CCTimingFunction.h',
157 'CCVideoLayerImpl.cpp', 159 'CCVideoLayerImpl.cpp',
158 'CCVideoLayerImpl.h', 160 'CCVideoLayerImpl.h',
159 'CCYUVVideoDrawQuad.cpp', 161 'CCYUVVideoDrawQuad.cpp',
160 'CCYUVVideoDrawQuad.h', 162 'CCYUVVideoDrawQuad.h',
161 'CanvasLayerTextureUpdater.cpp', 163 'CanvasLayerTextureUpdater.cpp',
162 'CanvasLayerTextureUpdater.h', 164 'CanvasLayerTextureUpdater.h',
163 'ContentLayerChromium.cpp', 165 'ContentLayerChromium.cpp',
164 'ContentLayerChromium.h', 166 'ContentLayerChromium.h',
165 'ContentLayerChromiumClient.h', 167 'ContentLayerChromiumClient.h',
168 'DelegatedRendererLayerChromium.cpp',
169 'DelegatedRendererLayerChromium.h',
166 'FrameBufferSkPictureCanvasLayerTextureUpdater.cpp', 170 'FrameBufferSkPictureCanvasLayerTextureUpdater.cpp',
167 'FrameBufferSkPictureCanvasLayerTextureUpdater.h', 171 'FrameBufferSkPictureCanvasLayerTextureUpdater.h',
168 'GeometryBinding.cpp', 172 'GeometryBinding.cpp',
169 'GeometryBinding.h', 173 'GeometryBinding.h',
170 'HeadsUpDisplayLayerChromium.cpp', 174 'HeadsUpDisplayLayerChromium.cpp',
171 'HeadsUpDisplayLayerChromium.h', 175 'HeadsUpDisplayLayerChromium.h',
172 'IOSurfaceLayerChromium.cpp', 176 'IOSurfaceLayerChromium.cpp',
173 'IOSurfaceLayerChromium.h', 177 'IOSurfaceLayerChromium.h',
174 'ImageLayerChromium.cpp', 178 'ImageLayerChromium.cpp',
175 'ImageLayerChromium.h', 179 'ImageLayerChromium.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'stubs/SkiaUtils.h', 260 'stubs/SkiaUtils.h',
257 'stubs/TilingData.h', 261 'stubs/TilingData.h',
258 'stubs/TraceEvent.h', 262 'stubs/TraceEvent.h',
259 'stubs/UnitBezier.h', 263 'stubs/UnitBezier.h',
260 ], 264 ],
261 }], 265 }],
262 ], 266 ],
263 }, 267 },
264 ], 268 ],
265 } 269 }
OLDNEW
« no previous file with comments | « cc/RenderSurfaceChromium.h ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698