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/delayed_unique_notifier.h', | 76 'base/delayed_unique_notifier.h', |
77 'base/histograms.cc', | 77 'base/histograms.cc', |
78 'base/histograms.h', | 78 'base/histograms.h', |
79 'base/invalidation_region.cc', | 79 'base/invalidation_region.cc', |
80 'base/invalidation_region.h', | 80 'base/invalidation_region.h', |
81 'base/list_container.h', | 81 'base/list_container.h', |
82 'base/list_container_helper.cc', | 82 'base/list_container_helper.cc', |
83 'base/list_container_helper.h', | 83 'base/list_container_helper.h', |
84 'base/math_util.cc', | 84 'base/math_util.cc', |
85 'base/math_util.h', | 85 'base/math_util.h', |
| 86 'base/pyramid_sequence.cc', |
| 87 'base/pyramid_sequence.h', |
86 'base/random_access_list_container.h', | 88 'base/random_access_list_container.h', |
87 'base/region.cc', | 89 'base/region.cc', |
88 'base/region.h', | 90 'base/region.h', |
89 'base/resource_id.h', | 91 'base/resource_id.h', |
90 'base/rolling_time_delta_history.cc', | 92 'base/rolling_time_delta_history.cc', |
91 'base/rolling_time_delta_history.h', | 93 'base/rolling_time_delta_history.h', |
92 'base/rtree.cc', | 94 'base/rtree.cc', |
93 'base/rtree.h', | 95 'base/rtree.h', |
94 'base/simple_enclosed_region.cc', | 96 'base/simple_enclosed_region.cc', |
95 'base/simple_enclosed_region.h', | 97 'base/simple_enclosed_region.h', |
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 'surfaces/surface_resource_holder.h', | 703 'surfaces/surface_resource_holder.h', |
702 'surfaces/surface_sequence.h', | 704 'surfaces/surface_sequence.h', |
703 'surfaces/surfaces_export.h', | 705 'surfaces/surfaces_export.h', |
704 ], | 706 ], |
705 'includes': [ | 707 'includes': [ |
706 '../build/android/increase_size_for_speed.gypi', | 708 '../build/android/increase_size_for_speed.gypi', |
707 ], | 709 ], |
708 }, | 710 }, |
709 ], | 711 ], |
710 } | 712 } |
OLD | NEW |