| 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 }, | 498 }, |
| 499 { | 499 { |
| 500 # GN version: //cc/surfaces | 500 # GN version: //cc/surfaces |
| 501 'target_name': 'cc_surfaces', | 501 'target_name': 'cc_surfaces', |
| 502 'type': '<(component)', | 502 'type': '<(component)', |
| 503 'dependencies': [ | 503 'dependencies': [ |
| 504 'cc', | 504 'cc', |
| 505 '<(DEPTH)/base/base.gyp:base', | 505 '<(DEPTH)/base/base.gyp:base', |
| 506 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 506 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 507 '<(DEPTH)/skia/skia.gyp:skia', | 507 '<(DEPTH)/skia/skia.gyp:skia', |
| 508 '<(DEPTH)/ui/events/events.gyp:events_base', | |
| 509 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 508 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 510 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 509 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| 511 ], | 510 ], |
| 512 'defines': [ | 511 'defines': [ |
| 513 'CC_SURFACES_IMPLEMENTATION=1', | 512 'CC_SURFACES_IMPLEMENTATION=1', |
| 514 ], | 513 ], |
| 515 'sources': [ | 514 'sources': [ |
| 516 # Note: file list duplicated in GN build. | 515 # Note: file list duplicated in GN build. |
| 517 'surfaces/display.cc', | 516 'surfaces/display.cc', |
| 518 'surfaces/display.h', | 517 'surfaces/display.h', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 529 'surfaces/surface_id_allocator.h', | 528 'surfaces/surface_id_allocator.h', |
| 530 'surfaces/surface_manager.cc', | 529 'surfaces/surface_manager.cc', |
| 531 'surfaces/surface_manager.h', | 530 'surfaces/surface_manager.h', |
| 532 'surfaces/surface_resource_holder.cc', | 531 'surfaces/surface_resource_holder.cc', |
| 533 'surfaces/surface_resource_holder.h', | 532 'surfaces/surface_resource_holder.h', |
| 534 'surfaces/surfaces_export.h', | 533 'surfaces/surfaces_export.h', |
| 535 ], | 534 ], |
| 536 }, | 535 }, |
| 537 ], | 536 ], |
| 538 } | 537 } |
| OLD | NEW |