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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
468 'scheduler/scheduler_state_machine.cc', | 468 'scheduler/scheduler_state_machine.cc', |
469 'scheduler/scheduler_state_machine.h', | 469 'scheduler/scheduler_state_machine.h', |
470 'trees/blocking_task_runner.cc', | 470 'trees/blocking_task_runner.cc', |
471 'trees/blocking_task_runner.h', | 471 'trees/blocking_task_runner.h', |
472 'trees/damage_tracker.cc', | 472 'trees/damage_tracker.cc', |
473 'trees/damage_tracker.h', | 473 'trees/damage_tracker.h', |
474 'trees/layer_sorter.cc', | 474 'trees/layer_sorter.cc', |
475 'trees/layer_sorter.h', | 475 'trees/layer_sorter.h', |
476 'trees/layer_tree_host.cc', | 476 'trees/layer_tree_host.cc', |
477 'trees/layer_tree_host.h', | 477 'trees/layer_tree_host.h', |
| 478 'trees/layer_tree_host_client.cc', |
478 'trees/layer_tree_host_client.h', | 479 'trees/layer_tree_host_client.h', |
479 'trees/layer_tree_host_common.cc', | 480 'trees/layer_tree_host_common.cc', |
480 'trees/layer_tree_host_common.h', | 481 'trees/layer_tree_host_common.h', |
481 'trees/layer_tree_host_impl.cc', | 482 'trees/layer_tree_host_impl.cc', |
482 'trees/layer_tree_host_impl.h', | 483 'trees/layer_tree_host_impl.h', |
483 'trees/layer_tree_impl.cc', | 484 'trees/layer_tree_impl.cc', |
484 'trees/layer_tree_impl.h', | 485 'trees/layer_tree_impl.h', |
485 'trees/layer_tree_settings.cc', | 486 'trees/layer_tree_settings.cc', |
486 'trees/layer_tree_settings.h', | 487 'trees/layer_tree_settings.h', |
487 'trees/occlusion.cc', | 488 'trees/occlusion.cc', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 'surfaces/surface_resource_holder.cc', | 543 'surfaces/surface_resource_holder.cc', |
543 'surfaces/surface_resource_holder.h', | 544 'surfaces/surface_resource_holder.h', |
544 'surfaces/surfaces_export.h', | 545 'surfaces/surfaces_export.h', |
545 ], | 546 ], |
546 'includes': [ | 547 'includes': [ |
547 '../build/android/increase_size_for_speed.gypi', | 548 '../build/android/increase_size_for_speed.gypi', |
548 ], | 549 ], |
549 }, | 550 }, |
550 ], | 551 ], |
551 } | 552 } |
OLD | NEW |