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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
305 'resources/resource_provider.cc', | 305 'resources/resource_provider.cc', |
306 'resources/resource_provider.h', | 306 'resources/resource_provider.h', |
307 'resources/resource_update.cc', | 307 'resources/resource_update.cc', |
308 'resources/resource_update.h', | 308 'resources/resource_update.h', |
309 'resources/resource_update_controller.cc', | 309 'resources/resource_update_controller.cc', |
310 'resources/resource_update_controller.h', | 310 'resources/resource_update_controller.h', |
311 'resources/resource_update_queue.cc', | 311 'resources/resource_update_queue.cc', |
312 'resources/resource_update_queue.h', | 312 'resources/resource_update_queue.h', |
313 'resources/scoped_resource.cc', | 313 'resources/scoped_resource.cc', |
314 'resources/scoped_resource.h', | 314 'resources/scoped_resource.h', |
315 'resources/scoped_ui_resource.cc', | |
316 'resources/scoped_ui_resource.h', | |
315 'resources/skpicture_content_layer_updater.cc', | 317 'resources/skpicture_content_layer_updater.cc', |
316 'resources/skpicture_content_layer_updater.h', | 318 'resources/skpicture_content_layer_updater.h', |
317 'resources/sync_point_helper.cc', | 319 'resources/sync_point_helper.cc', |
318 'resources/sync_point_helper.h', | 320 'resources/sync_point_helper.h', |
319 'resources/texture_mailbox.cc', | 321 'resources/texture_mailbox.cc', |
320 'resources/texture_mailbox.h', | 322 'resources/texture_mailbox.h', |
321 'resources/tile.cc', | 323 'resources/tile.cc', |
322 'resources/tile.h', | 324 'resources/tile.h', |
323 'resources/tile_manager.cc', | 325 'resources/tile_manager.cc', |
324 'resources/tile_manager.h', | 326 'resources/tile_manager.h', |
325 'resources/tile_priority.cc', | 327 'resources/tile_priority.cc', |
326 'resources/tile_priority.h', | 328 'resources/tile_priority.h', |
327 'resources/transferable_resource.cc', | 329 'resources/transferable_resource.cc', |
328 'resources/transferable_resource.h', | 330 'resources/transferable_resource.h', |
331 'resources/ui_resource_bitmap.cc', | |
aelias_OOO_until_Jul13
2013/07/26 23:35:32
Also add ui_resource_client.h
powei
2013/07/30 21:47:00
Done.
| |
332 'resources/ui_resource_bitmap.h', | |
329 'resources/video_resource_updater.cc', | 333 'resources/video_resource_updater.cc', |
330 'resources/video_resource_updater.h', | 334 'resources/video_resource_updater.h', |
331 'resources/worker_pool.cc', | 335 'resources/worker_pool.cc', |
332 'resources/worker_pool.h', | 336 'resources/worker_pool.h', |
333 'scheduler/delay_based_time_source.cc', | 337 'scheduler/delay_based_time_source.cc', |
334 'scheduler/delay_based_time_source.h', | 338 'scheduler/delay_based_time_source.h', |
335 'scheduler/frame_rate_controller.cc', | 339 'scheduler/frame_rate_controller.cc', |
336 'scheduler/frame_rate_controller.h', | 340 'scheduler/frame_rate_controller.h', |
337 'scheduler/rate_limiter.cc', | 341 'scheduler/rate_limiter.cc', |
338 'scheduler/rate_limiter.h', | 342 'scheduler/rate_limiter.h', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
373 'trees/thread_proxy.cc', | 377 'trees/thread_proxy.cc', |
374 'trees/thread_proxy.h', | 378 'trees/thread_proxy.h', |
375 'trees/tree_synchronizer.cc', | 379 'trees/tree_synchronizer.cc', |
376 'trees/tree_synchronizer.h', | 380 'trees/tree_synchronizer.h', |
377 ], | 381 ], |
378 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 382 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
379 'msvs_disabled_warnings': [ 4267, ], | 383 'msvs_disabled_warnings': [ 4267, ], |
380 }, | 384 }, |
381 ], | 385 ], |
382 } | 386 } |
OLD | NEW |