| 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)/ui/events/events.gyp:events_base', | 20 '<(DEPTH)/ui/events/events.gyp:events_base', |
| 21 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 21 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 22 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 22 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| 23 '<(DEPTH)/ui/gl/gl.gyp:gl', | |
| 24 ], | 23 ], |
| 25 'variables': { | 24 'variables': { |
| 26 'optimize': 'max', | 25 'optimize': 'max', |
| 27 }, | 26 }, |
| 28 'export_dependent_settings': [ | 27 'export_dependent_settings': [ |
| 29 '<(DEPTH)/skia/skia.gyp:skia', | 28 '<(DEPTH)/skia/skia.gyp:skia', |
| 30 ], | 29 ], |
| 31 'defines': [ | 30 'defines': [ |
| 32 'CC_IMPLEMENTATION=1', | 31 'CC_IMPLEMENTATION=1', |
| 33 ], | 32 ], |
| (...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 'surfaces/surface_id_allocator.h', | 522 'surfaces/surface_id_allocator.h', |
| 524 'surfaces/surface_manager.cc', | 523 'surfaces/surface_manager.cc', |
| 525 'surfaces/surface_manager.h', | 524 'surfaces/surface_manager.h', |
| 526 'surfaces/surface_resource_holder.cc', | 525 'surfaces/surface_resource_holder.cc', |
| 527 'surfaces/surface_resource_holder.h', | 526 'surfaces/surface_resource_holder.h', |
| 528 'surfaces/surfaces_export.h', | 527 'surfaces/surfaces_export.h', |
| 529 ], | 528 ], |
| 530 }, | 529 }, |
| 531 ], | 530 ], |
| 532 } | 531 } |
| OLD | NEW |