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