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

Side by Side Diff: cc/cc.gyp

Issue 10963056: [cc] Add window decoration layers (NinePatch) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | 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',
11 'BitmapCanvasLayerTextureUpdater.h', 11 'BitmapCanvasLayerTextureUpdater.h',
12 'BitmapSkPictureCanvasLayerTextureUpdater.cpp', 12 'BitmapSkPictureCanvasLayerTextureUpdater.cpp',
13 'BitmapSkPictureCanvasLayerTextureUpdater.h', 13 'BitmapSkPictureCanvasLayerTextureUpdater.h',
14 'CCActiveAnimation.cpp', 14 'CCActiveAnimation.cpp',
15 'CCActiveAnimation.h', 15 'CCActiveAnimation.h',
16 'CCAppendQuadsData.h', 16 'CCAppendQuadsData.h',
17 'CCAnimationCurve.cpp', 17 'CCAnimationCurve.cpp',
18 'CCAnimationCurve.h', 18 'CCAnimationCurve.h',
19 'CCAnimationEvents.h', 19 'CCAnimationEvents.h',
20 'CCCheckerboardDrawQuad.cpp', 20 'CCCheckerboardDrawQuad.cpp',
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 'CCDecorationLayerImpl.cpp',
30 'CCDecorationLayerImpl.h',
29 'CCDelayBasedTimeSource.cpp', 31 'CCDelayBasedTimeSource.cpp',
30 'CCDelayBasedTimeSource.h', 32 'CCDelayBasedTimeSource.h',
31 'CCDelegatedRendererLayerImpl.cpp', 33 'CCDelegatedRendererLayerImpl.cpp',
32 'CCDelegatedRendererLayerImpl.h', 34 'CCDelegatedRendererLayerImpl.h',
33 'CCDirectRenderer.cpp', 35 'CCDirectRenderer.cpp',
34 'CCDirectRenderer.h', 36 'CCDirectRenderer.h',
35 'CCDrawQuad.cpp', 37 'CCDrawQuad.cpp',
36 'CCDrawQuad.h', 38 'CCDrawQuad.h',
37 'CCFontAtlas.cpp', 39 'CCFontAtlas.cpp',
38 'CCFontAtlas.h', 40 'CCFontAtlas.h',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'CCTimingFunction.h', 161 'CCTimingFunction.h',
160 'CCVideoLayerImpl.cpp', 162 'CCVideoLayerImpl.cpp',
161 'CCVideoLayerImpl.h', 163 'CCVideoLayerImpl.h',
162 'CCYUVVideoDrawQuad.cpp', 164 'CCYUVVideoDrawQuad.cpp',
163 'CCYUVVideoDrawQuad.h', 165 'CCYUVVideoDrawQuad.h',
164 'CanvasLayerTextureUpdater.cpp', 166 'CanvasLayerTextureUpdater.cpp',
165 'CanvasLayerTextureUpdater.h', 167 'CanvasLayerTextureUpdater.h',
166 'ContentLayerChromium.cpp', 168 'ContentLayerChromium.cpp',
167 'ContentLayerChromium.h', 169 'ContentLayerChromium.h',
168 'ContentLayerChromiumClient.h', 170 'ContentLayerChromiumClient.h',
171 'DecorationLayerChromium.h',
172 'DecorationLayerChromium.cpp',
169 'DelegatedRendererLayerChromium.cpp', 173 'DelegatedRendererLayerChromium.cpp',
170 'DelegatedRendererLayerChromium.h', 174 'DelegatedRendererLayerChromium.h',
171 'FrameBufferSkPictureCanvasLayerTextureUpdater.cpp', 175 'FrameBufferSkPictureCanvasLayerTextureUpdater.cpp',
172 'FrameBufferSkPictureCanvasLayerTextureUpdater.h', 176 'FrameBufferSkPictureCanvasLayerTextureUpdater.h',
173 'GeometryBinding.cpp', 177 'GeometryBinding.cpp',
174 'GeometryBinding.h', 178 'GeometryBinding.h',
175 'HeadsUpDisplayLayerChromium.cpp', 179 'HeadsUpDisplayLayerChromium.cpp',
176 'HeadsUpDisplayLayerChromium.h', 180 'HeadsUpDisplayLayerChromium.h',
177 'IOSurfaceLayerChromium.cpp', 181 'IOSurfaceLayerChromium.cpp',
178 'IOSurfaceLayerChromium.h', 182 'IOSurfaceLayerChromium.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'stubs/SkiaUtils.h', 267 'stubs/SkiaUtils.h',
264 'stubs/TilingData.h', 268 'stubs/TilingData.h',
265 'stubs/TraceEvent.h', 269 'stubs/TraceEvent.h',
266 'stubs/UnitBezier.h', 270 'stubs/UnitBezier.h',
267 ], 271 ],
268 }], 272 }],
269 ], 273 ],
270 }, 274 },
271 ], 275 ],
272 } 276 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698