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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 'base/rolling_time_delta_history.cc', | 81 'base/rolling_time_delta_history.cc', |
82 'base/rolling_time_delta_history.h', | 82 'base/rolling_time_delta_history.h', |
83 'base/scoped_ptr_algorithm.h', | 83 'base/scoped_ptr_algorithm.h', |
84 'base/scoped_ptr_deque.h', | 84 'base/scoped_ptr_deque.h', |
85 'base/scoped_ptr_vector.h', | 85 'base/scoped_ptr_vector.h', |
86 'base/simple_enclosed_region.cc', | 86 'base/simple_enclosed_region.cc', |
87 'base/simple_enclosed_region.h', | 87 'base/simple_enclosed_region.h', |
88 'base/swap_promise.h', | 88 'base/swap_promise.h', |
89 'base/swap_promise_monitor.cc', | 89 'base/swap_promise_monitor.cc', |
90 'base/swap_promise_monitor.h', | 90 'base/swap_promise_monitor.h', |
| 91 'base/synced_property.h', |
91 'base/switches.cc', | 92 'base/switches.cc', |
92 'base/switches.h', | 93 'base/switches.h', |
93 'base/tiling_data.cc', | 94 'base/tiling_data.cc', |
94 'base/tiling_data.h', | 95 'base/tiling_data.h', |
95 'base/time_util.h', | 96 'base/time_util.h', |
96 'base/unique_notifier.cc', | 97 'base/unique_notifier.cc', |
97 'base/unique_notifier.h', | 98 'base/unique_notifier.h', |
98 'base/util.h', | 99 'base/util.h', |
99 'debug/benchmark_instrumentation.cc', | 100 'debug/benchmark_instrumentation.cc', |
100 'debug/benchmark_instrumentation.h', | 101 'debug/benchmark_instrumentation.h', |
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 'surfaces/surface_resource_holder.cc', | 573 'surfaces/surface_resource_holder.cc', |
573 'surfaces/surface_resource_holder.h', | 574 'surfaces/surface_resource_holder.h', |
574 'surfaces/surfaces_export.h', | 575 'surfaces/surfaces_export.h', |
575 ], | 576 ], |
576 'includes': [ | 577 'includes': [ |
577 '../build/android/increase_size_for_speed.gypi', | 578 '../build/android/increase_size_for_speed.gypi', |
578 ], | 579 ], |
579 }, | 580 }, |
580 ], | 581 ], |
581 } | 582 } |
OLD | NEW |