| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'base/math_util.cc', | 89 'base/math_util.cc', |
| 90 'base/math_util.h', | 90 'base/math_util.h', |
| 91 'base/random_access_list_container.h', | 91 'base/random_access_list_container.h', |
| 92 'base/region.cc', | 92 'base/region.cc', |
| 93 'base/region.h', | 93 'base/region.h', |
| 94 'base/resource_id.h', | 94 'base/resource_id.h', |
| 95 'base/rolling_time_delta_history.cc', | 95 'base/rolling_time_delta_history.cc', |
| 96 'base/rolling_time_delta_history.h', | 96 'base/rolling_time_delta_history.h', |
| 97 'base/rtree.cc', | 97 'base/rtree.cc', |
| 98 'base/rtree.h', | 98 'base/rtree.h', |
| 99 'base/scoped_ptr_algorithm.h', | |
| 100 'base/scoped_ptr_vector.h', | |
| 101 'base/simple_enclosed_region.cc', | 99 'base/simple_enclosed_region.cc', |
| 102 'base/simple_enclosed_region.h', | 100 'base/simple_enclosed_region.h', |
| 103 'base/switches.cc', | 101 'base/switches.cc', |
| 104 'base/switches.h', | 102 'base/switches.h', |
| 105 'base/synced_property.h', | 103 'base/synced_property.h', |
| 106 'base/tiling_data.cc', | 104 'base/tiling_data.cc', |
| 107 'base/tiling_data.h', | 105 'base/tiling_data.h', |
| 108 'base/time_util.h', | 106 'base/time_util.h', |
| 109 'base/unique_notifier.cc', | 107 'base/unique_notifier.cc', |
| 110 'base/unique_notifier.h', | 108 'base/unique_notifier.h', |
| (...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 655 'surfaces/surface_resource_holder.cc', | 653 'surfaces/surface_resource_holder.cc', |
| 656 'surfaces/surface_resource_holder.h', | 654 'surfaces/surface_resource_holder.h', |
| 657 'surfaces/surfaces_export.h', | 655 'surfaces/surfaces_export.h', |
| 658 ], | 656 ], |
| 659 'includes': [ | 657 'includes': [ |
| 660 '../build/android/increase_size_for_speed.gypi', | 658 '../build/android/increase_size_for_speed.gypi', |
| 661 ], | 659 ], |
| 662 }, | 660 }, |
| 663 ], | 661 ], |
| 664 } | 662 } |
| OLD | NEW |