| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 103         'input/top_controls_manager.cc', | 103         'input/top_controls_manager.cc', | 
| 104         'input/top_controls_manager.h', | 104         'input/top_controls_manager.h', | 
| 105         'input/top_controls_manager_client.h', | 105         'input/top_controls_manager_client.h', | 
| 106         'layers/append_quads_data.h', | 106         'layers/append_quads_data.h', | 
| 107         'layers/compositing_reasons.h', | 107         'layers/compositing_reasons.h', | 
| 108         'layers/content_layer.cc', | 108         'layers/content_layer.cc', | 
| 109         'layers/content_layer.h', | 109         'layers/content_layer.h', | 
| 110         'layers/content_layer_client.h', | 110         'layers/content_layer_client.h', | 
| 111         'layers/contents_scaling_layer.cc', | 111         'layers/contents_scaling_layer.cc', | 
| 112         'layers/contents_scaling_layer.h', | 112         'layers/contents_scaling_layer.h', | 
|  | 113         'layers/delegated_frame_provider.cc', | 
|  | 114         'layers/delegated_frame_provider.h', | 
|  | 115         'layers/delegated_frame_resource_collection.cc', | 
|  | 116         'layers/delegated_frame_resource_collection.h', | 
| 113         'layers/delegated_renderer_layer.cc', | 117         'layers/delegated_renderer_layer.cc', | 
| 114         'layers/delegated_renderer_layer.h', | 118         'layers/delegated_renderer_layer.h', | 
| 115         'layers/delegated_renderer_layer_client.h', | 119         'layers/delegated_renderer_layer_client.h', | 
| 116         'layers/delegated_renderer_layer_impl.cc', | 120         'layers/delegated_renderer_layer_impl.cc', | 
| 117         'layers/delegated_renderer_layer_impl.h', | 121         'layers/delegated_renderer_layer_impl.h', | 
| 118         'layers/draw_properties.h', | 122         'layers/draw_properties.h', | 
| 119         'layers/heads_up_display_layer.cc', | 123         'layers/heads_up_display_layer.cc', | 
| 120         'layers/heads_up_display_layer.h', | 124         'layers/heads_up_display_layer.h', | 
| 121         'layers/heads_up_display_layer_impl.cc', | 125         'layers/heads_up_display_layer_impl.cc', | 
| 122         'layers/heads_up_display_layer_impl.h', | 126         'layers/heads_up_display_layer_impl.h', | 
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 410         'trees/thread_proxy.cc', | 414         'trees/thread_proxy.cc', | 
| 411         'trees/thread_proxy.h', | 415         'trees/thread_proxy.h', | 
| 412         'trees/tree_synchronizer.cc', | 416         'trees/tree_synchronizer.cc', | 
| 413         'trees/tree_synchronizer.h', | 417         'trees/tree_synchronizer.h', | 
| 414       ], | 418       ], | 
| 415       # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 419       # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 
| 416       'msvs_disabled_warnings': [ 4267, ], | 420       'msvs_disabled_warnings': [ 4267, ], | 
| 417     }, | 421     }, | 
| 418   ], | 422   ], | 
| 419 } | 423 } | 
| OLD | NEW | 
|---|