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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
600 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 600 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
601 ], | 601 ], |
602 'defines': [ | 602 'defines': [ |
603 'CC_SURFACES_IMPLEMENTATION=1', | 603 'CC_SURFACES_IMPLEMENTATION=1', |
604 ], | 604 ], |
605 'sources': [ | 605 'sources': [ |
606 # Note: file list duplicated in GN build. | 606 # Note: file list duplicated in GN build. |
607 'surfaces/display.cc', | 607 'surfaces/display.cc', |
608 'surfaces/display.h', | 608 'surfaces/display.h', |
609 'surfaces/display_client.h', | 609 'surfaces/display_client.h', |
| 610 'surfaces/display_scheduler.cc', |
| 611 'surfaces/display_scheduler.h', |
610 'surfaces/onscreen_display_client.cc', | 612 'surfaces/onscreen_display_client.cc', |
611 'surfaces/onscreen_display_client.h', | 613 'surfaces/onscreen_display_client.h', |
612 'surfaces/surface.cc', | 614 'surfaces/surface.cc', |
613 'surfaces/surface.h', | 615 'surfaces/surface.h', |
614 'surfaces/surface_aggregator.cc', | 616 'surfaces/surface_aggregator.cc', |
615 'surfaces/surface_aggregator.h', | 617 'surfaces/surface_aggregator.h', |
616 'surfaces/surface_display_output_surface.cc', | 618 'surfaces/surface_display_output_surface.cc', |
617 'surfaces/surface_display_output_surface.h', | 619 'surfaces/surface_display_output_surface.h', |
618 'surfaces/surface_factory.cc', | 620 'surfaces/surface_factory.cc', |
619 'surfaces/surface_factory.h', | 621 'surfaces/surface_factory.h', |
620 'surfaces/surface_factory_client.h', | 622 'surfaces/surface_factory_client.h', |
621 'surfaces/surface_id.h', | 623 'surfaces/surface_id.h', |
622 'surfaces/surface_id_allocator.cc', | 624 'surfaces/surface_id_allocator.cc', |
623 'surfaces/surface_id_allocator.h', | 625 'surfaces/surface_id_allocator.h', |
624 'surfaces/surface_manager.cc', | 626 'surfaces/surface_manager.cc', |
625 'surfaces/surface_manager.h', | 627 'surfaces/surface_manager.h', |
626 'surfaces/surface_resource_holder.cc', | 628 'surfaces/surface_resource_holder.cc', |
627 'surfaces/surface_resource_holder.h', | 629 'surfaces/surface_resource_holder.h', |
628 'surfaces/surfaces_export.h', | 630 'surfaces/surfaces_export.h', |
629 ], | 631 ], |
630 'includes': [ | 632 'includes': [ |
631 '../build/android/increase_size_for_speed.gypi', | 633 '../build/android/increase_size_for_speed.gypi', |
632 ], | 634 ], |
633 }, | 635 }, |
634 ], | 636 ], |
635 } | 637 } |
OLD | NEW |