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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 'resources/resource_pool.cc', | 310 'resources/resource_pool.cc', |
311 'resources/resource_pool.h', | 311 'resources/resource_pool.h', |
312 'resources/resource_provider.cc', | 312 'resources/resource_provider.cc', |
313 'resources/resource_provider.h', | 313 'resources/resource_provider.h', |
314 'resources/resource_update.cc', | 314 'resources/resource_update.cc', |
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/scoped_resource.cc', | 321 'resources/scoped_resource.cc', |
321 'resources/scoped_resource.h', | 322 'resources/scoped_resource.h', |
322 'resources/scoped_ui_resource.cc', | 323 'resources/scoped_ui_resource.cc', |
323 'resources/scoped_ui_resource.h', | 324 'resources/scoped_ui_resource.h', |
324 'resources/skpicture_content_layer_updater.cc', | 325 'resources/skpicture_content_layer_updater.cc', |
325 'resources/skpicture_content_layer_updater.h', | 326 'resources/skpicture_content_layer_updater.h', |
326 'resources/sync_point_helper.cc', | 327 'resources/sync_point_helper.cc', |
327 'resources/sync_point_helper.h', | 328 'resources/sync_point_helper.h', |
328 'resources/texture_mailbox.cc', | 329 'resources/texture_mailbox.cc', |
329 'resources/texture_mailbox.h', | 330 'resources/texture_mailbox.h', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 'trees/thread_proxy.cc', | 386 'trees/thread_proxy.cc', |
386 'trees/thread_proxy.h', | 387 'trees/thread_proxy.h', |
387 'trees/tree_synchronizer.cc', | 388 'trees/tree_synchronizer.cc', |
388 'trees/tree_synchronizer.h', | 389 'trees/tree_synchronizer.h', |
389 ], | 390 ], |
390 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 391 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
391 'msvs_disabled_warnings': [ 4267, ], | 392 'msvs_disabled_warnings': [ 4267, ], |
392 }, | 393 }, |
393 ], | 394 ], |
394 } | 395 } |
OLD | NEW |