Chromium Code Reviews| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 57 'animation/scrollbar_animation_controller_linear_fade.cc', | 57 'animation/scrollbar_animation_controller_linear_fade.cc', |
| 58 'animation/scrollbar_animation_controller_linear_fade.h', | 58 'animation/scrollbar_animation_controller_linear_fade.h', |
| 59 'animation/scrollbar_animation_controller_thinning.cc', | 59 'animation/scrollbar_animation_controller_thinning.cc', |
| 60 'animation/scrollbar_animation_controller_thinning.h', | 60 'animation/scrollbar_animation_controller_thinning.h', |
| 61 'animation/timing_function.cc', | 61 'animation/timing_function.cc', |
| 62 'animation/timing_function.h', | 62 'animation/timing_function.h', |
| 63 'animation/transform_operation.cc', | 63 'animation/transform_operation.cc', |
| 64 'animation/transform_operation.h', | 64 'animation/transform_operation.h', |
| 65 'animation/transform_operations.cc', | 65 'animation/transform_operations.cc', |
| 66 'animation/transform_operations.h', | 66 'animation/transform_operations.h', |
| 67 'base/completion_event.h', | 67 'base/completion_event.h', |
|
danakj
2015/03/13 17:30:49
I think it'll be confusing to split this into a se
| |
| 68 'base/delayed_unique_notifier.cc', | 68 'base/delayed_unique_notifier.cc', |
| 69 'base/delayed_unique_notifier.h', | 69 'base/delayed_unique_notifier.h', |
| 70 'base/invalidation_region.cc', | 70 'base/invalidation_region.cc', |
| 71 'base/invalidation_region.h', | 71 'base/invalidation_region.h', |
| 72 'base/latency_info_swap_promise.cc', | |
| 73 'base/latency_info_swap_promise.h', | |
| 74 'base/latency_info_swap_promise_monitor.cc', | |
| 75 'base/latency_info_swap_promise_monitor.h', | |
| 76 'base/math_util.cc', | 72 'base/math_util.cc', |
| 77 'base/math_util.h', | 73 'base/math_util.h', |
| 78 'base/ref_counted_managed.h', | 74 'base/ref_counted_managed.h', |
| 79 'base/region.cc', | 75 'base/region.cc', |
| 80 'base/region.h', | 76 'base/region.h', |
| 81 'base/rolling_time_delta_history.cc', | 77 'base/rolling_time_delta_history.cc', |
| 82 'base/rolling_time_delta_history.h', | 78 'base/rolling_time_delta_history.h', |
| 83 'base/scoped_ptr_algorithm.h', | 79 'base/scoped_ptr_algorithm.h', |
| 84 'base/scoped_ptr_deque.h', | 80 'base/scoped_ptr_deque.h', |
| 85 'base/scoped_ptr_vector.h', | 81 'base/scoped_ptr_vector.h', |
| 86 'base/simple_enclosed_region.cc', | 82 'base/simple_enclosed_region.cc', |
| 87 'base/simple_enclosed_region.h', | 83 'base/simple_enclosed_region.h', |
| 88 'base/swap_promise.h', | |
| 89 'base/swap_promise_monitor.cc', | |
| 90 'base/swap_promise_monitor.h', | |
| 91 'base/switches.cc', | 84 'base/switches.cc', |
| 92 'base/switches.h', | 85 'base/switches.h', |
| 93 'base/synced_property.h', | 86 'base/synced_property.h', |
| 94 'base/tiling_data.cc', | 87 'base/tiling_data.cc', |
| 95 'base/tiling_data.h', | 88 'base/tiling_data.h', |
| 96 'base/time_util.h', | 89 'base/time_util.h', |
| 97 'base/unique_notifier.cc', | 90 'base/unique_notifier.cc', |
| 98 'base/unique_notifier.h', | 91 'base/unique_notifier.h', |
| 99 'base/util.h', | 92 'base/util.h', |
| 100 'debug/benchmark_instrumentation.cc', | 93 'debug/benchmark_instrumentation.cc', |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 286 'output/filter_operations.cc', | 279 'output/filter_operations.cc', |
| 287 'output/filter_operations.h', | 280 'output/filter_operations.h', |
| 288 'output/geometry_binding.cc', | 281 'output/geometry_binding.cc', |
| 289 'output/geometry_binding.h', | 282 'output/geometry_binding.h', |
| 290 'output/gl_frame_data.cc', | 283 'output/gl_frame_data.cc', |
| 291 'output/gl_frame_data.h', | 284 'output/gl_frame_data.h', |
| 292 'output/gl_renderer.cc', | 285 'output/gl_renderer.cc', |
| 293 'output/gl_renderer.h', | 286 'output/gl_renderer.h', |
| 294 'output/gl_renderer_draw_cache.cc', | 287 'output/gl_renderer_draw_cache.cc', |
| 295 'output/gl_renderer_draw_cache.h', | 288 'output/gl_renderer_draw_cache.h', |
| 289 'output/latency_info_swap_promise.cc', | |
| 290 'output/latency_info_swap_promise.h', | |
| 296 'output/managed_memory_policy.cc', | 291 'output/managed_memory_policy.cc', |
| 297 'output/managed_memory_policy.h', | 292 'output/managed_memory_policy.h', |
| 298 'output/output_surface.cc', | 293 'output/output_surface.cc', |
| 299 'output/output_surface.h', | 294 'output/output_surface.h', |
| 300 'output/output_surface_client.h', | 295 'output/output_surface_client.h', |
| 301 'output/overlay_candidate.cc', | 296 'output/overlay_candidate.cc', |
| 302 'output/overlay_candidate.h', | 297 'output/overlay_candidate.h', |
| 303 'output/overlay_candidate_validator.h', | 298 'output/overlay_candidate_validator.h', |
| 304 'output/overlay_processor.cc', | 299 'output/overlay_processor.cc', |
| 305 'output/overlay_processor.h', | 300 'output/overlay_processor.h', |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 316 'output/shader.cc', | 311 'output/shader.cc', |
| 317 'output/shader.h', | 312 'output/shader.h', |
| 318 'output/software_frame_data.cc', | 313 'output/software_frame_data.cc', |
| 319 'output/software_frame_data.h', | 314 'output/software_frame_data.h', |
| 320 'output/software_output_device.cc', | 315 'output/software_output_device.cc', |
| 321 'output/software_output_device.h', | 316 'output/software_output_device.h', |
| 322 'output/software_renderer.cc', | 317 'output/software_renderer.cc', |
| 323 'output/software_renderer.h', | 318 'output/software_renderer.h', |
| 324 'output/static_geometry_binding.cc', | 319 'output/static_geometry_binding.cc', |
| 325 'output/static_geometry_binding.h', | 320 'output/static_geometry_binding.h', |
| 321 'output/swap_promise.h', | |
| 326 'output/viewport_selection_bound.cc', | 322 'output/viewport_selection_bound.cc', |
| 327 'output/viewport_selection_bound.h', | 323 'output/viewport_selection_bound.h', |
| 328 'output/vsync_parameter_observer.h', | 324 'output/vsync_parameter_observer.h', |
| 329 'quads/checkerboard_draw_quad.cc', | 325 'quads/checkerboard_draw_quad.cc', |
| 330 'quads/checkerboard_draw_quad.h', | 326 'quads/checkerboard_draw_quad.h', |
| 331 'quads/content_draw_quad_base.cc', | 327 'quads/content_draw_quad_base.cc', |
| 332 'quads/content_draw_quad_base.h', | 328 'quads/content_draw_quad_base.h', |
| 333 'quads/debug_border_draw_quad.cc', | 329 'quads/debug_border_draw_quad.cc', |
| 334 'quads/debug_border_draw_quad.h', | 330 'quads/debug_border_draw_quad.h', |
| 335 'quads/draw_polygon.cc', | 331 'quads/draw_polygon.cc', |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 528 'scheduler/scheduler_settings.cc', | 524 'scheduler/scheduler_settings.cc', |
| 529 'scheduler/scheduler_settings.h', | 525 'scheduler/scheduler_settings.h', |
| 530 'scheduler/scheduler_state_machine.cc', | 526 'scheduler/scheduler_state_machine.cc', |
| 531 'scheduler/scheduler_state_machine.h', | 527 'scheduler/scheduler_state_machine.h', |
| 532 'trees/blocking_task_runner.cc', | 528 'trees/blocking_task_runner.cc', |
| 533 'trees/blocking_task_runner.h', | 529 'trees/blocking_task_runner.h', |
| 534 'trees/damage_tracker.cc', | 530 'trees/damage_tracker.cc', |
| 535 'trees/damage_tracker.h', | 531 'trees/damage_tracker.h', |
| 536 'trees/draw_property_utils.cc', | 532 'trees/draw_property_utils.cc', |
| 537 'trees/draw_property_utils.h', | 533 'trees/draw_property_utils.h', |
| 534 'trees/latency_info_swap_promise_monitor.cc', | |
| 535 'trees/latency_info_swap_promise_monitor.h', | |
| 538 'trees/layer_tree_host.cc', | 536 'trees/layer_tree_host.cc', |
| 539 'trees/layer_tree_host.h', | 537 'trees/layer_tree_host.h', |
| 540 'trees/layer_tree_host_client.h', | 538 'trees/layer_tree_host_client.h', |
| 541 'trees/layer_tree_host_common.cc', | 539 'trees/layer_tree_host_common.cc', |
| 542 'trees/layer_tree_host_common.h', | 540 'trees/layer_tree_host_common.h', |
| 543 'trees/layer_tree_host_impl.cc', | 541 'trees/layer_tree_host_impl.cc', |
| 544 'trees/layer_tree_host_impl.h', | 542 'trees/layer_tree_host_impl.h', |
| 545 'trees/layer_tree_host_single_thread_client.h', | 543 'trees/layer_tree_host_single_thread_client.h', |
| 546 'trees/layer_tree_impl.cc', | 544 'trees/layer_tree_impl.cc', |
| 547 'trees/layer_tree_impl.h', | 545 'trees/layer_tree_impl.h', |
| 548 'trees/layer_tree_settings.cc', | 546 'trees/layer_tree_settings.cc', |
| 549 'trees/layer_tree_settings.h', | 547 'trees/layer_tree_settings.h', |
| 550 'trees/occlusion.cc', | 548 'trees/occlusion.cc', |
| 551 'trees/occlusion.h', | 549 'trees/occlusion.h', |
| 552 'trees/occlusion_tracker.cc', | 550 'trees/occlusion_tracker.cc', |
| 553 'trees/occlusion_tracker.h', | 551 'trees/occlusion_tracker.h', |
| 554 'trees/property_tree.cc', | 552 'trees/property_tree.cc', |
| 555 'trees/property_tree.h', | 553 'trees/property_tree.h', |
| 556 'trees/property_tree_builder.cc', | 554 'trees/property_tree_builder.cc', |
| 557 'trees/property_tree_builder.h', | 555 'trees/property_tree_builder.h', |
| 558 'trees/proxy.cc', | 556 'trees/proxy.cc', |
| 559 'trees/proxy.h', | 557 'trees/proxy.h', |
| 560 'trees/proxy_timing_history.cc', | 558 'trees/proxy_timing_history.cc', |
| 561 'trees/proxy_timing_history.h', | 559 'trees/proxy_timing_history.h', |
| 562 'trees/scoped_abort_remaining_swap_promises.h', | 560 'trees/scoped_abort_remaining_swap_promises.h', |
| 563 'trees/single_thread_proxy.cc', | 561 'trees/single_thread_proxy.cc', |
| 564 'trees/single_thread_proxy.h', | 562 'trees/single_thread_proxy.h', |
| 563 'trees/swap_promise_monitor.cc', | |
| 564 'trees/swap_promise_monitor.h', | |
| 565 'trees/thread_proxy.cc', | 565 'trees/thread_proxy.cc', |
| 566 'trees/thread_proxy.h', | 566 'trees/thread_proxy.h', |
| 567 'trees/tree_synchronizer.cc', | 567 'trees/tree_synchronizer.cc', |
| 568 'trees/tree_synchronizer.h', | 568 'trees/tree_synchronizer.h', |
| 569 ], | 569 ], |
| 570 'includes': [ | 570 'includes': [ |
| 571 '../build/android/increase_size_for_speed.gypi', | 571 '../build/android/increase_size_for_speed.gypi', |
| 572 ], | 572 ], |
| 573 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 573 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 574 'msvs_disabled_warnings': [ 4267, ], | 574 'msvs_disabled_warnings': [ 4267, ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 613 'surfaces/surface_resource_holder.cc', | 613 'surfaces/surface_resource_holder.cc', |
| 614 'surfaces/surface_resource_holder.h', | 614 'surfaces/surface_resource_holder.h', |
| 615 'surfaces/surfaces_export.h', | 615 'surfaces/surfaces_export.h', |
| 616 ], | 616 ], |
| 617 'includes': [ | 617 'includes': [ |
| 618 '../build/android/increase_size_for_speed.gypi', | 618 '../build/android/increase_size_for_speed.gypi', |
| 619 ], | 619 ], |
| 620 }, | 620 }, |
| 621 ], | 621 ], |
| 622 } | 622 } |
| OLD | NEW |