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

Side by Side Diff: cc/cc.gyp

Issue 10947047: Fix remaining cc files to compile with Clang (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix FakeCCDelayBasedTimeSource 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/UnthrottledTextureUploader.cpp ('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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'CCRendererGL.h', 103 'CCRendererGL.h',
104 'CCRenderingStats.h', 104 'CCRenderingStats.h',
105 'CCResourceProvider.cpp', 105 'CCResourceProvider.cpp',
106 'CCResourceProvider.h', 106 'CCResourceProvider.h',
107 'CCScheduler.cpp', 107 'CCScheduler.cpp',
108 'CCScheduler.h', 108 'CCScheduler.h',
109 'CCSchedulerStateMachine.cpp', 109 'CCSchedulerStateMachine.cpp',
110 'CCSchedulerStateMachine.h', 110 'CCSchedulerStateMachine.h',
111 'CCScopedTexture.cpp', 111 'CCScopedTexture.cpp',
112 'CCScopedTexture.h', 112 'CCScopedTexture.h',
113 'CCScopedThreadProxy.cpp',
113 'CCScopedThreadProxy.h', 114 'CCScopedThreadProxy.h',
114 'CCScrollbarAnimationController.cpp', 115 'CCScrollbarAnimationController.cpp',
115 'CCScrollbarAnimationController.h', 116 'CCScrollbarAnimationController.h',
116 'CCScrollbarAnimationControllerLinearFade.cpp', 117 'CCScrollbarAnimationControllerLinearFade.cpp',
117 'CCScrollbarAnimationControllerLinearFade.h', 118 'CCScrollbarAnimationControllerLinearFade.h',
118 'CCScrollbarLayerImpl.cpp', 119 'CCScrollbarLayerImpl.cpp',
119 'CCScrollbarLayerImpl.h', 120 'CCScrollbarLayerImpl.h',
120 'CCScrollbarGeometryFixedThumb.cpp', 121 'CCScrollbarGeometryFixedThumb.cpp',
121 'CCScrollbarGeometryFixedThumb.h', 122 'CCScrollbarGeometryFixedThumb.h',
122 'CCScrollbarGeometryStub.cpp', 123 'CCScrollbarGeometryStub.cpp',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'HeadsUpDisplayLayerChromium.h', 176 'HeadsUpDisplayLayerChromium.h',
176 'IOSurfaceLayerChromium.cpp', 177 'IOSurfaceLayerChromium.cpp',
177 'IOSurfaceLayerChromium.h', 178 'IOSurfaceLayerChromium.h',
178 'ImageLayerChromium.cpp', 179 'ImageLayerChromium.cpp',
179 'ImageLayerChromium.h', 180 'ImageLayerChromium.h',
180 'LayerChromium.cpp', 181 'LayerChromium.cpp',
181 'LayerChromium.h', 182 'LayerChromium.h',
182 'LayerPainterChromium.h', 183 'LayerPainterChromium.h',
183 'LayerTextureSubImage.cpp', 184 'LayerTextureSubImage.cpp',
184 'LayerTextureSubImage.h', 185 'LayerTextureSubImage.h',
186 'LayerTextureUpdater.cpp',
185 'LayerTextureUpdater.h', 187 'LayerTextureUpdater.h',
186 'PlatformColor.h', 188 'PlatformColor.h',
187 'ProgramBinding.cpp', 189 'ProgramBinding.cpp',
188 'ProgramBinding.h', 190 'ProgramBinding.h',
189 'RateLimiter.cpp', 191 'RateLimiter.cpp',
190 'RateLimiter.h', 192 'RateLimiter.h',
191 'RenderSurfaceChromium.cpp', 193 'RenderSurfaceChromium.cpp',
192 'RenderSurfaceChromium.h', 194 'RenderSurfaceChromium.h',
193 'ScrollbarLayerChromium.cpp', 195 'ScrollbarLayerChromium.cpp',
194 'ScrollbarLayerChromium.h', 196 'ScrollbarLayerChromium.h',
195 'ShaderChromium.cpp', 197 'ShaderChromium.cpp',
196 'ShaderChromium.h', 198 'ShaderChromium.h',
197 'SkPictureCanvasLayerTextureUpdater.cpp', 199 'SkPictureCanvasLayerTextureUpdater.cpp',
198 'SkPictureCanvasLayerTextureUpdater.h', 200 'SkPictureCanvasLayerTextureUpdater.h',
199 'SolidColorLayerChromium.cpp', 201 'SolidColorLayerChromium.cpp',
200 'SolidColorLayerChromium.h', 202 'SolidColorLayerChromium.h',
201 'TextureCopier.cpp', 203 'TextureCopier.cpp',
202 'TextureCopier.h', 204 'TextureCopier.h',
203 'TextureLayerChromium.cpp', 205 'TextureLayerChromium.cpp',
204 'TextureLayerChromium.h', 206 'TextureLayerChromium.h',
205 'TextureLayerChromiumClient.h', 207 'TextureLayerChromiumClient.h',
206 'TextureUploader.h', 208 'TextureUploader.h',
207 'ThrottledTextureUploader.cpp', 209 'ThrottledTextureUploader.cpp',
208 'ThrottledTextureUploader.h', 210 'ThrottledTextureUploader.h',
211 'UnthrottledTextureUploader.cpp',
209 'UnthrottledTextureUploader.h', 212 'UnthrottledTextureUploader.h',
210 'TiledLayerChromium.cpp', 213 'TiledLayerChromium.cpp',
211 'TiledLayerChromium.h', 214 'TiledLayerChromium.h',
212 'TreeSynchronizer.cpp', 215 'TreeSynchronizer.cpp',
213 'TreeSynchronizer.h', 216 'TreeSynchronizer.h',
214 'VideoLayerChromium.cpp', 217 'VideoLayerChromium.cpp',
215 'VideoLayerChromium.h', 218 'VideoLayerChromium.h',
216 ], 219 ],
217 }, 220 },
218 'targets': [ 221 'targets': [
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'stubs/SkiaUtils.h', 263 'stubs/SkiaUtils.h',
261 'stubs/TilingData.h', 264 'stubs/TilingData.h',
262 'stubs/TraceEvent.h', 265 'stubs/TraceEvent.h',
263 'stubs/UnitBezier.h', 266 'stubs/UnitBezier.h',
264 ], 267 ],
265 }], 268 }],
266 ], 269 ],
267 }, 270 },
268 ], 271 ],
269 } 272 }
OLDNEW
« no previous file with comments | « cc/UnthrottledTextureUploader.cpp ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698