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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'animation/transform_operation.h', | 73 'animation/transform_operation.h', |
74 'animation/transform_operations.cc', | 74 'animation/transform_operations.cc', |
75 'animation/transform_operations.h', | 75 'animation/transform_operations.h', |
76 'base/completion_event.h', | 76 'base/completion_event.h', |
77 'base/delayed_unique_notifier.cc', | 77 'base/delayed_unique_notifier.cc', |
78 'base/delayed_unique_notifier.h', | 78 'base/delayed_unique_notifier.h', |
79 'base/histograms.cc', | 79 'base/histograms.cc', |
80 'base/histograms.h', | 80 'base/histograms.h', |
81 'base/invalidation_region.cc', | 81 'base/invalidation_region.cc', |
82 'base/invalidation_region.h', | 82 'base/invalidation_region.h', |
83 'base/list_container.cc', | |
84 'base/list_container.h', | 83 'base/list_container.h', |
| 84 'base/list_container_helper.cc', |
| 85 'base/list_container_helper.h', |
85 'base/math_util.cc', | 86 'base/math_util.cc', |
86 'base/math_util.h', | 87 'base/math_util.h', |
87 'base/region.cc', | 88 'base/region.cc', |
88 'base/region.h', | 89 'base/region.h', |
89 'base/resource_id.h', | 90 'base/resource_id.h', |
90 'base/rolling_time_delta_history.cc', | 91 'base/rolling_time_delta_history.cc', |
91 'base/rolling_time_delta_history.h', | 92 'base/rolling_time_delta_history.h', |
92 'base/scoped_ptr_algorithm.h', | 93 'base/scoped_ptr_algorithm.h', |
93 'base/scoped_ptr_deque.h', | 94 'base/scoped_ptr_deque.h', |
94 'base/scoped_ptr_vector.h', | 95 'base/scoped_ptr_vector.h', |
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
616 'surfaces/surface_resource_holder.cc', | 617 'surfaces/surface_resource_holder.cc', |
617 'surfaces/surface_resource_holder.h', | 618 'surfaces/surface_resource_holder.h', |
618 'surfaces/surfaces_export.h', | 619 'surfaces/surfaces_export.h', |
619 ], | 620 ], |
620 'includes': [ | 621 'includes': [ |
621 '../build/android/increase_size_for_speed.gypi', | 622 '../build/android/increase_size_for_speed.gypi', |
622 ], | 623 ], |
623 }, | 624 }, |
624 ], | 625 ], |
625 } | 626 } |
OLD | NEW |