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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
487 ], | 487 ], |
488 'defines': [ | 488 'defines': [ |
489 'CC_SURFACES_IMPLEMENTATION=1', | 489 'CC_SURFACES_IMPLEMENTATION=1', |
490 ], | 490 ], |
491 'sources': [ | 491 'sources': [ |
492 'surfaces/display.cc', | 492 'surfaces/display.cc', |
493 'surfaces/display.h', | 493 'surfaces/display.h', |
494 'surfaces/display_client.h', | 494 'surfaces/display_client.h', |
495 'surfaces/surface.cc', | 495 'surfaces/surface.cc', |
496 'surfaces/surface.h', | 496 'surfaces/surface.h', |
| 497 'surfaces/surface_id.h', |
497 'surfaces/surface_aggregator.cc', | 498 'surfaces/surface_aggregator.cc', |
498 'surfaces/surface_aggregator.h', | 499 'surfaces/surface_aggregator.h', |
499 'surfaces/surface_client.h', | 500 'surfaces/surface_client.h', |
500 'surfaces/surface_manager.cc', | 501 'surfaces/surface_manager.cc', |
501 'surfaces/surface_manager.h', | 502 'surfaces/surface_manager.h', |
502 'surfaces/surfaces_export.h', | 503 'surfaces/surfaces_export.h', |
503 ], | 504 ], |
504 }, | 505 }, |
505 ], | 506 ], |
506 } | 507 } |
OLD | NEW |