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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 'resources/scoped_resource.cc', | 328 'resources/scoped_resource.cc', |
329 'resources/scoped_resource.h', | 329 'resources/scoped_resource.h', |
330 'resources/scoped_ui_resource.cc', | 330 'resources/scoped_ui_resource.cc', |
331 'resources/scoped_ui_resource.h', | 331 'resources/scoped_ui_resource.h', |
332 'resources/skpicture_content_layer_updater.cc', | 332 'resources/skpicture_content_layer_updater.cc', |
333 'resources/skpicture_content_layer_updater.h', | 333 'resources/skpicture_content_layer_updater.h', |
334 'resources/sync_point_helper.cc', | 334 'resources/sync_point_helper.cc', |
335 'resources/sync_point_helper.h', | 335 'resources/sync_point_helper.h', |
336 'resources/texture_mailbox.cc', | 336 'resources/texture_mailbox.cc', |
337 'resources/texture_mailbox.h', | 337 'resources/texture_mailbox.h', |
| 338 'resources/texture_mailbox_deleter.cc', |
| 339 'resources/texture_mailbox_deleter.h', |
338 'resources/tile.cc', | 340 'resources/tile.cc', |
339 'resources/tile.h', | 341 'resources/tile.h', |
340 'resources/tile_manager.cc', | 342 'resources/tile_manager.cc', |
341 'resources/tile_manager.h', | 343 'resources/tile_manager.h', |
342 'resources/tile_priority.cc', | 344 'resources/tile_priority.cc', |
343 'resources/tile_priority.h', | 345 'resources/tile_priority.h', |
344 'resources/transferable_resource.cc', | 346 'resources/transferable_resource.cc', |
345 'resources/transferable_resource.h', | 347 'resources/transferable_resource.h', |
346 'resources/ui_resource_bitmap.cc', | 348 'resources/ui_resource_bitmap.cc', |
347 'resources/ui_resource_bitmap.h', | 349 'resources/ui_resource_bitmap.h', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 'trees/thread_proxy.cc', | 397 'trees/thread_proxy.cc', |
396 'trees/thread_proxy.h', | 398 'trees/thread_proxy.h', |
397 'trees/tree_synchronizer.cc', | 399 'trees/tree_synchronizer.cc', |
398 'trees/tree_synchronizer.h', | 400 'trees/tree_synchronizer.h', |
399 ], | 401 ], |
400 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 402 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
401 'msvs_disabled_warnings': [ 4267, ], | 403 'msvs_disabled_warnings': [ 4267, ], |
402 }, | 404 }, |
403 ], | 405 ], |
404 } | 406 } |
OLD | NEW |