| 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 'trees/thread_proxy.cc', | 375 'trees/thread_proxy.cc', |
| 374 'trees/thread_proxy.h', | 376 'trees/thread_proxy.h', |
| 375 'trees/tree_synchronizer.cc', | 377 'trees/tree_synchronizer.cc', |
| 376 'trees/tree_synchronizer.h', | 378 'trees/tree_synchronizer.h', |
| 377 ], | 379 ], |
| 378 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 380 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 379 'msvs_disabled_warnings': [ 4267, ], | 381 'msvs_disabled_warnings': [ 4267, ], |
| 380 }, | 382 }, |
| 381 ], | 383 ], |
| 382 } | 384 } |
| OLD | NEW |