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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
526 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 526 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
527 ], | 527 ], |
528 'defines': [ | 528 'defines': [ |
529 'CC_SURFACES_IMPLEMENTATION=1', | 529 'CC_SURFACES_IMPLEMENTATION=1', |
530 ], | 530 ], |
531 'sources': [ | 531 'sources': [ |
532 # Note: file list duplicated in GN build. | 532 # Note: file list duplicated in GN build. |
533 'surfaces/display.cc', | 533 'surfaces/display.cc', |
534 'surfaces/display.h', | 534 'surfaces/display.h', |
535 'surfaces/display_client.h', | 535 'surfaces/display_client.h', |
| 536 'surfaces/display_scheduler.cc', |
| 537 'surfaces/display_scheduler.h', |
536 'surfaces/surface.cc', | 538 'surfaces/surface.cc', |
537 'surfaces/surface.h', | 539 'surfaces/surface.h', |
538 'surfaces/surface_aggregator.cc', | 540 'surfaces/surface_aggregator.cc', |
539 'surfaces/surface_aggregator.h', | 541 'surfaces/surface_aggregator.h', |
540 'surfaces/surface_factory.cc', | 542 'surfaces/surface_factory.cc', |
541 'surfaces/surface_factory.h', | 543 'surfaces/surface_factory.h', |
542 'surfaces/surface_factory_client.h', | 544 'surfaces/surface_factory_client.h', |
543 'surfaces/surface_id.h', | 545 'surfaces/surface_id.h', |
544 'surfaces/surface_id_allocator.cc', | 546 'surfaces/surface_id_allocator.cc', |
545 'surfaces/surface_id_allocator.h', | 547 'surfaces/surface_id_allocator.h', |
546 'surfaces/surface_manager.cc', | 548 'surfaces/surface_manager.cc', |
547 'surfaces/surface_manager.h', | 549 'surfaces/surface_manager.h', |
548 'surfaces/surface_resource_holder.cc', | 550 'surfaces/surface_resource_holder.cc', |
549 'surfaces/surface_resource_holder.h', | 551 'surfaces/surface_resource_holder.h', |
550 'surfaces/surfaces_export.h', | 552 'surfaces/surfaces_export.h', |
551 ], | 553 ], |
552 'includes': [ | 554 'includes': [ |
553 '../build/android/increase_size_for_speed.gypi', | 555 '../build/android/increase_size_for_speed.gypi', |
554 ], | 556 ], |
555 }, | 557 }, |
556 ], | 558 ], |
557 } | 559 } |
OLD | NEW |