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

Side by Side Diff: webkit/compositor_bindings/compositor_bindings.gyp

Issue 10963056: [cc] Add window decoration layers (NinePatch) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: hacky rebase for Jerome to use 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
« no previous file with comments | « webkit/compositor_bindings/WebLayerTest.cpp ('k') | no next file » | 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 'webkit_compositor_bindings_sources': [ 7 'webkit_compositor_bindings_sources': [
8 'CCThreadImpl.cpp', 8 'CCThreadImpl.cpp',
9 'CCThreadImpl.h', 9 'CCThreadImpl.h',
10 'WebAnimationCurveCommon.cpp', 10 'WebAnimationCurveCommon.cpp',
11 'WebAnimationCurveCommon.h', 11 'WebAnimationCurveCommon.h',
12 'WebAnimationImpl.cpp', 12 'WebAnimationImpl.cpp',
13 'WebAnimationImpl.h', 13 'WebAnimationImpl.h',
14 'WebCompositorImpl.cpp', 14 'WebCompositorImpl.cpp',
15 'WebCompositorImpl.h', 15 'WebCompositorImpl.h',
16 'WebContentLayerImpl.cpp', 16 'WebContentLayerImpl.cpp',
17 'WebContentLayerImpl.h', 17 'WebContentLayerImpl.h',
18 'WebDecorationLayerImpl.cpp',
19 'WebDecorationLayerImpl.h',
18 'WebDelegatedRendererLayerImpl.cpp', 20 'WebDelegatedRendererLayerImpl.cpp',
19 'WebDelegatedRendererLayerImpl.h', 21 'WebDelegatedRendererLayerImpl.h',
20 'WebExternalTextureLayerImpl.cpp', 22 'WebExternalTextureLayerImpl.cpp',
21 'WebExternalTextureLayerImpl.h', 23 'WebExternalTextureLayerImpl.h',
22 'WebFloatAnimationCurveImpl.cpp', 24 'WebFloatAnimationCurveImpl.cpp',
23 'WebFloatAnimationCurveImpl.h', 25 'WebFloatAnimationCurveImpl.h',
24 'WebIOSurfaceLayerImpl.cpp', 26 'WebIOSurfaceLayerImpl.cpp',
25 'WebIOSurfaceLayerImpl.h', 27 'WebIOSurfaceLayerImpl.h',
26 'WebImageLayerImpl.cpp', 28 'WebImageLayerImpl.cpp',
27 'WebImageLayerImpl.h', 29 'WebImageLayerImpl.h',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '<(webkit_src_dir)/Source/Platform/chromium', 86 '<(webkit_src_dir)/Source/Platform/chromium',
85 ], 87 ],
86 'sources': [ 88 'sources': [
87 '<@(webkit_compositor_bindings_sources)', 89 '<@(webkit_compositor_bindings_sources)',
88 'webcore_convert.cc', 90 'webcore_convert.cc',
89 'webcore_convert.h', 91 'webcore_convert.h',
90 ], 92 ],
91 }, 93 },
92 ], 94 ],
93 } 95 }
OLDNEW
« no previous file with comments | « webkit/compositor_bindings/WebLayerTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698