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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 79 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
80 '../crypto/crypto.gyp:crypto', | 80 '../crypto/crypto.gyp:crypto', |
81 '../gpu/gpu.gyp:command_buffer_common', | 81 '../gpu/gpu.gyp:command_buffer_common', |
82 '../skia/skia.gyp:skia', | 82 '../skia/skia.gyp:skia', |
83 '../third_party/libwebm/libwebm.gyp:libwebm', | 83 '../third_party/libwebm/libwebm.gyp:libwebm', |
84 '../third_party/libyuv/libyuv.gyp:libyuv', | 84 '../third_party/libyuv/libyuv.gyp:libyuv', |
85 '../third_party/opus/opus.gyp:opus', | 85 '../third_party/opus/opus.gyp:opus', |
86 '../ui/events/events.gyp:events_base', | 86 '../ui/events/events.gyp:events_base', |
87 '../ui/gfx/gfx.gyp:gfx', | 87 '../ui/gfx/gfx.gyp:gfx', |
88 '../ui/gfx/gfx.gyp:gfx_geometry', | 88 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 89 '../ui/latency_info/latency_info.gyp:latency_info', |
89 '../url/url.gyp:url_lib', | 90 '../url/url.gyp:url_lib', |
90 'shared_memory_support', | 91 'shared_memory_support', |
91 ], | 92 ], |
92 'export_dependent_settings': [ | 93 'export_dependent_settings': [ |
93 '../third_party/libwebm/libwebm.gyp:libwebm', | 94 '../third_party/libwebm/libwebm.gyp:libwebm', |
94 '../third_party/opus/opus.gyp:opus', | 95 '../third_party/opus/opus.gyp:opus', |
95 ], | 96 ], |
96 'defines': [ | 97 'defines': [ |
97 'MEDIA_IMPLEMENTATION', | 98 'MEDIA_IMPLEMENTATION', |
98 ], | 99 ], |
(...skipping 2181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2280 'dependencies': [ | 2281 'dependencies': [ |
2281 '../build/linux/system.gyp:libdrm', | 2282 '../build/linux/system.gyp:libdrm', |
2282 ] | 2283 ] |
2283 }], | 2284 }], |
2284 ], | 2285 ], |
2285 } | 2286 } |
2286 ] | 2287 ] |
2287 }], | 2288 }], |
2288 ], | 2289 ], |
2289 } | 2290 } |
OLD | NEW |