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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 'layers/picture_layer_impl.cc', | 143 'layers/picture_layer_impl.cc', |
144 'layers/picture_layer_impl.h', | 144 'layers/picture_layer_impl.h', |
145 'layers/quad_sink.h', | 145 'layers/quad_sink.h', |
146 'layers/render_pass_sink.h', | 146 'layers/render_pass_sink.h', |
147 'layers/render_surface.cc', | 147 'layers/render_surface.cc', |
148 'layers/render_surface.h', | 148 'layers/render_surface.h', |
149 'layers/render_surface_impl.cc', | 149 'layers/render_surface_impl.cc', |
150 'layers/render_surface_impl.h', | 150 'layers/render_surface_impl.h', |
151 'layers/scrollbar_layer.cc', | 151 'layers/scrollbar_layer.cc', |
152 'layers/scrollbar_layer.h', | 152 'layers/scrollbar_layer.h', |
| 153 'layers/scrollbar_layer_base.h', |
153 'layers/scrollbar_layer_impl.cc', | 154 'layers/scrollbar_layer_impl.cc', |
154 'layers/scrollbar_layer_impl.h', | 155 'layers/scrollbar_layer_impl.h', |
| 156 'layers/scrollbar_layer_impl_base.cc', |
| 157 'layers/scrollbar_layer_impl_base.h', |
155 'layers/solid_color_layer.cc', | 158 'layers/solid_color_layer.cc', |
156 'layers/solid_color_layer.h', | 159 'layers/solid_color_layer.h', |
157 'layers/solid_color_layer_impl.cc', | 160 'layers/solid_color_layer_impl.cc', |
158 'layers/solid_color_layer_impl.h', | 161 'layers/solid_color_layer_impl.h', |
| 162 'layers/solid_color_scrollbar_layer.cc', |
| 163 'layers/solid_color_scrollbar_layer.h', |
| 164 'layers/solid_color_scrollbar_layer_impl.cc', |
| 165 'layers/solid_color_scrollbar_layer_impl.h', |
159 'layers/texture_layer.cc', | 166 'layers/texture_layer.cc', |
160 'layers/texture_layer.h', | 167 'layers/texture_layer.h', |
161 'layers/texture_layer_client.h', | 168 'layers/texture_layer_client.h', |
162 'layers/texture_layer_impl.cc', | 169 'layers/texture_layer_impl.cc', |
163 'layers/texture_layer_impl.h', | 170 'layers/texture_layer_impl.h', |
164 'layers/tiled_layer.cc', | 171 'layers/tiled_layer.cc', |
165 'layers/tiled_layer.h', | 172 'layers/tiled_layer.h', |
166 'layers/tiled_layer_impl.cc', | 173 'layers/tiled_layer_impl.cc', |
167 'layers/tiled_layer_impl.h', | 174 'layers/tiled_layer_impl.h', |
168 'layers/video_frame_provider.h', | 175 'layers/video_frame_provider.h', |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 'trees/thread_proxy.cc', | 387 'trees/thread_proxy.cc', |
381 'trees/thread_proxy.h', | 388 'trees/thread_proxy.h', |
382 'trees/tree_synchronizer.cc', | 389 'trees/tree_synchronizer.cc', |
383 'trees/tree_synchronizer.h', | 390 'trees/tree_synchronizer.h', |
384 ], | 391 ], |
385 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 392 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
386 'msvs_disabled_warnings': [ 4267, ], | 393 'msvs_disabled_warnings': [ 4267, ], |
387 }, | 394 }, |
388 ], | 395 ], |
389 } | 396 } |
OLD | NEW |