| 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 'cc_source_files': [ | 8 'cc_source_files': [ |
| 9 'animation/animation.cc', | 9 'animation/animation.cc', |
| 10 'animation/animation.h', | 10 'animation/animation.h', |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'base/worker_pool.h', | 53 'base/worker_pool.h', |
| 54 'debug/debug_colors.cc', | 54 'debug/debug_colors.cc', |
| 55 'debug/debug_colors.h', | 55 'debug/debug_colors.h', |
| 56 'debug/debug_rect_history.cc', | 56 'debug/debug_rect_history.cc', |
| 57 'debug/debug_rect_history.h', | 57 'debug/debug_rect_history.h', |
| 58 'debug/devtools_instrumentation.h', | 58 'debug/devtools_instrumentation.h', |
| 59 'debug/fake_web_graphics_context_3d.cc', | 59 'debug/fake_web_graphics_context_3d.cc', |
| 60 'debug/fake_web_graphics_context_3d.h', | 60 'debug/fake_web_graphics_context_3d.h', |
| 61 'debug/frame_rate_counter.cc', | 61 'debug/frame_rate_counter.cc', |
| 62 'debug/frame_rate_counter.h', | 62 'debug/frame_rate_counter.h', |
| 63 'debug/latency_info.cc', | |
| 64 'debug/latency_info.h', | |
| 65 'debug/layer_tree_debug_state.cc', | 63 'debug/layer_tree_debug_state.cc', |
| 66 'debug/layer_tree_debug_state.h', | 64 'debug/layer_tree_debug_state.h', |
| 67 'debug/overdraw_metrics.cc', | 65 'debug/overdraw_metrics.cc', |
| 68 'debug/overdraw_metrics.h', | 66 'debug/overdraw_metrics.h', |
| 69 'debug/paint_time_counter.cc', | 67 'debug/paint_time_counter.cc', |
| 70 'debug/paint_time_counter.h', | 68 'debug/paint_time_counter.h', |
| 71 'debug/rendering_stats.cc', | 69 'debug/rendering_stats.cc', |
| 72 'debug/rendering_stats.h', | 70 'debug/rendering_stats.h', |
| 73 'debug/rendering_stats_instrumentation.cc', | 71 'debug/rendering_stats_instrumentation.cc', |
| 74 'debug/rendering_stats_instrumentation.h', | 72 'debug/rendering_stats_instrumentation.h', |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 'CC_IMPLEMENTATION=1', | 373 'CC_IMPLEMENTATION=1', |
| 376 ], | 374 ], |
| 377 'sources': [ | 375 'sources': [ |
| 378 '<@(cc_source_files)', | 376 '<@(cc_source_files)', |
| 379 ], | 377 ], |
| 380 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 378 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 381 'msvs_disabled_warnings': [ 4267, ], | 379 'msvs_disabled_warnings': [ 4267, ], |
| 382 }, | 380 }, |
| 383 ], | 381 ], |
| 384 } | 382 } |
| OLD | NEW |