| 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 'resources/resource_update.h', | 315 'resources/resource_update.h', |
| 316 'resources/resource_update_controller.cc', | 316 'resources/resource_update_controller.cc', |
| 317 'resources/resource_update_controller.h', | 317 'resources/resource_update_controller.h', |
| 318 'resources/resource_update_queue.cc', | 318 'resources/resource_update_queue.cc', |
| 319 'resources/resource_update_queue.h', | 319 'resources/resource_update_queue.h', |
| 320 'resources/returned_resource.h', | 320 'resources/returned_resource.h', |
| 321 'resources/scoped_resource.cc', | 321 'resources/scoped_resource.cc', |
| 322 'resources/scoped_resource.h', | 322 'resources/scoped_resource.h', |
| 323 'resources/scoped_ui_resource.cc', | 323 'resources/scoped_ui_resource.cc', |
| 324 'resources/scoped_ui_resource.h', | 324 'resources/scoped_ui_resource.h', |
| 325 'resources/shared_ui_resource.cc', |
| 326 'resources/shared_ui_resource.h', |
| 325 'resources/skpicture_content_layer_updater.cc', | 327 'resources/skpicture_content_layer_updater.cc', |
| 326 'resources/skpicture_content_layer_updater.h', | 328 'resources/skpicture_content_layer_updater.h', |
| 327 'resources/sync_point_helper.cc', | 329 'resources/sync_point_helper.cc', |
| 328 'resources/sync_point_helper.h', | 330 'resources/sync_point_helper.h', |
| 329 'resources/texture_mailbox.cc', | 331 'resources/texture_mailbox.cc', |
| 330 'resources/texture_mailbox.h', | 332 'resources/texture_mailbox.h', |
| 331 'resources/tile.cc', | 333 'resources/tile.cc', |
| 332 'resources/tile.h', | 334 'resources/tile.h', |
| 333 'resources/tile_manager.cc', | 335 'resources/tile_manager.cc', |
| 334 'resources/tile_manager.h', | 336 'resources/tile_manager.h', |
| 335 'resources/tile_priority.cc', | 337 'resources/tile_priority.cc', |
| 336 'resources/tile_priority.h', | 338 'resources/tile_priority.h', |
| 337 'resources/transferable_resource.cc', | 339 'resources/transferable_resource.cc', |
| 338 'resources/transferable_resource.h', | 340 'resources/transferable_resource.h', |
| 341 'resources/ui_resource.h', |
| 339 'resources/ui_resource_bitmap.cc', | 342 'resources/ui_resource_bitmap.cc', |
| 340 'resources/ui_resource_bitmap.h', | 343 'resources/ui_resource_bitmap.h', |
| 341 'resources/ui_resource_client.h', | 344 'resources/ui_resource_client.h', |
| 342 'resources/video_resource_updater.cc', | 345 'resources/video_resource_updater.cc', |
| 343 'resources/video_resource_updater.h', | 346 'resources/video_resource_updater.h', |
| 344 'resources/worker_pool.cc', | 347 'resources/worker_pool.cc', |
| 345 'resources/worker_pool.h', | 348 'resources/worker_pool.h', |
| 346 'scheduler/delay_based_time_source.cc', | 349 'scheduler/delay_based_time_source.cc', |
| 347 'scheduler/delay_based_time_source.h', | 350 'scheduler/delay_based_time_source.h', |
| 348 'scheduler/frame_rate_controller.cc', | 351 'scheduler/frame_rate_controller.cc', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 'trees/thread_proxy.cc', | 389 'trees/thread_proxy.cc', |
| 387 'trees/thread_proxy.h', | 390 'trees/thread_proxy.h', |
| 388 'trees/tree_synchronizer.cc', | 391 'trees/tree_synchronizer.cc', |
| 389 'trees/tree_synchronizer.h', | 392 'trees/tree_synchronizer.h', |
| 390 ], | 393 ], |
| 391 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 394 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 392 'msvs_disabled_warnings': [ 4267, ], | 395 'msvs_disabled_warnings': [ 4267, ], |
| 393 }, | 396 }, |
| 394 ], | 397 ], |
| 395 } | 398 } |
| OLD | NEW |