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/quad_sink.h', | 149 'layers/quad_sink.h', |
150 'layers/render_pass_sink.h', | 150 'layers/render_pass_sink.h', |
151 'layers/render_surface.cc', | 151 'layers/render_surface.cc', |
152 'layers/render_surface.h', | 152 'layers/render_surface.h', |
153 'layers/render_surface_impl.cc', | 153 'layers/render_surface_impl.cc', |
154 'layers/render_surface_impl.h', | 154 'layers/render_surface_impl.h', |
155 'layers/scrollbar_layer.cc', | 155 'layers/scrollbar_layer.cc', |
156 'layers/scrollbar_layer.h', | 156 'layers/scrollbar_layer.h', |
157 'layers/scrollbar_layer_impl.cc', | 157 'layers/scrollbar_layer_impl.cc', |
158 'layers/scrollbar_layer_impl.h', | 158 'layers/scrollbar_layer_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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
384 'trees/thread_proxy.cc', | 391 'trees/thread_proxy.cc', |
385 'trees/thread_proxy.h', | 392 'trees/thread_proxy.h', |
386 'trees/tree_synchronizer.cc', | 393 'trees/tree_synchronizer.cc', |
387 'trees/tree_synchronizer.h', | 394 'trees/tree_synchronizer.h', |
388 ], | 395 ], |
389 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 396 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
390 'msvs_disabled_warnings': [ 4267, ], | 397 'msvs_disabled_warnings': [ 4267, ], |
391 }, | 398 }, |
392 ], | 399 ], |
393 } | 400 } |
OLD | NEW |