| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 'base/util.h', | 99 'base/util.h', |
| 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_timing_tracker.cc', |
| 110 'debug/frame_timing_tracker.h', |
| 109 'debug/frame_viewer_instrumentation.cc', | 111 'debug/frame_viewer_instrumentation.cc', |
| 110 'debug/frame_viewer_instrumentation.h', | 112 'debug/frame_viewer_instrumentation.h', |
| 111 'debug/invalidation_benchmark.cc', | 113 'debug/invalidation_benchmark.cc', |
| 112 'debug/invalidation_benchmark.h', | 114 'debug/invalidation_benchmark.h', |
| 113 'debug/lap_timer.cc', | 115 'debug/lap_timer.cc', |
| 114 'debug/lap_timer.h', | 116 'debug/lap_timer.h', |
| 115 'debug/layer_tree_debug_state.cc', | 117 'debug/layer_tree_debug_state.cc', |
| 116 'debug/layer_tree_debug_state.h', | 118 'debug/layer_tree_debug_state.h', |
| 117 'debug/micro_benchmark.cc', | 119 'debug/micro_benchmark.cc', |
| 118 'debug/micro_benchmark.h', | 120 'debug/micro_benchmark.h', |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 'quads/yuv_video_draw_quad.cc', | 359 'quads/yuv_video_draw_quad.cc', |
| 358 'quads/yuv_video_draw_quad.h', | 360 'quads/yuv_video_draw_quad.h', |
| 359 'resources/bitmap_content_layer_updater.cc', | 361 'resources/bitmap_content_layer_updater.cc', |
| 360 'resources/bitmap_content_layer_updater.h', | 362 'resources/bitmap_content_layer_updater.h', |
| 361 'resources/bitmap_tile_task_worker_pool.cc', | 363 'resources/bitmap_tile_task_worker_pool.cc', |
| 362 'resources/bitmap_tile_task_worker_pool.h', | 364 'resources/bitmap_tile_task_worker_pool.h', |
| 363 'resources/bitmap_skpicture_content_layer_updater.cc', | 365 'resources/bitmap_skpicture_content_layer_updater.cc', |
| 364 'resources/bitmap_skpicture_content_layer_updater.h', | 366 'resources/bitmap_skpicture_content_layer_updater.h', |
| 365 'resources/clip_display_item.cc', | 367 'resources/clip_display_item.cc', |
| 366 'resources/clip_display_item.h', | 368 'resources/clip_display_item.h', |
| 369 'resources/clip_path_display_item.cc', |
| 370 'resources/clip_path_display_item.h', |
| 367 'resources/content_layer_updater.cc', | 371 'resources/content_layer_updater.cc', |
| 368 'resources/content_layer_updater.h', | 372 'resources/content_layer_updater.h', |
| 369 'resources/display_item.cc', | 373 'resources/display_item.cc', |
| 370 'resources/display_item.h', | 374 'resources/display_item.h', |
| 371 'resources/display_item_list.cc', | 375 'resources/display_item_list.cc', |
| 372 'resources/display_item_list.h', | 376 'resources/display_item_list.h', |
| 373 'resources/display_list_raster_source.cc', | 377 'resources/display_list_raster_source.cc', |
| 374 'resources/display_list_raster_source.h', | 378 'resources/display_list_raster_source.h', |
| 375 'resources/display_list_recording_source.cc', | 379 'resources/display_list_recording_source.cc', |
| 376 'resources/display_list_recording_source.h', | 380 'resources/display_list_recording_source.h', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 595 'surfaces/surface_resource_holder.cc', | 599 'surfaces/surface_resource_holder.cc', |
| 596 'surfaces/surface_resource_holder.h', | 600 'surfaces/surface_resource_holder.h', |
| 597 'surfaces/surfaces_export.h', | 601 'surfaces/surfaces_export.h', |
| 598 ], | 602 ], |
| 599 'includes': [ | 603 'includes': [ |
| 600 '../build/android/increase_size_for_speed.gypi', | 604 '../build/android/increase_size_for_speed.gypi', |
| 601 ], | 605 ], |
| 602 }, | 606 }, |
| 603 ], | 607 ], |
| 604 } | 608 } |
| OLD | NEW |