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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'base/tiling_data.cc', | 69 'base/tiling_data.cc', |
70 'base/tiling_data.h', | 70 'base/tiling_data.h', |
71 'base/util.h', | 71 'base/util.h', |
72 'debug/benchmark_instrumentation.cc', | 72 'debug/benchmark_instrumentation.cc', |
73 'debug/benchmark_instrumentation.h', | 73 'debug/benchmark_instrumentation.h', |
74 'debug/debug_colors.cc', | 74 'debug/debug_colors.cc', |
75 'debug/debug_colors.h', | 75 'debug/debug_colors.h', |
76 'debug/debug_rect_history.cc', | 76 'debug/debug_rect_history.cc', |
77 'debug/debug_rect_history.h', | 77 'debug/debug_rect_history.h', |
78 'debug/devtools_instrumentation.h', | 78 'debug/devtools_instrumentation.h', |
79 'debug/fake_web_graphics_context_3d.cc', | |
80 'debug/fake_web_graphics_context_3d.h', | |
81 'debug/frame_rate_counter.cc', | 79 'debug/frame_rate_counter.cc', |
82 'debug/frame_rate_counter.h', | 80 'debug/frame_rate_counter.h', |
83 'debug/layer_tree_debug_state.cc', | 81 'debug/layer_tree_debug_state.cc', |
84 'debug/layer_tree_debug_state.h', | 82 'debug/layer_tree_debug_state.h', |
85 'debug/micro_benchmark.cc', | 83 'debug/micro_benchmark.cc', |
86 'debug/micro_benchmark.h', | 84 'debug/micro_benchmark.h', |
87 'debug/micro_benchmark_controller.cc', | 85 'debug/micro_benchmark_controller.cc', |
88 'debug/micro_benchmark_controller.h', | 86 'debug/micro_benchmark_controller.h', |
89 'debug/ordered_texture_map.cc', | |
90 'debug/ordered_texture_map.h', | |
91 'debug/overdraw_metrics.cc', | 87 'debug/overdraw_metrics.cc', |
92 'debug/overdraw_metrics.h', | 88 'debug/overdraw_metrics.h', |
93 'debug/paint_time_counter.cc', | 89 'debug/paint_time_counter.cc', |
94 'debug/paint_time_counter.h', | 90 'debug/paint_time_counter.h', |
95 'debug/picture_record_benchmark.cc', | 91 'debug/picture_record_benchmark.cc', |
96 'debug/picture_record_benchmark.h', | 92 'debug/picture_record_benchmark.h', |
97 'debug/rendering_stats.cc', | 93 'debug/rendering_stats.cc', |
98 'debug/rendering_stats.h', | 94 'debug/rendering_stats.h', |
99 'debug/rendering_stats_instrumentation.cc', | 95 'debug/rendering_stats_instrumentation.cc', |
100 'debug/rendering_stats_instrumentation.h', | 96 'debug/rendering_stats_instrumentation.h', |
101 'debug/ring_buffer.h', | 97 'debug/ring_buffer.h', |
102 'debug/test_context_provider.cc', | |
103 'debug/test_context_provider.h', | |
104 'debug/test_context_support.cc', | |
105 'debug/test_context_support.h', | |
106 'debug/test_texture.cc', | |
107 'debug/test_texture.h', | |
108 'debug/test_web_graphics_context_3d.cc', | |
109 'debug/test_web_graphics_context_3d.h', | |
110 'debug/traced_picture.cc', | 98 'debug/traced_picture.cc', |
111 'debug/traced_picture.h', | 99 'debug/traced_picture.h', |
112 'debug/traced_value.cc', | 100 'debug/traced_value.cc', |
113 'debug/traced_value.h', | 101 'debug/traced_value.h', |
114 'debug/unittest_only_benchmark.cc', | 102 'debug/unittest_only_benchmark.cc', |
115 'debug/unittest_only_benchmark.h', | 103 'debug/unittest_only_benchmark.h', |
116 'input/input_handler.h', | 104 'input/input_handler.h', |
117 'input/page_scale_animation.cc', | 105 'input/page_scale_animation.cc', |
118 'input/page_scale_animation.h', | 106 'input/page_scale_animation.h', |
119 'input/top_controls_manager.cc', | 107 'input/top_controls_manager.cc', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 'trees/thread_proxy.cc', | 419 'trees/thread_proxy.cc', |
432 'trees/thread_proxy.h', | 420 'trees/thread_proxy.h', |
433 'trees/tree_synchronizer.cc', | 421 'trees/tree_synchronizer.cc', |
434 'trees/tree_synchronizer.h', | 422 'trees/tree_synchronizer.h', |
435 ], | 423 ], |
436 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 424 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
437 'msvs_disabled_warnings': [ 4267, ], | 425 'msvs_disabled_warnings': [ 4267, ], |
438 }, | 426 }, |
439 ], | 427 ], |
440 } | 428 } |
OLD | NEW |