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