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