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