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

Side by Side Diff: trunk/src/webkit/renderer/compositor_bindings/compositor_bindings.gyp

Issue 16146007: Revert 202580 "Add CompositingReasons to compositor layer types." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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': 1, 7 'chromium_code': 1,
8 'webkit_compositor_bindings_sources': [ 8 'webkit_compositor_bindings_sources': [
9 'scrollbar_impl.cc', 9 'scrollbar_impl.cc',
10 'scrollbar_impl.h', 10 'scrollbar_impl.h',
11 'web_animation_curve_common.cc', 11 'web_animation_curve_common.cc',
12 'web_animation_curve_common.h', 12 'web_animation_curve_common.h',
13 'web_animation_impl.cc', 13 'web_animation_impl.cc',
14 'web_animation_impl.h', 14 'web_animation_impl.h',
15 'web_compositing_reasons.cc',
16 'web_content_layer_impl.cc', 15 'web_content_layer_impl.cc',
17 'web_content_layer_impl.h', 16 'web_content_layer_impl.h',
18 'web_external_texture_layer_impl.cc', 17 'web_external_texture_layer_impl.cc',
19 'web_external_texture_layer_impl.h', 18 'web_external_texture_layer_impl.h',
20 'web_float_animation_curve_impl.cc', 19 'web_float_animation_curve_impl.cc',
21 'web_float_animation_curve_impl.h', 20 'web_float_animation_curve_impl.h',
22 'web_image_layer_impl.cc', 21 'web_image_layer_impl.cc',
23 'web_image_layer_impl.h', 22 'web_image_layer_impl.h',
24 'web_layer_impl.cc', 23 'web_layer_impl.cc',
25 'web_layer_impl.h', 24 'web_layer_impl.h',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 ], 69 ],
71 'sources': [ 70 'sources': [
72 '<@(webkit_compositor_bindings_sources)', 71 '<@(webkit_compositor_bindings_sources)',
73 ], 72 ],
74 'defines': [ 73 'defines': [
75 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' 74 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1'
76 ] 75 ]
77 }, 76 },
78 ], 77 ],
79 } 78 }
OLDNEW
« no previous file with comments | « trunk/src/cc/layers/layer_unittest.cc ('k') | trunk/src/webkit/renderer/compositor_bindings/web_compositing_reasons.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698