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 { |
11 # GN version: //cc | 11 # GN version: //cc |
12 'target_name': 'cc', | 12 'target_name': 'cc', |
13 'type': '<(component)', | 13 'type': '<(component)', |
14 'dependencies': [ | 14 'dependencies': [ |
15 '<(DEPTH)/base/base.gyp:base', | 15 '<(DEPTH)/base/base.gyp:base', |
16 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 16 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
17 '<(DEPTH)/gpu/gpu.gyp:gpu', | 17 '<(DEPTH)/gpu/gpu.gyp:gpu', |
18 '<(DEPTH)/media/media.gyp:media', | 18 '<(DEPTH)/media/media.gyp:media', |
19 '<(DEPTH)/skia/skia.gyp:skia', | 19 '<(DEPTH)/skia/skia.gyp:skia', |
| 20 '<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv', |
20 '<(DEPTH)/ui/events/events.gyp:events_base', | 21 '<(DEPTH)/ui/events/events.gyp:events_base', |
21 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 22 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
22 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 23 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
23 '<(DEPTH)/ui/gl/gl.gyp:gl', | 24 '<(DEPTH)/ui/gl/gl.gyp:gl', |
24 ], | 25 ], |
25 'variables': { | 26 'variables': { |
26 'optimize': 'max', | 27 'optimize': 'max', |
27 }, | 28 }, |
28 'export_dependent_settings': [ | 29 'export_dependent_settings': [ |
29 '<(DEPTH)/skia/skia.gyp:skia', | 30 '<(DEPTH)/skia/skia.gyp:skia', |
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
441 'resources/tile_priority.h', | 442 'resources/tile_priority.h', |
442 'resources/transferable_resource.cc', | 443 'resources/transferable_resource.cc', |
443 'resources/transferable_resource.h', | 444 'resources/transferable_resource.h', |
444 'resources/ui_resource_bitmap.cc', | 445 'resources/ui_resource_bitmap.cc', |
445 'resources/ui_resource_bitmap.h', | 446 'resources/ui_resource_bitmap.h', |
446 'resources/ui_resource_client.h', | 447 'resources/ui_resource_client.h', |
447 'resources/ui_resource_request.cc', | 448 'resources/ui_resource_request.cc', |
448 'resources/ui_resource_request.h', | 449 'resources/ui_resource_request.h', |
449 'resources/video_resource_updater.cc', | 450 'resources/video_resource_updater.cc', |
450 'resources/video_resource_updater.h', | 451 'resources/video_resource_updater.h', |
| 452 'resources/media/skcanvas_video_renderer.cc', |
| 453 'resources/media/skcanvas_video_renderer.h', |
451 'scheduler/delay_based_time_source.cc', | 454 'scheduler/delay_based_time_source.cc', |
452 'scheduler/delay_based_time_source.h', | 455 'scheduler/delay_based_time_source.h', |
453 'scheduler/draw_result.h', | 456 'scheduler/draw_result.h', |
454 'scheduler/scheduler.cc', | 457 'scheduler/scheduler.cc', |
455 'scheduler/scheduler.h', | 458 'scheduler/scheduler.h', |
456 'scheduler/scheduler_settings.cc', | 459 'scheduler/scheduler_settings.cc', |
457 'scheduler/scheduler_settings.h', | 460 'scheduler/scheduler_settings.h', |
458 'scheduler/scheduler_state_machine.cc', | 461 'scheduler/scheduler_state_machine.cc', |
459 'scheduler/scheduler_state_machine.h', | 462 'scheduler/scheduler_state_machine.h', |
460 'trees/blocking_task_runner.cc', | 463 'trees/blocking_task_runner.cc', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
522 'surfaces/surface_id_allocator.h', | 525 'surfaces/surface_id_allocator.h', |
523 'surfaces/surface_manager.cc', | 526 'surfaces/surface_manager.cc', |
524 'surfaces/surface_manager.h', | 527 'surfaces/surface_manager.h', |
525 'surfaces/surface_resource_holder.cc', | 528 'surfaces/surface_resource_holder.cc', |
526 'surfaces/surface_resource_holder.h', | 529 'surfaces/surface_resource_holder.h', |
527 'surfaces/surfaces_export.h', | 530 'surfaces/surfaces_export.h', |
528 ], | 531 ], |
529 }, | 532 }, |
530 ], | 533 ], |
531 } | 534 } |
OLD | NEW |