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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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.h', | 83 'base/list_container.h', |
84 'base/list_container_helper.cc', | 84 'base/list_container_helper.cc', |
85 'base/list_container_helper.h', | 85 'base/list_container_helper.h', |
86 'base/math_util.cc', | 86 'base/math_util.cc', |
87 'base/math_util.h', | 87 'base/math_util.h', |
| 88 'base/pyramid_sequence.cc', |
| 89 'base/pyramid_sequence.h', |
88 'base/random_access_list_container.h', | 90 'base/random_access_list_container.h', |
89 'base/region.cc', | 91 'base/region.cc', |
90 'base/region.h', | 92 'base/region.h', |
91 'base/resource_id.h', | 93 'base/resource_id.h', |
92 'base/rolling_time_delta_history.cc', | 94 'base/rolling_time_delta_history.cc', |
93 'base/rolling_time_delta_history.h', | 95 'base/rolling_time_delta_history.h', |
94 'base/rtree.cc', | 96 'base/rtree.cc', |
95 'base/rtree.h', | 97 'base/rtree.h', |
96 'base/simple_enclosed_region.cc', | 98 'base/simple_enclosed_region.cc', |
97 'base/simple_enclosed_region.h', | 99 'base/simple_enclosed_region.h', |
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
714 'surfaces/surface_resource_holder.h', | 716 'surfaces/surface_resource_holder.h', |
715 'surfaces/surface_sequence.h', | 717 'surfaces/surface_sequence.h', |
716 'surfaces/surfaces_export.h', | 718 'surfaces/surfaces_export.h', |
717 ], | 719 ], |
718 'includes': [ | 720 'includes': [ |
719 '../build/android/increase_size_for_speed.gypi', | 721 '../build/android/increase_size_for_speed.gypi', |
720 ], | 722 ], |
721 }, | 723 }, |
722 ], | 724 ], |
723 } | 725 } |
OLD | NEW |