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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 'animation/scrollbar_animation_controller_thinning.h', | 51 'animation/scrollbar_animation_controller_thinning.h', |
52 'animation/timing_function.cc', | 52 'animation/timing_function.cc', |
53 'animation/timing_function.h', | 53 'animation/timing_function.h', |
54 'animation/transform_operation.cc', | 54 'animation/transform_operation.cc', |
55 'animation/transform_operation.h', | 55 'animation/transform_operation.h', |
56 'animation/transform_operations.cc', | 56 'animation/transform_operations.cc', |
57 'animation/transform_operations.h', | 57 'animation/transform_operations.h', |
58 'base/completion_event.h', | 58 'base/completion_event.h', |
59 'base/invalidation_region.cc', | 59 'base/invalidation_region.cc', |
60 'base/invalidation_region.h', | 60 'base/invalidation_region.h', |
| 61 'base/latency_info_swap_promise.cc', |
| 62 'base/latency_info_swap_promise.h', |
61 'base/math_util.cc', | 63 'base/math_util.cc', |
62 'base/math_util.h', | 64 'base/math_util.h', |
63 'base/ref_counted_managed.h', | 65 'base/ref_counted_managed.h', |
64 'base/region.cc', | 66 'base/region.cc', |
65 'base/region.h', | 67 'base/region.h', |
66 'base/scoped_ptr_algorithm.h', | 68 'base/scoped_ptr_algorithm.h', |
67 'base/scoped_ptr_deque.h', | 69 'base/scoped_ptr_deque.h', |
68 'base/scoped_ptr_vector.h', | 70 'base/scoped_ptr_vector.h', |
69 'base/swap_promise.h', | 71 'base/swap_promise.h', |
70 'base/switches.cc', | 72 'base/switches.cc', |
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 'trees/thread_proxy.cc', | 436 'trees/thread_proxy.cc', |
435 'trees/thread_proxy.h', | 437 'trees/thread_proxy.h', |
436 'trees/tree_synchronizer.cc', | 438 'trees/tree_synchronizer.cc', |
437 'trees/tree_synchronizer.h', | 439 'trees/tree_synchronizer.h', |
438 ], | 440 ], |
439 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 441 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
440 'msvs_disabled_warnings': [ 4267, ], | 442 'msvs_disabled_warnings': [ 4267, ], |
441 }, | 443 }, |
442 ], | 444 ], |
443 } | 445 } |
OLD | NEW |