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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'base/math_util.cc', | 76 'base/math_util.cc', |
77 'base/math_util.h', | 77 'base/math_util.h', |
78 'base/ref_counted_managed.h', | 78 'base/ref_counted_managed.h', |
79 'base/region.cc', | 79 'base/region.cc', |
80 'base/region.h', | 80 'base/region.h', |
81 'base/rolling_time_delta_history.cc', | 81 'base/rolling_time_delta_history.cc', |
82 'base/rolling_time_delta_history.h', | 82 'base/rolling_time_delta_history.h', |
83 'base/scoped_ptr_algorithm.h', | 83 'base/scoped_ptr_algorithm.h', |
84 'base/scoped_ptr_deque.h', | 84 'base/scoped_ptr_deque.h', |
85 'base/scoped_ptr_vector.h', | 85 'base/scoped_ptr_vector.h', |
| 86 'base/simple_enclosed_region.cc', |
| 87 'base/simple_enclosed_region.h', |
86 'base/swap_promise.h', | 88 'base/swap_promise.h', |
87 'base/swap_promise_monitor.cc', | 89 'base/swap_promise_monitor.cc', |
88 'base/swap_promise_monitor.h', | 90 'base/swap_promise_monitor.h', |
89 'base/switches.cc', | 91 'base/switches.cc', |
90 'base/switches.h', | 92 'base/switches.h', |
91 'base/tiling_data.cc', | 93 'base/tiling_data.cc', |
92 'base/tiling_data.h', | 94 'base/tiling_data.h', |
93 'base/unique_notifier.cc', | 95 'base/unique_notifier.cc', |
94 'base/unique_notifier.h', | 96 'base/unique_notifier.h', |
95 'base/util.h', | 97 'base/util.h', |
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
522 'surfaces/surface_id_allocator.h', | 524 'surfaces/surface_id_allocator.h', |
523 'surfaces/surface_manager.cc', | 525 'surfaces/surface_manager.cc', |
524 'surfaces/surface_manager.h', | 526 'surfaces/surface_manager.h', |
525 'surfaces/surface_resource_holder.cc', | 527 'surfaces/surface_resource_holder.cc', |
526 'surfaces/surface_resource_holder.h', | 528 'surfaces/surface_resource_holder.h', |
527 'surfaces/surfaces_export.h', | 529 'surfaces/surfaces_export.h', |
528 ], | 530 ], |
529 }, | 531 }, |
530 ], | 532 ], |
531 } | 533 } |
OLD | NEW |