| 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  371         'resources/single_release_callback.cc', |  371         'resources/single_release_callback.cc', | 
|  372         'resources/single_release_callback.h', |  372         'resources/single_release_callback.h', | 
|  373         'resources/skpicture_content_layer_updater.cc', |  373         'resources/skpicture_content_layer_updater.cc', | 
|  374         'resources/skpicture_content_layer_updater.h', |  374         'resources/skpicture_content_layer_updater.h', | 
|  375         'resources/texture_mailbox.cc', |  375         'resources/texture_mailbox.cc', | 
|  376         'resources/texture_mailbox.h', |  376         'resources/texture_mailbox.h', | 
|  377         'resources/texture_mailbox_deleter.cc', |  377         'resources/texture_mailbox_deleter.cc', | 
|  378         'resources/texture_mailbox_deleter.h', |  378         'resources/texture_mailbox_deleter.h', | 
|  379         'resources/tile.cc', |  379         'resources/tile.cc', | 
|  380         'resources/tile.h', |  380         'resources/tile.h', | 
 |  381         'resources/tile_bundle.cc', | 
 |  382         'resources/tile_bundle.h', | 
|  381         'resources/tile_manager.cc', |  383         'resources/tile_manager.cc', | 
|  382         'resources/tile_manager.h', |  384         'resources/tile_manager.h', | 
|  383         'resources/tile_priority.cc', |  385         'resources/tile_priority.cc', | 
|  384         'resources/tile_priority.h', |  386         'resources/tile_priority.h', | 
|  385         'resources/transferable_resource.cc', |  387         'resources/transferable_resource.cc', | 
|  386         'resources/transferable_resource.h', |  388         'resources/transferable_resource.h', | 
|  387         'resources/ui_resource_bitmap.cc', |  389         'resources/ui_resource_bitmap.cc', | 
|  388         'resources/ui_resource_bitmap.h', |  390         'resources/ui_resource_bitmap.h', | 
|  389         'resources/ui_resource_client.h', |  391         'resources/ui_resource_client.h', | 
|  390         'resources/ui_resource_request.cc', |  392         'resources/ui_resource_request.cc', | 
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  436         'trees/thread_proxy.cc', |  438         'trees/thread_proxy.cc', | 
|  437         'trees/thread_proxy.h', |  439         'trees/thread_proxy.h', | 
|  438         'trees/tree_synchronizer.cc', |  440         'trees/tree_synchronizer.cc', | 
|  439         'trees/tree_synchronizer.h', |  441         'trees/tree_synchronizer.h', | 
|  440       ], |  442       ], | 
|  441       # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |  443       # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 
|  442       'msvs_disabled_warnings': [ 4267, ], |  444       'msvs_disabled_warnings': [ 4267, ], | 
|  443     }, |  445     }, | 
|  444   ], |  446   ], | 
|  445 } |  447 } | 
| OLD | NEW |