| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 'layers/painted_scrollbar_layer_impl.h', | 191 'layers/painted_scrollbar_layer_impl.h', |
| 192 'layers/picture_image_layer.cc', | 192 'layers/picture_image_layer.cc', |
| 193 'layers/picture_image_layer.h', | 193 'layers/picture_image_layer.h', |
| 194 'layers/picture_image_layer_impl.cc', | 194 'layers/picture_image_layer_impl.cc', |
| 195 'layers/picture_image_layer_impl.h', | 195 'layers/picture_image_layer_impl.h', |
| 196 'layers/picture_layer.cc', | 196 'layers/picture_layer.cc', |
| 197 'layers/picture_layer.h', | 197 'layers/picture_layer.h', |
| 198 'layers/picture_layer_impl.cc', | 198 'layers/picture_layer_impl.cc', |
| 199 'layers/picture_layer_impl.h', | 199 'layers/picture_layer_impl.h', |
| 200 'layers/quad_sink.h', | 200 'layers/quad_sink.h', |
| 201 'layers/quad_sink.cc', |
| 201 'layers/render_pass_sink.h', | 202 'layers/render_pass_sink.h', |
| 202 'layers/render_surface.cc', | 203 'layers/render_surface.cc', |
| 203 'layers/render_surface.h', | 204 'layers/render_surface.h', |
| 204 'layers/render_surface_impl.cc', | 205 'layers/render_surface_impl.cc', |
| 205 'layers/render_surface_impl.h', | 206 'layers/render_surface_impl.h', |
| 206 'layers/scrollbar_layer_impl_base.cc', | 207 'layers/scrollbar_layer_impl_base.cc', |
| 207 'layers/scrollbar_layer_impl_base.h', | 208 'layers/scrollbar_layer_impl_base.h', |
| 208 'layers/scrollbar_layer_interface.h', | 209 'layers/scrollbar_layer_interface.h', |
| 209 'layers/solid_color_layer.cc', | 210 'layers/solid_color_layer.cc', |
| 210 'layers/solid_color_layer.h', | 211 'layers/solid_color_layer.h', |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 'trees/layer_tree_impl.cc', | 456 'trees/layer_tree_impl.cc', |
| 456 'trees/layer_tree_impl.h', | 457 'trees/layer_tree_impl.h', |
| 457 'trees/layer_tree_settings.cc', | 458 'trees/layer_tree_settings.cc', |
| 458 'trees/layer_tree_settings.h', | 459 'trees/layer_tree_settings.h', |
| 459 'trees/occlusion_tracker.cc', | 460 'trees/occlusion_tracker.cc', |
| 460 'trees/occlusion_tracker.h', | 461 'trees/occlusion_tracker.h', |
| 461 'trees/proxy.cc', | 462 'trees/proxy.cc', |
| 462 'trees/proxy.h', | 463 'trees/proxy.h', |
| 463 'trees/proxy_timing_history.cc', | 464 'trees/proxy_timing_history.cc', |
| 464 'trees/proxy_timing_history.h', | 465 'trees/proxy_timing_history.h', |
| 465 'trees/quad_culler.cc', | |
| 466 'trees/quad_culler.h', | |
| 467 'trees/single_thread_proxy.cc', | 466 'trees/single_thread_proxy.cc', |
| 468 'trees/single_thread_proxy.h', | 467 'trees/single_thread_proxy.h', |
| 469 'trees/thread_proxy.cc', | 468 'trees/thread_proxy.cc', |
| 470 'trees/thread_proxy.h', | 469 'trees/thread_proxy.h', |
| 471 'trees/tree_synchronizer.cc', | 470 'trees/tree_synchronizer.cc', |
| 472 'trees/tree_synchronizer.h', | 471 'trees/tree_synchronizer.h', |
| 473 ], | 472 ], |
| 474 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 473 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 475 'msvs_disabled_warnings': [ 4267, ], | 474 'msvs_disabled_warnings': [ 4267, ], |
| 476 }, | 475 }, |
| (...skipping 21 matching lines...) Expand all Loading... |
| 498 'surfaces/surface_aggregator.cc', | 497 'surfaces/surface_aggregator.cc', |
| 499 'surfaces/surface_aggregator.h', | 498 'surfaces/surface_aggregator.h', |
| 500 'surfaces/surface_client.h', | 499 'surfaces/surface_client.h', |
| 501 'surfaces/surface_manager.cc', | 500 'surfaces/surface_manager.cc', |
| 502 'surfaces/surface_manager.h', | 501 'surfaces/surface_manager.h', |
| 503 'surfaces/surfaces_export.h', | 502 'surfaces/surfaces_export.h', |
| 504 ], | 503 ], |
| 505 }, | 504 }, |
| 506 ], | 505 ], |
| 507 } | 506 } |
| OLD | NEW |