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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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/switches.cc', | 91 'base/switches.cc', |
92 'base/switches.h', | 92 'base/switches.h', |
93 'base/tiling_data.cc', | 93 'base/tiling_data.cc', |
94 'base/tiling_data.h', | 94 'base/tiling_data.h', |
95 'base/time_util.h', | |
ajuma
2014/11/06 18:03:23
Also add this to BUILD.gn.
patro
2014/11/07 07:03:40
Done.
| |
95 'base/unique_notifier.cc', | 96 'base/unique_notifier.cc', |
96 'base/unique_notifier.h', | 97 'base/unique_notifier.h', |
97 'base/util.h', | 98 'base/util.h', |
98 'debug/benchmark_instrumentation.cc', | 99 'debug/benchmark_instrumentation.cc', |
99 'debug/benchmark_instrumentation.h', | 100 'debug/benchmark_instrumentation.h', |
100 'debug/debug_colors.cc', | 101 'debug/debug_colors.cc', |
101 'debug/debug_colors.h', | 102 'debug/debug_colors.h', |
102 'debug/debug_rect_history.cc', | 103 'debug/debug_rect_history.cc', |
103 'debug/debug_rect_history.h', | 104 'debug/debug_rect_history.h', |
104 'debug/devtools_instrumentation.h', | 105 'debug/devtools_instrumentation.h', |
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
545 'surfaces/surface_resource_holder.cc', | 546 'surfaces/surface_resource_holder.cc', |
546 'surfaces/surface_resource_holder.h', | 547 'surfaces/surface_resource_holder.h', |
547 'surfaces/surfaces_export.h', | 548 'surfaces/surfaces_export.h', |
548 ], | 549 ], |
549 'includes': [ | 550 'includes': [ |
550 '../build/android/increase_size_for_speed.gypi', | 551 '../build/android/increase_size_for_speed.gypi', |
551 ], | 552 ], |
552 }, | 553 }, |
553 ], | 554 ], |
554 } | 555 } |
OLD | NEW |