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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 'base/switches.cc', | 64 'base/switches.cc', |
65 'base/switches.h', | 65 'base/switches.h', |
66 'base/tiling_data.cc', | 66 'base/tiling_data.cc', |
67 'base/tiling_data.h', | 67 'base/tiling_data.h', |
68 'base/util.h', | 68 'base/util.h', |
69 'debug/debug_colors.cc', | 69 'debug/debug_colors.cc', |
70 'debug/debug_colors.h', | 70 'debug/debug_colors.h', |
71 'debug/debug_rect_history.cc', | 71 'debug/debug_rect_history.cc', |
72 'debug/debug_rect_history.h', | 72 'debug/debug_rect_history.h', |
73 'debug/devtools_instrumentation.h', | 73 'debug/devtools_instrumentation.h', |
| 74 'debug/fake_context_provider.cc', |
| 75 'debug/fake_context_provider.h', |
74 'debug/fake_web_graphics_context_3d.cc', | 76 'debug/fake_web_graphics_context_3d.cc', |
75 'debug/fake_web_graphics_context_3d.h', | 77 'debug/fake_web_graphics_context_3d.h', |
76 'debug/frame_rate_counter.cc', | 78 'debug/frame_rate_counter.cc', |
77 'debug/frame_rate_counter.h', | 79 'debug/frame_rate_counter.h', |
78 'debug/layer_tree_debug_state.cc', | 80 'debug/layer_tree_debug_state.cc', |
79 'debug/layer_tree_debug_state.h', | 81 'debug/layer_tree_debug_state.h', |
80 'debug/overdraw_metrics.cc', | 82 'debug/overdraw_metrics.cc', |
81 'debug/overdraw_metrics.h', | 83 'debug/overdraw_metrics.h', |
82 'debug/paint_time_counter.cc', | 84 'debug/paint_time_counter.cc', |
83 'debug/paint_time_counter.h', | 85 'debug/paint_time_counter.h', |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 'trees/thread_proxy.cc', | 382 'trees/thread_proxy.cc', |
381 'trees/thread_proxy.h', | 383 'trees/thread_proxy.h', |
382 'trees/tree_synchronizer.cc', | 384 'trees/tree_synchronizer.cc', |
383 'trees/tree_synchronizer.h', | 385 'trees/tree_synchronizer.h', |
384 ], | 386 ], |
385 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 387 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
386 'msvs_disabled_warnings': [ 4267, ], | 388 'msvs_disabled_warnings': [ 4267, ], |
387 }, | 389 }, |
388 ], | 390 ], |
389 } | 391 } |
OLD | NEW |