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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 587 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
588 ], | 588 ], |
589 'defines': [ | 589 'defines': [ |
590 'CC_SURFACES_IMPLEMENTATION=1', | 590 'CC_SURFACES_IMPLEMENTATION=1', |
591 ], | 591 ], |
592 'sources': [ | 592 'sources': [ |
593 # Note: file list duplicated in GN build. | 593 # Note: file list duplicated in GN build. |
594 'surfaces/display.cc', | 594 'surfaces/display.cc', |
595 'surfaces/display.h', | 595 'surfaces/display.h', |
596 'surfaces/display_client.h', | 596 'surfaces/display_client.h', |
| 597 'surfaces/display_scheduler.cc', |
| 598 'surfaces/display_scheduler.h', |
597 'surfaces/onscreen_display_client.cc', | 599 'surfaces/onscreen_display_client.cc', |
598 'surfaces/onscreen_display_client.h', | 600 'surfaces/onscreen_display_client.h', |
599 'surfaces/surface.cc', | 601 'surfaces/surface.cc', |
600 'surfaces/surface.h', | 602 'surfaces/surface.h', |
601 'surfaces/surface_aggregator.cc', | 603 'surfaces/surface_aggregator.cc', |
602 'surfaces/surface_aggregator.h', | 604 'surfaces/surface_aggregator.h', |
603 'surfaces/surface_display_output_surface.cc', | 605 'surfaces/surface_display_output_surface.cc', |
604 'surfaces/surface_display_output_surface.h', | 606 'surfaces/surface_display_output_surface.h', |
605 'surfaces/surface_factory.cc', | 607 'surfaces/surface_factory.cc', |
606 'surfaces/surface_factory.h', | 608 'surfaces/surface_factory.h', |
607 'surfaces/surface_factory_client.h', | 609 'surfaces/surface_factory_client.h', |
608 'surfaces/surface_id.h', | 610 'surfaces/surface_id.h', |
609 'surfaces/surface_id_allocator.cc', | 611 'surfaces/surface_id_allocator.cc', |
610 'surfaces/surface_id_allocator.h', | 612 'surfaces/surface_id_allocator.h', |
611 'surfaces/surface_manager.cc', | 613 'surfaces/surface_manager.cc', |
612 'surfaces/surface_manager.h', | 614 'surfaces/surface_manager.h', |
613 'surfaces/surface_resource_holder.cc', | 615 'surfaces/surface_resource_holder.cc', |
614 'surfaces/surface_resource_holder.h', | 616 'surfaces/surface_resource_holder.h', |
615 'surfaces/surfaces_export.h', | 617 'surfaces/surfaces_export.h', |
616 ], | 618 ], |
617 'includes': [ | 619 'includes': [ |
618 '../build/android/increase_size_for_speed.gypi', | 620 '../build/android/increase_size_for_speed.gypi', |
619 ], | 621 ], |
620 }, | 622 }, |
621 ], | 623 ], |
622 } | 624 } |
OLD | NEW |