| 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', |
| 23 ], | 24 ], |
| 24 'variables': { | 25 'variables': { |
| 25 'optimize': 'max', | 26 'optimize': 'max', |
| 26 }, | 27 }, |
| 27 'export_dependent_settings': [ | 28 'export_dependent_settings': [ |
| 28 '<(DEPTH)/skia/skia.gyp:skia', | 29 '<(DEPTH)/skia/skia.gyp:skia', |
| 29 ], | 30 ], |
| 30 'defines': [ | 31 'defines': [ |
| 31 'CC_IMPLEMENTATION=1', | 32 'CC_IMPLEMENTATION=1', |
| 32 ], | 33 ], |
| (...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 'surfaces/surface_resource_holder.cc', | 614 'surfaces/surface_resource_holder.cc', |
| 614 'surfaces/surface_resource_holder.h', | 615 'surfaces/surface_resource_holder.h', |
| 615 'surfaces/surfaces_export.h', | 616 'surfaces/surfaces_export.h', |
| 616 ], | 617 ], |
| 617 'includes': [ | 618 'includes': [ |
| 618 '../build/android/increase_size_for_speed.gypi', | 619 '../build/android/increase_size_for_speed.gypi', |
| 619 ], | 620 ], |
| 620 }, | 621 }, |
| 621 ], | 622 ], |
| 622 } | 623 } |
| OLD | NEW |