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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
473 'trees/layer_tree_impl.cc', | 473 'trees/layer_tree_impl.cc', |
474 'trees/layer_tree_impl.h', | 474 'trees/layer_tree_impl.h', |
475 'trees/layer_tree_settings.cc', | 475 'trees/layer_tree_settings.cc', |
476 'trees/layer_tree_settings.h', | 476 'trees/layer_tree_settings.h', |
477 'trees/occlusion_tracker.cc', | 477 'trees/occlusion_tracker.cc', |
478 'trees/occlusion_tracker.h', | 478 'trees/occlusion_tracker.h', |
479 'trees/proxy.cc', | 479 'trees/proxy.cc', |
480 'trees/proxy.h', | 480 'trees/proxy.h', |
481 'trees/proxy_timing_history.cc', | 481 'trees/proxy_timing_history.cc', |
482 'trees/proxy_timing_history.h', | 482 'trees/proxy_timing_history.h', |
| 483 'trees/scoped_swap_promise_checker.h', |
483 'trees/single_thread_proxy.cc', | 484 'trees/single_thread_proxy.cc', |
484 'trees/single_thread_proxy.h', | 485 'trees/single_thread_proxy.h', |
485 'trees/thread_proxy.cc', | 486 'trees/thread_proxy.cc', |
486 'trees/thread_proxy.h', | 487 'trees/thread_proxy.h', |
487 'trees/tree_synchronizer.cc', | 488 'trees/tree_synchronizer.cc', |
488 'trees/tree_synchronizer.h', | 489 'trees/tree_synchronizer.h', |
489 ], | 490 ], |
490 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 491 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
491 'msvs_disabled_warnings': [ 4267, ], | 492 'msvs_disabled_warnings': [ 4267, ], |
492 }, | 493 }, |
(...skipping 29 matching lines...) Expand all Loading... |
522 'surfaces/surface_id_allocator.h', | 523 'surfaces/surface_id_allocator.h', |
523 'surfaces/surface_manager.cc', | 524 'surfaces/surface_manager.cc', |
524 'surfaces/surface_manager.h', | 525 'surfaces/surface_manager.h', |
525 'surfaces/surface_resource_holder.cc', | 526 'surfaces/surface_resource_holder.cc', |
526 'surfaces/surface_resource_holder.h', | 527 'surfaces/surface_resource_holder.h', |
527 'surfaces/surfaces_export.h', | 528 'surfaces/surfaces_export.h', |
528 ], | 529 ], |
529 }, | 530 }, |
530 ], | 531 ], |
531 } | 532 } |
OLD | NEW |