| 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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 'resources/ui_resource_bitmap.cc', | 452 'resources/ui_resource_bitmap.cc', |
| 453 'resources/ui_resource_bitmap.h', | 453 'resources/ui_resource_bitmap.h', |
| 454 'resources/ui_resource_client.h', | 454 'resources/ui_resource_client.h', |
| 455 'resources/ui_resource_request.cc', | 455 'resources/ui_resource_request.cc', |
| 456 'resources/ui_resource_request.h', | 456 'resources/ui_resource_request.h', |
| 457 'resources/video_resource_updater.cc', | 457 'resources/video_resource_updater.cc', |
| 458 'resources/video_resource_updater.h', | 458 'resources/video_resource_updater.h', |
| 459 'scheduler/delay_based_time_source.cc', | 459 'scheduler/delay_based_time_source.cc', |
| 460 'scheduler/delay_based_time_source.h', | 460 'scheduler/delay_based_time_source.h', |
| 461 'scheduler/draw_result.h', | 461 'scheduler/draw_result.h', |
| 462 'scheduler/frame_source.cc', |
| 463 'scheduler/frame_source.h', |
| 462 'scheduler/scheduler.cc', | 464 'scheduler/scheduler.cc', |
| 463 'scheduler/scheduler.h', | 465 'scheduler/scheduler.h', |
| 464 'scheduler/scheduler_settings.cc', | 466 'scheduler/scheduler_settings.cc', |
| 465 'scheduler/scheduler_settings.h', | 467 'scheduler/scheduler_settings.h', |
| 466 'scheduler/scheduler_state_machine.cc', | 468 'scheduler/scheduler_state_machine.cc', |
| 467 'scheduler/scheduler_state_machine.h', | 469 'scheduler/scheduler_state_machine.h', |
| 468 'trees/blocking_task_runner.cc', | 470 'trees/blocking_task_runner.cc', |
| 469 'trees/blocking_task_runner.h', | 471 'trees/blocking_task_runner.h', |
| 470 'trees/damage_tracker.cc', | 472 'trees/damage_tracker.cc', |
| 471 'trees/damage_tracker.h', | 473 'trees/damage_tracker.h', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 'surfaces/surface_resource_holder.cc', | 542 'surfaces/surface_resource_holder.cc', |
| 541 'surfaces/surface_resource_holder.h', | 543 'surfaces/surface_resource_holder.h', |
| 542 'surfaces/surfaces_export.h', | 544 'surfaces/surfaces_export.h', |
| 543 ], | 545 ], |
| 544 'includes': [ | 546 'includes': [ |
| 545 '../build/android/increase_size_for_speed.gypi', | 547 '../build/android/increase_size_for_speed.gypi', |
| 546 ], | 548 ], |
| 547 }, | 549 }, |
| 548 ], | 550 ], |
| 549 } | 551 } |
| OLD | NEW |