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', |
508 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 509 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
509 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 510 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
510 ], | 511 ], |
511 'defines': [ | 512 'defines': [ |
512 'CC_SURFACES_IMPLEMENTATION=1', | 513 'CC_SURFACES_IMPLEMENTATION=1', |
513 ], | 514 ], |
514 'sources': [ | 515 'sources': [ |
515 # Note: file list duplicated in GN build. | 516 # Note: file list duplicated in GN build. |
516 'surfaces/display.cc', | 517 'surfaces/display.cc', |
517 'surfaces/display.h', | 518 'surfaces/display.h', |
(...skipping 10 matching lines...) Expand all Loading... |
528 'surfaces/surface_id_allocator.h', | 529 'surfaces/surface_id_allocator.h', |
529 'surfaces/surface_manager.cc', | 530 'surfaces/surface_manager.cc', |
530 'surfaces/surface_manager.h', | 531 'surfaces/surface_manager.h', |
531 'surfaces/surface_resource_holder.cc', | 532 'surfaces/surface_resource_holder.cc', |
532 'surfaces/surface_resource_holder.h', | 533 'surfaces/surface_resource_holder.h', |
533 'surfaces/surfaces_export.h', | 534 'surfaces/surfaces_export.h', |
534 ], | 535 ], |
535 }, | 536 }, |
536 ], | 537 ], |
537 } | 538 } |
OLD | NEW |