| 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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 603 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 603 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| 604 ], | 604 ], |
| 605 'defines': [ | 605 'defines': [ |
| 606 'CC_SURFACES_IMPLEMENTATION=1', | 606 'CC_SURFACES_IMPLEMENTATION=1', |
| 607 ], | 607 ], |
| 608 'sources': [ | 608 'sources': [ |
| 609 # Note: file list duplicated in GN build. | 609 # Note: file list duplicated in GN build. |
| 610 'surfaces/display.cc', | 610 'surfaces/display.cc', |
| 611 'surfaces/display.h', | 611 'surfaces/display.h', |
| 612 'surfaces/display_client.h', | 612 'surfaces/display_client.h', |
| 613 'surfaces/display_scheduler.cc', |
| 614 'surfaces/display_scheduler.h', |
| 613 'surfaces/onscreen_display_client.cc', | 615 'surfaces/onscreen_display_client.cc', |
| 614 'surfaces/onscreen_display_client.h', | 616 'surfaces/onscreen_display_client.h', |
| 615 'surfaces/surface.cc', | 617 'surfaces/surface.cc', |
| 616 'surfaces/surface.h', | 618 'surfaces/surface.h', |
| 617 'surfaces/surface_aggregator.cc', | 619 'surfaces/surface_aggregator.cc', |
| 618 'surfaces/surface_aggregator.h', | 620 'surfaces/surface_aggregator.h', |
| 619 'surfaces/surface_display_output_surface.cc', | 621 'surfaces/surface_display_output_surface.cc', |
| 620 'surfaces/surface_display_output_surface.h', | 622 'surfaces/surface_display_output_surface.h', |
| 621 'surfaces/surface_factory.cc', | 623 'surfaces/surface_factory.cc', |
| 622 'surfaces/surface_factory.h', | 624 'surfaces/surface_factory.h', |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 'raster/texture_compressor_etc1_sse.h', | 667 'raster/texture_compressor_etc1_sse.h', |
| 666 ], | 668 ], |
| 667 'cflags': [ | 669 'cflags': [ |
| 668 '-msse2', | 670 '-msse2', |
| 669 ], | 671 ], |
| 670 }], | 672 }], |
| 671 ], | 673 ], |
| 672 }, | 674 }, |
| 673 ], | 675 ], |
| 674 } | 676 } |
| OLD | NEW |