OLD | NEW |
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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 'layers/picture_layer.cc', | 150 'layers/picture_layer.cc', |
151 'layers/picture_layer.h', | 151 'layers/picture_layer.h', |
152 'layers/picture_layer_impl.cc', | 152 'layers/picture_layer_impl.cc', |
153 'layers/picture_layer_impl.h', | 153 'layers/picture_layer_impl.h', |
154 'layers/quad_sink.h', | 154 'layers/quad_sink.h', |
155 'layers/render_pass_sink.h', | 155 'layers/render_pass_sink.h', |
156 'layers/render_surface.cc', | 156 'layers/render_surface.cc', |
157 'layers/render_surface.h', | 157 'layers/render_surface.h', |
158 'layers/render_surface_impl.cc', | 158 'layers/render_surface_impl.cc', |
159 'layers/render_surface_impl.h', | 159 'layers/render_surface_impl.h', |
| 160 'layers/scrollbar_layer_impl_base.cc', |
| 161 'layers/scrollbar_layer_impl_base.h', |
| 162 'layers/scrollbar_layer_interface.h', |
160 'layers/solid_color_layer.cc', | 163 'layers/solid_color_layer.cc', |
161 'layers/solid_color_layer.h', | 164 'layers/solid_color_layer.h', |
162 'layers/solid_color_layer_impl.cc', | 165 'layers/solid_color_layer_impl.cc', |
163 'layers/solid_color_layer_impl.h', | 166 'layers/solid_color_layer_impl.h', |
| 167 'layers/solid_color_scrollbar_layer.cc', |
| 168 'layers/solid_color_scrollbar_layer.h', |
| 169 'layers/solid_color_scrollbar_layer_impl.cc', |
| 170 'layers/solid_color_scrollbar_layer_impl.h', |
164 'layers/texture_layer.cc', | 171 'layers/texture_layer.cc', |
165 'layers/texture_layer.h', | 172 'layers/texture_layer.h', |
166 'layers/texture_layer_client.h', | 173 'layers/texture_layer_client.h', |
167 'layers/texture_layer_impl.cc', | 174 'layers/texture_layer_impl.cc', |
168 'layers/texture_layer_impl.h', | 175 'layers/texture_layer_impl.h', |
169 'layers/tiled_layer.cc', | 176 'layers/tiled_layer.cc', |
170 'layers/tiled_layer.h', | 177 'layers/tiled_layer.h', |
171 'layers/tiled_layer_impl.cc', | 178 'layers/tiled_layer_impl.cc', |
172 'layers/tiled_layer_impl.h', | 179 'layers/tiled_layer_impl.h', |
173 'layers/video_frame_provider.h', | 180 'layers/video_frame_provider.h', |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
386 'trees/thread_proxy.cc', | 393 'trees/thread_proxy.cc', |
387 'trees/thread_proxy.h', | 394 'trees/thread_proxy.h', |
388 'trees/tree_synchronizer.cc', | 395 'trees/tree_synchronizer.cc', |
389 'trees/tree_synchronizer.h', | 396 'trees/tree_synchronizer.h', |
390 ], | 397 ], |
391 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 398 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
392 'msvs_disabled_warnings': [ 4267, ], | 399 'msvs_disabled_warnings': [ 4267, ], |
393 }, | 400 }, |
394 ], | 401 ], |
395 } | 402 } |
OLD | NEW |