| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'debug/benchmark_instrumentation.cc', | 100 'debug/benchmark_instrumentation.cc', |
| 101 'debug/benchmark_instrumentation.h', | 101 'debug/benchmark_instrumentation.h', |
| 102 'debug/debug_colors.cc', | 102 'debug/debug_colors.cc', |
| 103 'debug/debug_colors.h', | 103 'debug/debug_colors.h', |
| 104 'debug/debug_rect_history.cc', | 104 'debug/debug_rect_history.cc', |
| 105 'debug/debug_rect_history.h', | 105 'debug/debug_rect_history.h', |
| 106 'debug/devtools_instrumentation.h', | 106 'debug/devtools_instrumentation.h', |
| 107 'debug/frame_rate_counter.cc', | 107 'debug/frame_rate_counter.cc', |
| 108 'debug/frame_rate_counter.h', | 108 'debug/frame_rate_counter.h', |
| 109 'debug/frame_viewer_instrumentation.h', | 109 'debug/frame_viewer_instrumentation.h', |
| 110 'debug/frame_viewer_instrumentation.cc', |
| 110 'debug/invalidation_benchmark.cc', | 111 'debug/invalidation_benchmark.cc', |
| 111 'debug/invalidation_benchmark.h', | 112 'debug/invalidation_benchmark.h', |
| 112 'debug/lap_timer.cc', | 113 'debug/lap_timer.cc', |
| 113 'debug/lap_timer.h', | 114 'debug/lap_timer.h', |
| 114 'debug/layer_tree_debug_state.cc', | 115 'debug/layer_tree_debug_state.cc', |
| 115 'debug/layer_tree_debug_state.h', | 116 'debug/layer_tree_debug_state.h', |
| 116 'debug/micro_benchmark.cc', | 117 'debug/micro_benchmark.cc', |
| 117 'debug/micro_benchmark.h', | 118 'debug/micro_benchmark.h', |
| 118 'debug/micro_benchmark_impl.cc', | 119 'debug/micro_benchmark_impl.cc', |
| 119 'debug/micro_benchmark_impl.h', | 120 'debug/micro_benchmark_impl.h', |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 'resources/display_list_raster_source.cc', | 371 'resources/display_list_raster_source.cc', |
| 371 'resources/display_list_raster_source.h', | 372 'resources/display_list_raster_source.h', |
| 372 'resources/display_list_recording_source.cc', | 373 'resources/display_list_recording_source.cc', |
| 373 'resources/display_list_recording_source.h', | 374 'resources/display_list_recording_source.h', |
| 374 'resources/drawing_display_item.cc', | 375 'resources/drawing_display_item.cc', |
| 375 'resources/drawing_display_item.h', | 376 'resources/drawing_display_item.h', |
| 376 'resources/eviction_tile_priority_queue.cc', | 377 'resources/eviction_tile_priority_queue.cc', |
| 377 'resources/eviction_tile_priority_queue.h', | 378 'resources/eviction_tile_priority_queue.h', |
| 378 'resources/filter_display_item.cc', | 379 'resources/filter_display_item.cc', |
| 379 'resources/filter_display_item.h', | 380 'resources/filter_display_item.h', |
| 381 'resources/rasterizer.h', |
| 382 'resources/gpu_rasterizer.cc', |
| 383 'resources/gpu_rasterizer.h', |
| 384 'resources/software_rasterizer.cc', |
| 385 'resources/software_rasterizer.h', |
| 380 'resources/gpu_tile_task_worker_pool.cc', | 386 'resources/gpu_tile_task_worker_pool.cc', |
| 381 'resources/gpu_tile_task_worker_pool.h', | 387 'resources/gpu_tile_task_worker_pool.h', |
| 382 'resources/image_layer_updater.cc', | 388 'resources/image_layer_updater.cc', |
| 383 'resources/image_layer_updater.h', | 389 'resources/image_layer_updater.h', |
| 384 'resources/layer_painter.h', | 390 'resources/layer_painter.h', |
| 385 'resources/layer_quad.cc', | 391 'resources/layer_quad.cc', |
| 386 'resources/layer_quad.h', | 392 'resources/layer_quad.h', |
| 387 'resources/layer_tiling_data.cc', | 393 'resources/layer_tiling_data.cc', |
| 388 'resources/layer_tiling_data.h', | 394 'resources/layer_tiling_data.h', |
| 389 'resources/layer_updater.cc', | 395 'resources/layer_updater.cc', |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 'surfaces/surface_resource_holder.cc', | 581 'surfaces/surface_resource_holder.cc', |
| 576 'surfaces/surface_resource_holder.h', | 582 'surfaces/surface_resource_holder.h', |
| 577 'surfaces/surfaces_export.h', | 583 'surfaces/surfaces_export.h', |
| 578 ], | 584 ], |
| 579 'includes': [ | 585 'includes': [ |
| 580 '../build/android/increase_size_for_speed.gypi', | 586 '../build/android/increase_size_for_speed.gypi', |
| 581 ], | 587 ], |
| 582 }, | 588 }, |
| 583 ], | 589 ], |
| 584 } | 590 } |
| OLD | NEW |