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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 'base/unique_notifier.h', | 103 'base/unique_notifier.h', |
104 'debug/benchmark_instrumentation.cc', | 104 'debug/benchmark_instrumentation.cc', |
105 'debug/benchmark_instrumentation.h', | 105 'debug/benchmark_instrumentation.h', |
106 'debug/debug_colors.cc', | 106 'debug/debug_colors.cc', |
107 'debug/debug_colors.h', | 107 'debug/debug_colors.h', |
108 'debug/debug_rect_history.cc', | 108 'debug/debug_rect_history.cc', |
109 'debug/debug_rect_history.h', | 109 'debug/debug_rect_history.h', |
110 'debug/devtools_instrumentation.h', | 110 'debug/devtools_instrumentation.h', |
111 'debug/frame_rate_counter.cc', | 111 'debug/frame_rate_counter.cc', |
112 'debug/frame_rate_counter.h', | 112 'debug/frame_rate_counter.h', |
113 'debug/frame_timing_request.cc', | |
114 'debug/frame_timing_request.h', | |
115 'debug/frame_timing_tracker.cc', | |
116 'debug/frame_timing_tracker.h', | |
117 'debug/frame_viewer_instrumentation.cc', | 113 'debug/frame_viewer_instrumentation.cc', |
118 'debug/frame_viewer_instrumentation.h', | 114 'debug/frame_viewer_instrumentation.h', |
119 'debug/invalidation_benchmark.cc', | 115 'debug/invalidation_benchmark.cc', |
120 'debug/invalidation_benchmark.h', | 116 'debug/invalidation_benchmark.h', |
121 'debug/lap_timer.cc', | 117 'debug/lap_timer.cc', |
122 'debug/lap_timer.h', | 118 'debug/lap_timer.h', |
123 'debug/layer_tree_debug_state.cc', | 119 'debug/layer_tree_debug_state.cc', |
124 'debug/layer_tree_debug_state.h', | 120 'debug/layer_tree_debug_state.h', |
125 'debug/micro_benchmark.cc', | 121 'debug/micro_benchmark.cc', |
126 'debug/micro_benchmark.h', | 122 'debug/micro_benchmark.h', |
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
700 'surfaces/surface_resource_holder.cc', | 696 'surfaces/surface_resource_holder.cc', |
701 'surfaces/surface_resource_holder.h', | 697 'surfaces/surface_resource_holder.h', |
702 'surfaces/surfaces_export.h', | 698 'surfaces/surfaces_export.h', |
703 ], | 699 ], |
704 'includes': [ | 700 'includes': [ |
705 '../build/android/increase_size_for_speed.gypi', | 701 '../build/android/increase_size_for_speed.gypi', |
706 ], | 702 ], |
707 }, | 703 }, |
708 ], | 704 ], |
709 } | 705 } |
OLD | NEW |