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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 83 'base/list_container.cc', |
84 'base/list_container.h', | 84 'base/list_container.h', |
85 'base/math_util.cc', | 85 'base/math_util.cc', |
86 'base/math_util.h', | 86 'base/math_util.h', |
| 87 'base/observer_map.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', |
95 'base/sidecar_list_container.h', | 96 'base/sidecar_list_container.h', |
96 'base/simple_enclosed_region.cc', | 97 'base/simple_enclosed_region.cc', |
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 'surfaces/surface_resource_holder.cc', | 618 'surfaces/surface_resource_holder.cc', |
618 'surfaces/surface_resource_holder.h', | 619 'surfaces/surface_resource_holder.h', |
619 'surfaces/surfaces_export.h', | 620 'surfaces/surfaces_export.h', |
620 ], | 621 ], |
621 'includes': [ | 622 'includes': [ |
622 '../build/android/increase_size_for_speed.gypi', | 623 '../build/android/increase_size_for_speed.gypi', |
623 ], | 624 ], |
624 }, | 625 }, |
625 ], | 626 ], |
626 } | 627 } |
OLD | NEW |