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 # Override to dynamically link the cras (ChromeOS audio) library. | 8 # Override to dynamically link the cras (ChromeOS audio) library. |
9 'use_cras%': 0, | 9 'use_cras%': 0, |
10 # Option e.g. for Linux distributions to link pulseaudio directly | 10 # Option e.g. for Linux distributions to link pulseaudio directly |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 'type': '<(component)', | 53 'type': '<(component)', |
54 'dependencies': [ | 54 'dependencies': [ |
55 '../base/base.gyp:base', | 55 '../base/base.gyp:base', |
56 '../base/base.gyp:base_i18n', | 56 '../base/base.gyp:base_i18n', |
57 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 57 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
58 '../crypto/crypto.gyp:crypto', | 58 '../crypto/crypto.gyp:crypto', |
59 '../gpu/gpu.gyp:command_buffer_common', | 59 '../gpu/gpu.gyp:command_buffer_common', |
60 '../skia/skia.gyp:skia', | 60 '../skia/skia.gyp:skia', |
61 '../third_party/libyuv/libyuv.gyp:libyuv', | 61 '../third_party/libyuv/libyuv.gyp:libyuv', |
62 '../third_party/opus/opus.gyp:opus', | 62 '../third_party/opus/opus.gyp:opus', |
| 63 '../ui/base/ui_base.gyp:ui_base', |
63 '../ui/events/events.gyp:events_base', | 64 '../ui/events/events.gyp:events_base', |
64 '../ui/gfx/gfx.gyp:gfx', | 65 '../ui/gfx/gfx.gyp:gfx', |
65 '../ui/gfx/gfx.gyp:gfx_geometry', | 66 '../ui/gfx/gfx.gyp:gfx_geometry', |
66 '../url/url.gyp:url_lib', | 67 '../url/url.gyp:url_lib', |
67 'shared_memory_support', | 68 'shared_memory_support', |
68 ], | 69 ], |
69 'export_dependent_settings': [ | 70 'export_dependent_settings': [ |
70 '../third_party/opus/opus.gyp:opus', | 71 '../third_party/opus/opus.gyp:opus', |
71 ], | 72 ], |
72 'defines': [ | 73 'defines': [ |
(...skipping 2003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2076 'dependencies': [ | 2077 'dependencies': [ |
2077 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2078 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2078 ], | 2079 ], |
2079 }], | 2080 }], |
2080 ], | 2081 ], |
2081 }, | 2082 }, |
2082 ], | 2083 ], |
2083 }], | 2084 }], |
2084 ], | 2085 ], |
2085 } | 2086 } |
OLD | NEW |