| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'animation/scrollbar_animation_controller_thinning.h', | 60 'animation/scrollbar_animation_controller_thinning.h', |
| 61 'animation/timing_function.cc', | 61 'animation/timing_function.cc', |
| 62 'animation/timing_function.h', | 62 'animation/timing_function.h', |
| 63 'animation/transform_operation.cc', | 63 'animation/transform_operation.cc', |
| 64 'animation/transform_operation.h', | 64 'animation/transform_operation.h', |
| 65 'animation/transform_operations.cc', | 65 'animation/transform_operations.cc', |
| 66 'animation/transform_operations.h', | 66 'animation/transform_operations.h', |
| 67 'base/completion_event.h', | 67 'base/completion_event.h', |
| 68 'base/delayed_unique_notifier.cc', | 68 'base/delayed_unique_notifier.cc', |
| 69 'base/delayed_unique_notifier.h', | 69 'base/delayed_unique_notifier.h', |
| 70 'base/histograms.cc', |
| 71 'base/histograms.h', |
| 70 'base/invalidation_region.cc', | 72 'base/invalidation_region.cc', |
| 71 'base/invalidation_region.h', | 73 'base/invalidation_region.h', |
| 72 'base/math_util.cc', | 74 'base/math_util.cc', |
| 73 'base/math_util.h', | 75 'base/math_util.h', |
| 74 'base/ref_counted_managed.h', | 76 'base/ref_counted_managed.h', |
| 75 'base/region.cc', | 77 'base/region.cc', |
| 76 'base/region.h', | 78 'base/region.h', |
| 77 'base/rolling_time_delta_history.cc', | 79 'base/rolling_time_delta_history.cc', |
| 78 'base/rolling_time_delta_history.h', | 80 'base/rolling_time_delta_history.h', |
| 79 'base/scoped_ptr_algorithm.h', | 81 'base/scoped_ptr_algorithm.h', |
| (...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 'surfaces/surface_resource_holder.cc', | 624 'surfaces/surface_resource_holder.cc', |
| 623 'surfaces/surface_resource_holder.h', | 625 'surfaces/surface_resource_holder.h', |
| 624 'surfaces/surfaces_export.h', | 626 'surfaces/surfaces_export.h', |
| 625 ], | 627 ], |
| 626 'includes': [ | 628 'includes': [ |
| 627 '../build/android/increase_size_for_speed.gypi', | 629 '../build/android/increase_size_for_speed.gypi', |
| 628 ], | 630 ], |
| 629 }, | 631 }, |
| 630 ], | 632 ], |
| 631 } | 633 } |
| OLD | NEW |