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

Side by Side Diff: cc/cc.gyp

Issue 18341009: Refactor cc scrollbar layers to separate solid-color vs desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Windows compile. Created 7 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 | « no previous file | cc/layers/layer.h » ('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': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'layers/picture_layer.cc', 149 'layers/picture_layer.cc',
150 'layers/picture_layer.h', 150 'layers/picture_layer.h',
151 'layers/picture_layer_impl.cc', 151 'layers/picture_layer_impl.cc',
152 'layers/picture_layer_impl.h', 152 'layers/picture_layer_impl.h',
153 'layers/quad_sink.h', 153 'layers/quad_sink.h',
154 'layers/render_pass_sink.h', 154 'layers/render_pass_sink.h',
155 'layers/render_surface.cc', 155 'layers/render_surface.cc',
156 'layers/render_surface.h', 156 'layers/render_surface.h',
157 'layers/render_surface_impl.cc', 157 'layers/render_surface_impl.cc',
158 'layers/render_surface_impl.h', 158 'layers/render_surface_impl.h',
159 'layers/scrollbar_layer_impl_base.cc',
160 'layers/scrollbar_layer_impl_base.h',
161 'layers/scrollbar_layer_interface.h',
159 'layers/solid_color_layer.cc', 162 'layers/solid_color_layer.cc',
160 'layers/solid_color_layer.h', 163 'layers/solid_color_layer.h',
161 'layers/solid_color_layer_impl.cc', 164 'layers/solid_color_layer_impl.cc',
162 'layers/solid_color_layer_impl.h', 165 'layers/solid_color_layer_impl.h',
166 'layers/solid_color_scrollbar_layer.cc',
167 'layers/solid_color_scrollbar_layer.h',
168 'layers/solid_color_scrollbar_layer_impl.cc',
169 'layers/solid_color_scrollbar_layer_impl.h',
163 'layers/texture_layer.cc', 170 'layers/texture_layer.cc',
164 'layers/texture_layer.h', 171 'layers/texture_layer.h',
165 'layers/texture_layer_client.h', 172 'layers/texture_layer_client.h',
166 'layers/texture_layer_impl.cc', 173 'layers/texture_layer_impl.cc',
167 'layers/texture_layer_impl.h', 174 'layers/texture_layer_impl.h',
168 'layers/tiled_layer.cc', 175 'layers/tiled_layer.cc',
169 'layers/tiled_layer.h', 176 'layers/tiled_layer.h',
170 'layers/tiled_layer_impl.cc', 177 'layers/tiled_layer_impl.cc',
171 'layers/tiled_layer_impl.h', 178 'layers/tiled_layer_impl.h',
172 'layers/video_frame_provider.h', 179 'layers/video_frame_provider.h',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'trees/thread_proxy.cc', 395 'trees/thread_proxy.cc',
389 'trees/thread_proxy.h', 396 'trees/thread_proxy.h',
390 'trees/tree_synchronizer.cc', 397 'trees/tree_synchronizer.cc',
391 'trees/tree_synchronizer.h', 398 'trees/tree_synchronizer.h',
392 ], 399 ],
393 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 400 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
394 'msvs_disabled_warnings': [ 4267, ], 401 'msvs_disabled_warnings': [ 4267, ],
395 }, 402 },
396 ], 403 ],
397 } 404 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698