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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |